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-06T03:23:59.919Z||main|||||INFO|500||The following profiles are active: basic
2022-12-06T03:24:14.020Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-06T03:24:14.021Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-06T03:24:14.149Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-06T03:24:18.849Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-06T03:24:19.377Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-06T03:24:19.880Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-06T03:24:19.888Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-06T03:24:20.005Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-06T03:24:20.257Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-06T03:24:20.981Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-06T03:24:23.019Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-06T03:24:25.750Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-06T03:24:25.838Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-06T03:24:26.663Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-06T03:24:27.015Z||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-06T03:24:28.388Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-06T03:24:29.689Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-12-06T03:24:29.713Z||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$$75ebdfa9.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-06T03:24:29.715Z||main|||||WARN|500||The sdc end point is not alive
2022-12-06T03:24:33.644Z||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-06T03:24:37.352Z||main|||||WARN|500||---
2022-12-06T03:24:37.353Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-06T03:24:37.353Z||main|||||WARN|500||---
2022-12-06T03:24:37.835Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-06T03:24:44.739Z||main|||||INFO|500||Started Application in 49.585 seconds (JVM running for 52.542)
2022-12-06T03:24:44.783Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-06T03:24:44.790Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-06T03:24:44.810Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-06T03:24:44.842Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-06T03:24:44.895Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 349e9510-52ed-41e8-9bdf-ca443555adc5 url= /sdc/v1/artifactTypes
2022-12-06T03:24:44.896Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-06T03:24:45.243Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-06T03:24:45.292Z||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-06T03:24:45.317Z||scheduling-1|||||DEBUG|500||create keys
2022-12-06T03:24:45.326Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-06T03:24:45.369Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:24:45.388Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e384b7a7-70c2-4bac-a0b3-868d85a12625 url= /sdc/v1/registerForDistribution
2022-12-06T03:24:45.510Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e384b7a7-70c2-4bac-a0b3-868d85a12625 url= /sdc/v1/registerForDistribution
2022-12-06T03:24:45.511Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-06T03:24:45.523Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:24:45.523Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:24:45.537Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-06T03:24:45.541Z||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-06T03:24:45.541Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:24:45.551Z||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-06T03:24:45.552Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:24:55.869Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:24:55.872Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:25:45.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:25:45.522Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:25:45.525Z||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-06T03:25:45.526Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:25:45.529Z||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-06T03:25:45.530Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:25:55.093Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:25:55.098Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:26:45.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:26:45.521Z||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-06T03:26:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:26:45.522Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:26:45.525Z||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-06T03:26:45.525Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:26:55.075Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:26:55.076Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:27:45.519Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:27:45.521Z||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-06T03:27:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:27:45.522Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:27:45.526Z||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-06T03:27:45.526Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:27:55.081Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:27:55.083Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:28:45.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:28:45.521Z||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-06T03:28:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:28:45.523Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:28:45.523Z||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-06T03:28:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:28:55.067Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:28:55.078Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:29:45.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:29:45.521Z||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-06T03:29:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:29:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:29:45.523Z||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-06T03:29:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:29:55.086Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:29:55.086Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:30:45.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:30:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:30:45.524Z||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-06T03:30:45.524Z||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-06T03:30:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:30:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:30:55.074Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:30:55.074Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:31:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:31:45.521Z||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-06T03:31:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:31:45.522Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:31:45.526Z||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-06T03:31:45.526Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:31:55.084Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:31:55.084Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:32:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:32:45.521Z||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-06T03:32:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:32:45.522Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:32:45.523Z||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-06T03:32:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:32:55.077Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:32:55.087Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:33:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:33:45.521Z||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-06T03:33:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:33:45.524Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:33:45.525Z||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-06T03:33:45.525Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:33:55.073Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:33:55.073Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:34:33.696Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-06T03:34:45.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:34:45.522Z||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-06T03:34:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:34:45.522Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:34:45.524Z||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-06T03:34:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:34:55.082Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:34:55.085Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:35:45.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:35:45.521Z||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-06T03:35:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:35:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:35:45.523Z||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-06T03:35:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:35:55.066Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:35:55.072Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:36:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:36:45.522Z||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-06T03:36:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:36:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:36:45.523Z||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-06T03:36:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:36:55.069Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:36:55.071Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:37:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:37:45.521Z||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-06T03:37:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:37:45.522Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:37:45.523Z||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-06T03:37:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:37:55.094Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:37:55.094Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:38:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:38:45.520Z||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-06T03:38:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:38:45.522Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:38:45.523Z||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-06T03:38:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:38:55.076Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:38:55.076Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:39:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:39:45.521Z||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-06T03:39:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:39:45.522Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:39:45.523Z||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-06T03:39:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:39:55.071Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:39:55.071Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:40:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:40:45.521Z||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-06T03:40:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:40:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:40:45.523Z||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-06T03:40:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:40:55.072Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:40:55.073Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:41:45.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:41:45.522Z||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-06T03:41:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:41:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:41:45.523Z||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-06T03:41:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:41:55.076Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:41:55.076Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:42:45.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:42:45.522Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:42:45.524Z||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-06T03:42:45.524Z||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-06T03:42:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:42:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:42:55.073Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:42:55.074Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:43:45.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:43:45.521Z||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-06T03:43:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:43:45.522Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:43:45.523Z||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-06T03:43:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:43:55.081Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:43:55.088Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:44:45.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:44:45.521Z||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-06T03:44:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:44:45.522Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:44:45.523Z||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-06T03:44:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:44:55.075Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:44:55.082Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:45:45.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:45:45.521Z||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-06T03:45:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:45:45.522Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:45:45.523Z||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-06T03:45:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:45:55.113Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:45:55.113Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:46:45.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:46:45.521Z||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-06T03:46:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:46:45.522Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:46:45.524Z||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-06T03:46:45.525Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:46:55.068Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:46:55.070Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:47:45.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:47:45.522Z||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-06T03:47:45.522Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:47:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:47:45.523Z||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-06T03:47:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:47:55.086Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:47:55.087Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:48:45.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:48:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:48:45.524Z||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-06T03:48:45.524Z||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-06T03:48:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:48:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:48:55.073Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:48:55.073Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:49:45.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:49:45.521Z||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-06T03:49:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:49:45.522Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:49:45.523Z||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-06T03:49:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:49:55.076Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:49:55.083Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:50:45.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:50:45.520Z||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-06T03:50:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:50:45.522Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:50:45.524Z||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-06T03:50:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:50:55.079Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:50:55.083Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:51:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:51:45.521Z||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-06T03:51:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:51:45.522Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:51:45.523Z||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-06T03:51:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:51:55.071Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:51:55.091Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:52:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:52:45.521Z||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-06T03:52:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:52:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:52:45.523Z||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-06T03:52:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:52:55.069Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:52:55.069Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:53:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:53:45.521Z||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-06T03:53:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:53:45.522Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:53:45.523Z||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-06T03:53:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:53:55.070Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:53:55.091Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:54:45.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:54:45.522Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:54:45.523Z||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-06T03:54:45.523Z||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-06T03:54:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:54:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:54:55.086Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:54:55.087Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:55:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:55:45.521Z||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-06T03:55:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:55:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:55:45.523Z||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-06T03:55:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:55:55.075Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:55:55.075Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:56:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:56:45.521Z||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-06T03:56:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:56:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:56:45.523Z||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-06T03:56:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:56:55.074Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:56:55.076Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:57:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:57:45.521Z||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-06T03:57:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:57:45.522Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:57:45.524Z||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-06T03:57:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:57:55.068Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:57:55.074Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:58:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:58:45.520Z||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-06T03:58:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:58:45.522Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:58:45.523Z||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-06T03:58:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:58:55.077Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:58:55.078Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:59:45.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:59:45.521Z||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-06T03:59:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:59:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:59:45.523Z||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-06T03:59:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:59:55.087Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T03:59:55.087Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:00:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:00:45.520Z||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-06T04:00:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:00:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:00:45.523Z||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-06T04:00:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:00:55.077Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:00:55.077Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:01:45.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:01:45.523Z||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-06T04:01:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:01:45.523Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:01:45.524Z||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-06T04:01:45.525Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:01:55.094Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:01:55.097Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:02:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:02:45.521Z||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-06T04:02:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:02:45.522Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:02:45.522Z||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-06T04:02:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:02:55.071Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:02:55.077Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:03:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:03:45.520Z||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-06T04:03:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:03:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:03:45.523Z||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-06T04:03:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:03:55.093Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:03:55.120Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:04:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:04:45.520Z||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-06T04:04:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:04:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:04:45.523Z||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-06T04:04:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:04:55.094Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:04:55.096Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:05:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:05:45.521Z||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-06T04:05:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:05:45.522Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:05:45.523Z||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-06T04:05:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:05:55.071Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:05:55.071Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:06:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:06:45.521Z||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-06T04:06:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:06:45.522Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:06:45.523Z||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-06T04:06:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:06:55.077Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:06:55.083Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:07:45.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:07:45.522Z||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-06T04:07:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:07:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:07:45.523Z||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-06T04:07:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:07:55.085Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:07:55.085Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:08:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:08:45.521Z||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-06T04:08:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:08:45.522Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:08:45.523Z||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-06T04:08:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:08:55.083Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:08:55.091Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:09:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:09:45.520Z||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-06T04:09:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:09:45.522Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:09:45.523Z||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-06T04:09:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:09:55.076Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:09:55.082Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:10:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:10:45.520Z||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-06T04:10:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:10:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:10:45.523Z||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-06T04:10:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:10:55.072Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:10:55.073Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:11:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:11:45.521Z||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-06T04:11:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:11:45.522Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:11:45.523Z||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-06T04:11:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:11:55.145Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:11:55.145Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:12:45.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:12:45.522Z||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-06T04:12:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:12:45.524Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:12:45.525Z||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-06T04:12:45.526Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:12:55.088Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:12:55.088Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:13:45.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:13:45.522Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:13:45.523Z||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-06T04:13:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:13:45.524Z||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-06T04:13:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:13:55.074Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:13:55.075Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:14:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:14:45.521Z||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-06T04:14:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:14:45.523Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:14:45.524Z||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-06T04:14:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:14:55.090Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:14:55.090Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:15:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:15:45.520Z||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-06T04:15:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:15:45.522Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:15:45.523Z||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-06T04:15:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:15:55.079Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:15:55.085Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:16:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:16:45.520Z||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-06T04:16:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:16:45.522Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:16:45.523Z||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-06T04:16:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:16:55.077Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:16:55.077Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:17:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:17:45.521Z||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-06T04:17:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:17:45.522Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:17:45.523Z||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-06T04:17:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:17:55.068Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:17:55.069Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:18:45.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:18:45.521Z||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-06T04:18:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:18:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:18:45.523Z||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-06T04:18:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:18:55.077Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:18:55.077Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:19:45.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:19:45.522Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:19:45.522Z||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-06T04:19:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:19:45.523Z||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-06T04:19:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:19:55.078Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:19:55.079Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:20:45.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:20:45.521Z||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-06T04:20:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:20:45.523Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:20:45.525Z||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-06T04:20:45.525Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:20:55.074Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:20:55.077Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:21:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:21:45.521Z||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-06T04:21:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:21:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:21:45.523Z||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-06T04:21:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:21:55.063Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:21:55.076Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:22:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:22:45.520Z||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-06T04:22:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:22:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:22:45.523Z||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-06T04:22:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:22:55.088Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:22:55.118Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:23:45.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:23:45.522Z||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-06T04:23:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:23:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:23:45.523Z||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-06T04:23:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:23:55.085Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:23:55.085Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:24:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:24:45.521Z||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-06T04:24:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:24:45.522Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:24:45.523Z||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-06T04:24:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:24:55.088Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:24:55.097Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:25:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:25:45.521Z||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-06T04:25:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:25:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:25:45.523Z||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-06T04:25:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:25:46.158Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:25:46.160Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.161Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"314e2931-9f60-477d-81f3-884e4ac30a0d","serviceName":"vFW 2022-12-06 04-24-10","serviceVersion":"1.0","serviceUUID":"f5c34605-f0d7-4518-92b7-9d58db4b49b4","serviceDescription":"catalog service description","serviceInvariantUUID":"d4944f53-1e9a-4a00-8adc-527d5e49e6e3","resources":[{"resourceInstanceName":"vFW 165fc907-dcb1 0","resourceName":"vFW 165fc907-dcb1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"894cb3a2-910f-4e6e-bcf9-082b3170ed50","resourceInvariantUUID":"6616972d-c32b-4943-b098-b1e1130bf447","resourceCustomizationUUID":"1c077d0a-d453-47b7-8328-4c22a0c9a180","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vf-license-model.xml","artifactChecksum":"ODI2ZmMyYTQwZDFhOWZkNTc5MTE1NDk4MTZkNTQzM2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"10a761bd-e5fa-4fcf-9799-dc345614ec19","artifactVersion":"1"},{"artifactName":"vfw165fc907dcb10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json","artifactChecksum":"YmEyMWU5NzIzMzZlNjYzMjU4ZWVlMmFmNmEzMTUxZjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c56855bf-2bbd-4fb8-b171-f32538ecfefc","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9adc4816-79dd-4287-9e86-1e310270c72c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vendor-license-model.xml","artifactChecksum":"NmZhZDk0MjA1MzZiMmMyZWJhYmU0MDliNTU2YmZhM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"21cb6f0f-2afd-4c39-9acf-e170807f5356","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c2feeb63-6806-4d20-8964-ed97e5ed3d38","artifactVersion":"2","generatedFromUUID":"9adc4816-79dd-4287-9e86-1e310270c72c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221206042410-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-template.yml","artifactChecksum":"N2MxYTRlYzIxMzhlZjFhNzZkNzI0NzBhMWNkNTE1ZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"db186004-ee0d-401e-8887-dc985946bc07","artifactVersion":"1"},{"artifactName":"service-Vfw20221206042410-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar","artifactChecksum":"OTE3YzJjN2Y5NjI1MWEyNzU1Yzc0YTAxMTRjNDEyNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"960642a4-07d0-43a8-8495-dd3c618ed2b0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-06T04:25:46.161Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:25:46.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "cds",
  "timestamp": 1670300705559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.183Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:25:46.195Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:25:46.199Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "cds",
  "timestamp": 1670300705559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "cds",
  "timestamp": 1670300705559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "cds",
  "timestamp": 1670300705559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "cds",
  "timestamp": 1670300705559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "cds",
  "timestamp": 1670300705559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.205Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.206Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.206Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670300718862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.207Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "cds",
  "timestamp": 1670300705559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:25:46.209Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670300719719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670300718862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json",
  "status": "NOTIFIED"
}
2022-12-06T04:25:46.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.213Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:25:46.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "cds",
  "timestamp": 1670300720833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:25:46.213Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300745519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.214Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:25:46.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670300719719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670300718862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-06T04:25:46.216Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.217Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "cds",
  "timestamp": 1670300721854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-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-06T04:25:46.314Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-12-06T04:25:46.320Z||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-06T04:25:46.320Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:25:46.372Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:25:46.378Z||pool-3-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-06T04:25:46.495Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 314e2931-9f60-477d-81f3-884e4ac30a0d
2022-12-06T04:25:46.530Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 314e2931-9f60-477d-81f3-884e4ac30a0d 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-06T04:25:46.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670300719719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.564Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670300718862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670300719719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670300718862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-06T04:25:46.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670300719719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670300718862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670300719719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670300718862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:25:46.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "aai-ml",
  "timestamp": 1670300725391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670300719719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670300726657,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:25:46.572Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:25:46.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "aai-ml",
  "timestamp": 1670300725391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670300727787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:25:46.573Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:25:46.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "aai-ml",
  "timestamp": 1670300725391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.574Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670300728883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:25:46.575Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:25:46.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "aai-ml",
  "timestamp": 1670300725391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.576Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670300729968,
  "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-06T04:25:46.597Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 314e2931-9f60-477d-81f3-884e4ac30a0d
2022-12-06T04:25:46.598Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 314e2931-9f60-477d-81f3-884e4ac30a0d 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-06T04:25:46.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "aai-ml",
  "timestamp": 1670300725391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670300730971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-06T04:25:46.608Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:25:46.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "aai-ml",
  "timestamp": 1670300725391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "aai-ml",
  "timestamp": 1670300725391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:25:46.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670300732284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "aai-ml",
  "timestamp": 1670300733334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:25:46.611Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:25:46.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670300732284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670300732284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670300732284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670300732284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670300732284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670300732284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:25:46.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:25:46.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670300740158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:25:46.614Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:25:47.224Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:25:47.225Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:25:47.227Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:25:47.227Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300745519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json",
  "status": "NOTIFIED"
}
2022-12-06T04:25:47.328Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:25:47.329Z||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-06T04:25:47.329Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:25:47.341Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:25:47.342Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:25:48.228Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:25:48.229Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:25:48.231Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:25:48.231Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300745519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-06T04:25:48.332Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:25:48.333Z||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-06T04:25:48.333Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:25:48.348Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:25:48.349Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:25:49.232Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:25:49.233Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:25:49.235Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:25:49.235Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300745519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:25:49.336Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T04:25:49.337Z||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-06T04:25:49.337Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:25:49.352Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:25:49.353Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:25:50.237Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:25:50.238Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:25:50.241Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:25:50.241Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300745519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-06T04:25:50.341Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:25:50.342Z||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-06T04:25:50.343Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:25:50.354Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:25:50.355Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:25:51.242Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:25:51.243Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:25:51.245Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:25:51.245Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300745519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:25:51.346Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T04:25:51.347Z||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-06T04:25:51.347Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:25:51.365Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:25:51.366Z||pool-8-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:25:52.246Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:25:52.247Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:25:52.249Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:25:52.250Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300745519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:25:52.351Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-06T04:25:52.352Z||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-06T04:25:52.352Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:25:52.368Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:25:52.369Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:25:53.252Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "serviceName": "vFW 2022-12-06 04-24-10",
  "serviceVersion": "1.0",
  "serviceUUID": "f5c34605-f0d7-4518-92b7-9d58db4b49b4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d4944f53-1e9a-4a00-8adc-527d5e49e6e3",
  "resources": [
    {
      "resourceInstanceName": "vFW 165fc907-dcb1 0",
      "resourceCustomizationUUID": "1c077d0a-d453-47b7-8328-4c22a0c9a180",
      "resourceName": "vFW 165fc907-dcb1",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "894cb3a2-910f-4e6e-bcf9-082b3170ed50",
      "resourceInvariantUUID": "6616972d-c32b-4943-b098-b1e1130bf447",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw165fc907dcb10_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json",
          "artifactChecksum": "YmEyMWU5NzIzMzZlNjYzMjU4ZWVlMmFmNmEzMTUxZjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c56855bf-2bbd-4fb8-b171-f32538ecfefc",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9adc4816-79dd-4287-9e86-1e310270c72c",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c2feeb63-6806-4d20-8964-ed97e5ed3d38",
            "generatedFromUUID": "9adc4816-79dd-4287-9e86-1e310270c72c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c2feeb63-6806-4d20-8964-ed97e5ed3d38",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221206042410-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
      "artifactChecksum": "OTE3YzJjN2Y5NjI1MWEyNzU1Yzc0YTAxMTRjNDEyNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "960642a4-07d0-43a8-8495-dd3c618ed2b0"
    }
  ],
  "workloadContext": "Production"
}
2022-12-06T04:25:53.253Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-06T04:25:53.254Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f5c34605-f0d7-4518-92b7-9d58db4b49b4 ASDC
2022-12-06T04:25:53.380Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:314e2931-9f60-477d-81f3-884e4ac30a0d
ServiceName:vFW 2022-12-06 04-24-10
ServiceVersion:1.0
ServiceUUID:f5c34605-f0d7-4518-92b7-9d58db4b49b4
ServiceInvariantUUID:d4944f53-1e9a-4a00-8adc-527d5e49e6e3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221206042410-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar
ArtifactUUID:960642a4-07d0-43a8-8495-dd3c618ed2b0
ArtifactChecksum:OTE3YzJjN2Y5NjI1MWEyNzU1Yzc0YTAxMTRjNDEyNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 165fc907-dcb1 0
ResourceCustomizationUUID:1c077d0a-d453-47b7-8328-4c22a0c9a180
ResourceInvariantUUID:6616972d-c32b-4943-b098-b1e1130bf447
ResourceName:vFW 165fc907-dcb1
ResourceType:VF
ResourceUUID:894cb3a2-910f-4e6e-bcf9-082b3170ed50
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw165fc907dcb10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json
ArtifactUUID:c56855bf-2bbd-4fb8-b171-f32538ecfefc
ArtifactChecksum:YmEyMWU5NzIzMzZlNjYzMjU4ZWVlMmFmNmEzMTUxZjE=
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/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml
ArtifactUUID:9adc4816-79dd-4287-9e86-1e310270c72c
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/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env
ArtifactUUID:c2feeb63-6806-4d20-8964-ed97e5ed3d38
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/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env
ArtifactUUID:c2feeb63-6806-4d20-8964-ed97e5ed3d38
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-06T04:25:53.381Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5c34605-f0d7-4518-92b7-9d58db4b49b4 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-06T04:25:53.444Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T04:25:53.445Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-06T04:25:53.447Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-06T04:25:53.447Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 960642a4-07d0-43a8-8495-dd3c618ed2b0 from URL: /sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar
2022-12-06T04:25:53.448Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-06T04:25:53.450Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar
2022-12-06T04:25:53.571Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-06T04:25:53.595Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar 960642a4-07d0-43a8-8495-dd3c618ed2b0 100715
2022-12-06T04:25:53.597Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar ASDC sendASDCNotification
2022-12-06T04:25:53.597Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar
2022-12-06T04:25:53.599Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T04:25:53.600Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:25:53.602Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:25:53.602Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300753595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:25:53.703Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:25:53.704Z||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-06T04:25:53.704Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:25:53.720Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:25:53.720Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:25:54.603Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T04:25:54.605Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-06T04:25:54.605Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 960642a4-07d0-43a8-8495-dd3c618ed2b0, URL: /sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar to file: /app/ASDC/1/service-Vfw20221206042410-csar.csar
2022-12-06T04:25:54.606Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221206042410-csar.csar
2022-12-06T04:25:54.707Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221206042410-csar.csar
2022-12-06T04:25:54.707Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221206042410-csar.csar
2022-12-06T04:25:55.535Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6774909721762900110/Definitions/service-Vfw20221206042410-template.yml
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
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
2022-12-06T04:25:59.151Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-06T04:25:59.157Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-12-06T04:25:59.157Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221206042410-csar.csar
2022-12-06T04:25:59.157Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-06T04:25:59.157Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221206042410-csar.csar
2022-12-06T04:25:59.158Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221206042410-csar.csar
2022-12-06T04:25:59.158Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221206042410-csar.csar
2022-12-06T04:25:59.158Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221206042410-csar.csar
2022-12-06T04:25:59.158Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221206042410-csar.csar
2022-12-06T04:25:59.158Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221206042410-csar.csar
2022-12-06T04:25:59.158Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221206042410-csar.csar
2022-12-06T04:25:59.158Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221206042410-csar.csar
2022-12-06T04:25:59.159Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221206042410-csar.csar
2022-12-06T04:25:59.159Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 165fc907-dcb1 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-Vfw20221206042410-csar.csar
2022-12-06T04:25:59.159Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221206042410-csar.csar
2022-12-06T04:25:59.159Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-12-06T04:25:59.166Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:25:59.169Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:25:59.174Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is matching search criteria
2022-12-06T04:25:59.174Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-12-06T04:25:59.176Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 165fc907-dcb1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T04:25:59.178Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:25:59.178Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:25:59.178Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is matching search criteria
2022-12-06T04:25:59.178Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-12-06T04:25:59.179Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 165fc907-dcb1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T04:25:59.179Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:25:59.179Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:25:59.183Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:25:59.184Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is not matching search criteria
2022-12-06T04:25:59.184Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-06T04:25:59.184Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-06T04:25:59.184Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-06T04:25:59.184Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-06T04:25:59.184Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-06T04:25:59.185Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T04:25:59.185Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-06T04:25:59.185Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-06T04:25:59.185Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-06T04:25:59.185Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-06T04:25:59.185Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-06T04:25:59.186Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-06T04:25:59.186Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-06T04:25:59.186Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-06T04:25:59.186Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T04:25:59.187Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-06T04:25:59.187Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:25:59.187Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-06T04:25:59.189Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:25:59.189Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is matching search criteria
2022-12-06T04:25:59.189Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 165fc907-dcb1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:25:59.190Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:25:59.190Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is matching search criteria
2022-12-06T04:25:59.190Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 165fc907-dcb1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:25:59.190Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:25:59.191Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is matching search criteria
2022-12-06T04:25:59.191Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 165fc907-dcb1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:25:59.191Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:25:59.191Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is not matching search criteria
2022-12-06T04:25:59.191Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-06T04:25:59.192Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-06T04:25:59.192Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-06T04:25:59.192Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-06T04:25:59.192Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-06T04:25:59.192Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-06T04:25:59.192Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-06T04:25:59.193Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-06T04:25:59.193Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-06T04:25:59.193Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-06T04:25:59.193Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T04:25:59.193Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7270370b-1d30-4251-a059-8d1982f96785
2022-12-06T04:25:59.194Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:25:59.194Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is not matching search criteria
2022-12-06T04:25:59.194Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-06T04:25:59.194Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-06T04:25:59.195Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-06T04:25:59.195Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-06T04:25:59.195Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-06T04:25:59.195Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T04:25:59.195Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-06T04:25:59.196Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-06T04:25:59.196Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-06T04:25:59.196Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-06T04:25:59.196Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-06T04:25:59.197Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T04:25:59.197Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0505e81b-7edd-4df3-9e5f-fe499ca5615c
2022-12-06T04:25:59.197Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:25:59.197Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is not matching search criteria
2022-12-06T04:25:59.197Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-06T04:25:59.198Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-06T04:25:59.198Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-06T04:25:59.198Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-06T04:25:59.198Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-06T04:25:59.198Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T04:25:59.199Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-06T04:25:59.199Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-06T04:25:59.199Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-06T04:25:59.199Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-06T04:25:59.199Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-06T04:25:59.200Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-06T04:25:59.200Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=84c922de-381b-45a1-9671-aa574648ef5c
2022-12-06T04:25:59.200Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:25:59.200Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:25:59.200Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:25:59.201Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:25:59.201Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:25:59.201Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:25:59.201Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:25:59.201Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:25:59.202Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-12-06 04-24-10
Description:catalog service description
Model UUID:f5c34605-f0d7-4518-92b7-9d58db4b49b4
Model Version:NULL
Model InvariantUuid:d4944f53-1e9a-4a00-8adc-527d5e49e6e3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 165fc907-dcb1
Model UUID:dfc70ef6-1dd7-425e-b65a-806838551686
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6616972d-c32b-4943-b098-b1e1130bf447
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1c077d0a-d453-47b7-8328-4c22a0c9a180
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:40c13971-4224-4b00-a694-a89c588e2b2f
ModelName:Vfw165fc907Dcb1..base_vfw..module-0
ModelUuid:3757a774-d908-40a2-834f-607d450a2956
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7270370b-1d30-4251-a059-8d1982f96785
ModelInvariantUuid:4aefb649-44b4-470c-b372-e6172a4a6fd3
ModelName:vFW 165fc907-dcb1-nodes.vfwCvfc
ModelUuid:1adba1aa-812e-4f7b-8aa5-82d8930a1811
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:8736c608-7e31-43b9-8a69-84b5d65bee33
ModelInvariantUuid:6a3998dd-c2b7-4f97-a2eb-746faccc8540
ModelName:Vfw165fc907Dcb1.compute.nodes.heat.vfw
ModelUuid:e309a28a-15bd-4646-8231-0f76ac81b008
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0505e81b-7edd-4df3-9e5f-fe499ca5615c
ModelInvariantUuid:99497b83-5b9d-46df-b5de-7ac84e5a937b
ModelName:vFW 165fc907-dcb1-nodes.vsnCvfc
ModelUuid:4e347d72-c03a-4d32-94b2-99632ebfd1a9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fb720ef3-dcf9-4a0f-8f19-0de1ccdae6c0
ModelInvariantUuid:a90ba2e3-735a-46d2-bdba-d9988bdf20a6
ModelName:Vfw165fc907Dcb1.compute.nodes.heat.vsn
ModelUuid:a5d3f58b-80cf-4bb1-877b-94992795c797
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:84c922de-381b-45a1-9671-aa574648ef5c
ModelInvariantUuid:99943797-cc60-4e75-90db-43d32d6a3379
ModelName:vFW 165fc907-dcb1-nodes.vpgCvfc
ModelUuid:adc954af-6a81-40ac-b75c-0f0621b8fab5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:afb58326-aa3b-4fca-906e-461aabf222d9
ModelInvariantUuid:7ad44fbc-0eef-4d07-9e99-d2b1095a92a6
ModelName:Vfw165fc907Dcb1.compute.nodes.heat.vpg
ModelUuid:11ba001b-de7f-4005-9088-1af0f88810fe
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-06T04:25:59.217Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 894cb3a2-910f-4e6e-bcf9-082b3170ed50
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-06T04:25:59.337Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||vFW 165fc907-dcb1 0
2022-12-06T04:25:59.344Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 894cb3a2-910f-4e6e-bcf9-082b3170ed50
2022-12-06T04:25:59.345Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c56855bf-2bbd-4fb8-b171-f32538ecfefc from URL: /sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json
2022-12-06T04:25:59.345Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-06T04:25:59.345Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json
2022-12-06T04:25:59.417Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-06T04:25:59.418Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json c56855bf-2bbd-4fb8-b171-f32538ecfefc 785
2022-12-06T04:25:59.419Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json ASDC sendASDCNotification
2022-12-06T04:25:59.419Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json
2022-12-06T04:25:59.419Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T04:25:59.420Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:25:59.423Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:25:59.423Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300759419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:25:59.523Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:25:59.525Z||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-06T04:25:59.525Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:25:59.537Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:25:59.537Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:26:00.425Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw165fc907Dcb1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "40c13971-4224-4b00-a694-a89c588e2b2f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3757a774-d908-40a2-834f-607d450a2956",
    "vfModuleModelCustomizationUUID": "bd5842f4-088b-4653-af82-9d867431ca32",
    "isBase": true,
    "artifacts": [
      "9adc4816-79dd-4287-9e86-1e310270c72c",
      "c2feeb63-6806-4d20-8964-ed97e5ed3d38"
    ],
    "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-06T04:26:00.442Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw165fc907Dcb1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3757a774-d908-40a2-834f-607d450a2956
VfModuleModelInvariantUUID:40c13971-4224-4b00-a694-a89c588e2b2f
VfModuleModelDescription:NULL
Artifacts UUID List:{
9adc4816-79dd-4287-9e86-1e310270c72c
,
c2feeb63-6806-4d20-8964-ed97e5ed3d38

}
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-06T04:26:00.445Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw165fc907Dcb1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "40c13971-4224-4b00-a694-a89c588e2b2f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3757a774-d908-40a2-834f-607d450a2956",
    "vfModuleModelCustomizationUUID": "bd5842f4-088b-4653-af82-9d867431ca32",
    "isBase": true,
    "artifacts": [
      "9adc4816-79dd-4287-9e86-1e310270c72c",
      "c2feeb63-6806-4d20-8964-ed97e5ed3d38"
    ],
    "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-06T04:26:00.445Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw165fc907Dcb1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3757a774-d908-40a2-834f-607d450a2956
VfModuleModelInvariantUUID:40c13971-4224-4b00-a694-a89c588e2b2f
VfModuleModelDescription:NULL
Artifacts UUID List:{
9adc4816-79dd-4287-9e86-1e310270c72c
,
c2feeb63-6806-4d20-8964-ed97e5ed3d38

}
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-06T04:26:00.445Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9adc4816-79dd-4287-9e86-1e310270c72c from URL: /sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml
2022-12-06T04:26:00.445Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-06T04:26:00.445Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml
2022-12-06T04:26:00.497Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-06T04:26:00.499Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml 9adc4816-79dd-4287-9e86-1e310270c72c 20368
2022-12-06T04:26:00.499Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-06T04:26:00.499Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml
2022-12-06T04:26:00.499Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T04:26:00.500Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:26:00.502Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:26:00.502Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300760499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:26:00.602Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:26:00.603Z||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-06T04:26:00.604Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:26:00.616Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:26:00.617Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:26:01.503Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c2feeb63-6806-4d20-8964-ed97e5ed3d38 from URL: /sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env
2022-12-06T04:26:01.504Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-06T04:26:01.504Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env
2022-12-06T04:26:01.556Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-06T04:26:01.557Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env c2feeb63-6806-4d20-8964-ed97e5ed3d38 2098
2022-12-06T04:26:01.557Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-06T04:26:01.557Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env
2022-12-06T04:26:01.557Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T04:26:01.558Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:26:01.561Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:26:01.561Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300761557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:26:01.661Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:26:01.662Z||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-06T04:26:01.662Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:26:01.673Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:26:01.673Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:26:02.565Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: f5c34605-f0d7-4518-92b7-9d58db4b49b4
2022-12-06T04:26:02.568Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 165fc907-dcb1 0 894cb3a2-910f-4e6e-bcf9-082b3170ed50 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-06T04:26:02.649Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d4fa9bb, org.onap.sdc.toscaparser.api.parameters.Input@620226b5, org.onap.sdc.toscaparser.api.parameters.Input@1c591faf, org.onap.sdc.toscaparser.api.parameters.Input@548446f5, org.onap.sdc.toscaparser.api.parameters.Input@44963faf]
2022-12-06T04:26:02.654Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:26:02.655Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:26:02.655Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-12-06T04:26:02.656Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 1c077d0a-d453-47b7-8328-4c22a0c9a180
2022-12-06T04:26:02.656Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1c077d0a-d453-47b7-8328-4c22a0c9a180 matches Tosca VF Customization UUID: 1c077d0a-d453-47b7-8328-4c22a0c9a180
2022-12-06T04:26:02.657Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 1c077d0a-d453-47b7-8328-4c22a0c9a180  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-06T04:26:02.669Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:26:02.670Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:26:02.672Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 1c077d0a-d453-47b7-8328-4c22a0c9a180: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-06T04:26:02.672Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3a98a263
2022-12-06T04:26:02.673Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:26:02.673Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-06T04:26:02.674Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bd5842f4-088b-4653-af82-9d867431ca32
2022-12-06T04:26:02.676Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bd5842f4-088b-4653-af82-9d867431ca32
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-06T04:26:02.684Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:26:02.684Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is matching search criteria
2022-12-06T04:26:02.685Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 165fc907-dcb1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:26:02.685Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:26:02.686Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is matching search criteria
2022-12-06T04:26:02.686Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 165fc907-dcb1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:26:02.686Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:26:02.686Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is not matching search criteria
2022-12-06T04:26:02.687Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-06T04:26:02.687Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-06T04:26:02.687Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-06T04:26:02.688Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-06T04:26:02.688Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-06T04:26:02.688Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-06T04:26:02.688Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-06T04:26:02.689Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-06T04:26:02.692Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-06T04:26:02.693Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-06T04:26:02.693Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T04:26:02.693Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7270370b-1d30-4251-a059-8d1982f96785
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-06T04:26:02.705Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:26:02.706Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is matching search criteria
2022-12-06T04:26:02.706Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 165fc907-dcb1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:26:02.707Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:26:02.708Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is not matching search criteria
2022-12-06T04:26:02.708Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-06T04:26:02.708Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-06T04:26:02.709Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-06T04:26:02.709Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-06T04:26:02.710Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-06T04:26:02.710Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T04:26:02.711Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-06T04:26:02.711Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-06T04:26:02.712Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-06T04:26:02.712Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-06T04:26:02.713Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-06T04:26:02.713Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T04:26:02.714Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0505e81b-7edd-4df3-9e5f-fe499ca5615c
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-06T04:26:02.717Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:26:02.718Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is matching search criteria
2022-12-06T04:26:02.718Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 165fc907-dcb1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:26:02.721Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:26:02.721Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is not matching search criteria
2022-12-06T04:26:02.722Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-06T04:26:02.722Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-06T04:26:02.723Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-06T04:26:02.723Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-06T04:26:02.723Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-06T04:26:02.724Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T04:26:02.724Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-06T04:26:02.724Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-06T04:26:02.725Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-06T04:26:02.725Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-06T04:26:02.726Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-06T04:26:02.726Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-06T04:26:02.726Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=84c922de-381b-45a1-9671-aa574648ef5c
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-06T04:26:02.730Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:26:02.730Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is matching search criteria
2022-12-06T04:26:02.730Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 165fc907-dcb1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:26:02.731Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:26:02.732Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is matching search criteria
2022-12-06T04:26:02.732Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 165fc907-dcb1 0] matching following query criteria: sdcType=VF, customizationUUID=1c077d0a-d453-47b7-8328-4c22a0c9a180
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-06T04:26:02.734Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:26:02.735Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:26:02.735Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid f5c34605-f0d7-4518-92b7-9d58db4b49b4: vFW 165fc907-dcb1
2022-12-06T04:26:02.736Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:26:02.736Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:26:02.737Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:26:02.737Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:26:02.737Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:26:02.738Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:26:02.738Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:26:02.738Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:26:02.739Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:26:02.739Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:26:02.740Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-12-06 04-24-10 
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-06T04:26:03.039Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 165fc907-dcb1 894cb3a2-910f-4e6e-bcf9-082b3170ed50 1 ASDC deployResourceStructure
2022-12-06T04:26:03.039Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json ASDC sendASDCNotification
2022-12-06T04:26:03.039Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json
2022-12-06T04:26:03.040Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T04:26:03.040Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:26:03.045Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:26:03.045Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300763039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-06T04:26:03.143Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-06T04:26:03.144Z||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-06T04:26:03.144Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:26:03.156Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:26:03.157Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:26:04.046Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-06T04:26:04.047Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml
2022-12-06T04:26:04.047Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T04:26:04.047Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:26:04.049Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:26:04.049Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300764046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-12-06T04:26:04.149Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:26:04.151Z||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-06T04:26:04.151Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:26:04.167Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:26:04.167Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:26:05.050Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-06T04:26:05.051Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env
2022-12-06T04:26:05.051Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T04:26:05.051Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:26:05.054Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:26:05.054Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300765050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-12-06T04:26:05.154Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:26:05.156Z||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-06T04:26:05.156Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:26:05.169Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:26:05.170Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:26:06.055Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar ASDC sendASDCNotification
2022-12-06T04:26:06.056Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar
2022-12-06T04:26:06.056Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T04:26:06.056Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:26:06.069Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:26:06.069Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300766055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T04:26:06.159Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-12-06T04:26:06.160Z||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-06T04:26:06.160Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:26:06.172Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:26:06.172Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:26:07.070Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 314e2931-9f60-477d-81f3-884e4ac30a0d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:26:07.096Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 314e2931-9f60-477d-81f3-884e4ac30a0d
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-06T04:26:07.100Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T04:26:07.100Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T04:26:07.101Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T04:26:37.101Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 314e2931-9f60-477d-81f3-884e4ac30a0d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:26:37.115Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 314e2931-9f60-477d-81f3-884e4ac30a0d
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-06T04:26:37.118Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T04:26:37.118Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T04:26:37.118Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T04:26:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:26:45.524Z||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-06T04:26:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:26:45.652Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:26:45.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:26:45.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300745519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:26:45.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:07.119Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 314e2931-9f60-477d-81f3-884e4ac30a0d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:27:07.132Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 314e2931-9f60-477d-81f3-884e4ac30a0d
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-06T04:27:07.136Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T04:27:07.137Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T04:27:07.137Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T04:27:37.137Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 314e2931-9f60-477d-81f3-884e4ac30a0d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:27:37.150Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 314e2931-9f60-477d-81f3-884e4ac30a0d
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-06T04:27:37.153Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T04:27:37.154Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T04:27:37.154Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T04:27:45.528Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:27:45.529Z||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-06T04:27:45.529Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:27:46.059Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:27:46.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670300745881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T04:27:46.065Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300745519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json",
  "status": "NOTIFIED"
}
2022-12-06T04:27:46.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670300746888,
  "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-06T04:27:46.077Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 314e2931-9f60-477d-81f3-884e4ac30a0d
2022-12-06T04:27:46.077Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 314e2931-9f60-477d-81f3-884e4ac30a0d 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-06T04:27:46.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300745519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-06T04:27:46.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "aai-ml",
  "timestamp": 1670300748682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T04:27:46.088Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300745519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.089Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "aai-ml",
  "timestamp": 1670300749689,
  "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-06T04:27:46.094Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 314e2931-9f60-477d-81f3-884e4ac30a0d
2022-12-06T04:27:46.095Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 314e2931-9f60-477d-81f3-884e4ac30a0d 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-06T04:27:46.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300745519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-06T04:27:46.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300745519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300745519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:27:46.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300753595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:27:46.106Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300759419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:27:46.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300760499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:27:46.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300761557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:27:46.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300763039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-06T04:27:46.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300764046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-12-06T04:27:46.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300765050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-12-06T04:27:46.111Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300766055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T04:27:46.111Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "cds",
  "timestamp": 1670300765556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670300762284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "cds",
  "timestamp": 1670300765556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670300762284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "cds",
  "timestamp": 1670300765556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670300762284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "cds",
  "timestamp": 1670300765556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670300762284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670300762284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "cds",
  "timestamp": 1670300765556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670300762284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "cds",
  "timestamp": 1670300765556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "cds",
  "timestamp": 1670300765556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:27:46.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670300762284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:27:46.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "cds",
  "timestamp": 1670300778883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:27:46.122Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670300778883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:27:46.122Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670300778863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "cds",
  "timestamp": 1670300779890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-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-06T04:27:46.138Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 92a4c665-c671-4710-8768-d09e5de83a17
2022-12-06T04:27:46.138Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92a4c665-c671-4710-8768-d09e5de83a17 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-06T04:27:46.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670300779719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.148Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670300778863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-06T04:27:46.148Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670300779719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.149Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670300781267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T04:27:46.150Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670300778863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-06T04:27:46.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670300779719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670300782271,
  "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-06T04:27:46.158Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 92a4c665-c671-4710-8768-d09e5de83a17
2022-12-06T04:27:46.158Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92a4c665-c671-4710-8768-d09e5de83a17 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-06T04:27:46.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670300778863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670300779719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670300778863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-06T04:27:46.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670300779719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670300778863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.170Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670300779719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.170Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670300778863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:27:46.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "aai-ml",
  "timestamp": 1670300785391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670300779719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670300786610,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:27:46.172Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "aai-ml",
  "timestamp": 1670300785391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670300787784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:27:46.172Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "aai-ml",
  "timestamp": 1670300785391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670300788894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:27:46.173Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "aai-ml",
  "timestamp": 1670300785391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670300789938,
  "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-06T04:27:46.179Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 92a4c665-c671-4710-8768-d09e5de83a17
2022-12-06T04:27:46.179Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92a4c665-c671-4710-8768-d09e5de83a17 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-06T04:27:46.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "aai-ml",
  "timestamp": 1670300785391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670300790943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-06T04:27:46.189Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "aai-ml",
  "timestamp": 1670300785391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "aai-ml",
  "timestamp": 1670300785391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:27:46.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:27:46.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "aai-ml",
  "timestamp": 1670300793166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:27:46.191Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "aai-ml",
  "timestamp": 1670300800884,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T04:27:46.191Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "aai-ml",
  "timestamp": 1670300801888,
  "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-06T04:27:46.196Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 92a4c665-c671-4710-8768-d09e5de83a17
2022-12-06T04:27:46.197Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92a4c665-c671-4710-8768-d09e5de83a17 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-06T04:28:07.154Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 314e2931-9f60-477d-81f3-884e4ac30a0d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:28:07.169Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 314e2931-9f60-477d-81f3-884e4ac30a0d
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-06T04:28:07.174Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T04:28:07.174Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-06T04:28:07.175Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-06T04:28:07.175Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-06T04:28:07.175Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T04:28:07.176Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T04:28:07.176Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T04:28:07.176Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T04:28:07.176Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T04:28:07.177Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-06T04:28:07.184Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-06T04:28:37.184Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 314e2931-9f60-477d-81f3-884e4ac30a0d 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-06T04:28:37.197Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 314e2931-9f60-477d-81f3-884e4ac30a0d and serviceModelVersionId: f5c34605-f0d7-4518-92b7-9d58db4b49b4
2022-12-06T04:28:37.198Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4944f53-1e9a-4a00-8adc-527d5e49e6e3
2022-12-06T04:28:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:28:45.524Z||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-06T04:28:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:28:53.795Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4944f53-1e9a-4a00-8adc-527d5e49e6e3/model-vers/model-ver/f5c34605-f0d7-4518-92b7-9d58db4b49b4?depth=0
2022-12-06T04:28:53.920Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-12-06T04:28:54.507Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4944f53-1e9a-4a00-8adc-527d5e49e6e3/model-vers/model-ver/f5c34605-f0d7-4518-92b7-9d58db4b49b4?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-06T04:28:54.513Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4944f53-1e9a-4a00-8adc-527d5e49e6e3/model-vers/model-ver/f5c34605-f0d7-4518-92b7-9d58db4b49b4?depth=0|INFO|500||Invoke
2022-12-06T04:28:54.661Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4944f53-1e9a-4a00-8adc-527d5e49e6e3/model-vers/model-ver/f5c34605-f0d7-4518-92b7-9d58db4b49b4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-06T04:28:54.880Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4944f53-1e9a-4a00-8adc-527d5e49e6e3/model-vers/model-ver/f5c34605-f0d7-4518-92b7-9d58db4b49b4?depth=0|INFO|500||InvokeReturn
2022-12-06T04:28:54.881Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4944f53-1e9a-4a00-8adc-527d5e49e6e3/model-vers/model-ver/f5c34605-f0d7-4518-92b7-9d58db4b49b4?depth=0 has http status code:200 and response headers:{date=[Tue, 06 Dec 2022 04:28:54 GMT], content-length=[0], vertex-id=[180280], x-aai-txid=[0-aai-resources-221206-04:28:54:034-5327], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-06T04:28:54.882Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-12-06T04:28:54.890Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-06T04:28:54.891Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-06T04:28:54.898Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-06T04:28:54.900Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 314e2931-9f60-477d-81f3-884e4ac30a0d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-06T04:28:54.901Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-06T04:28:54.902Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:28:54.905Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:28:54.906Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300934900,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T04:28:55.006Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:28:55.007Z||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-06T04:28:55.007Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:28:55.020Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:28:55.021Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:28:55.635Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:28:55.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:28:55.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300934900,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T04:28:55.637Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-06T04:28:55.923Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:28:55.924Z||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-06T04:28:55.924Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:00.373Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:29:00.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-06T04:29:00.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"92a4c665-c671-4710-8768-d09e5de83a17","serviceName":"basic_onboard_mAoAuF","serviceVersion":"1.0","serviceUUID":"769c633c-8745-4010-9928-988dedd6af58","serviceDescription":"service","serviceInvariantUUID":"094149e3-fe11-4574-a176-d00dbabea95c","resources":[{"resourceInstanceName":"basic_onboard_mAoAuF 0","resourceName":"basic_onboard_mAoAuF","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c0aaa331-bb91-438f-8240-f87ea06e29e9","resourceInvariantUUID":"f0320e74-32db-4161-82f0-0ae676e5e52c","resourceCustomizationUUID":"f1aeb705-d921-44e9-b391-ca1c5e56500d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/vf-license-model.xml","artifactChecksum":"MzhmYmM3N2VhNWFhZDQ4ZjE5MDE0OWFhMmM0MzQxZTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1ba8ee95-9c86-4684-a2d3-63a8f8e55d43","artifactVersion":"1"},{"artifactName":"basic_onboard_maoauf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json","artifactChecksum":"YzMzMTM0ZDUyZDgwYWY3ZjljNTFkNzBhMGFlYzU1YjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"83bc02b6-521a-48a7-aeed-c605d244db2e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"17af2f78-9dd2-4bbe-908a-9a281b912102","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b01c8826-d99d-4ad0-833e-27e7ba846dc6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"69f98a52-2227-436c-8e93-630ce5afb712","artifactVersion":"2","generatedFromUUID":"17af2f78-9dd2-4bbe-908a-9a281b912102"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMaoauf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-template.yml","artifactChecksum":"MTQxMGUzNzkxMDE2YmY4NTU1OTgyOWJlMmQwYTZiOWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80991adb-da18-4e8e-90e2-b3f19e698906","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMaoauf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar","artifactChecksum":"NGFkYWI0MmI3NzI4ZWY4MDhlYWIwMzg5N2Y3NTViZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"71a56532-ef83-4dc9-b846-03da75ffa8c9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-06T04:29:00.378Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:29:00.379Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:29:00.381Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:29:00.382Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300935923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:29:00.482Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:29:00.483Z||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-06T04:29:00.483Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:00.495Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:29:00.496Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:29:01.382Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:29:01.384Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:29:01.386Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:29:01.386Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300935923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-06T04:29:01.486Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:29:01.488Z||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-06T04:29:01.488Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:01.500Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:29:01.501Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:29:02.387Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:29:02.388Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:29:02.391Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:29:02.391Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300935923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-06T04:29:02.491Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:29:02.493Z||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-06T04:29:02.493Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:02.510Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:29:02.511Z||pool-21-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:29:03.392Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:29:03.393Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:29:03.396Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:29:03.396Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300935923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:29:03.497Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-06T04:29:03.498Z||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-06T04:29:03.498Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:03.510Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:29:03.511Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:29:04.397Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:29:04.398Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:29:04.400Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:29:04.401Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300935923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-06T04:29:04.501Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:29:04.502Z||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-06T04:29:04.502Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:04.515Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:29:04.515Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:29:05.401Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:29:05.402Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:29:05.404Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:29:05.405Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300935923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:29:05.505Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:29:05.506Z||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-06T04:29:05.506Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:05.522Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:29:05.522Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:29:06.405Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:29:06.406Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:29:06.408Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:29:06.409Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300935923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:29:06.508Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T04:29:06.509Z||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-06T04:29:06.510Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:06.520Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:29:06.521Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:29:07.411Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "serviceName": "basic_onboard_mAoAuF",
  "serviceVersion": "1.0",
  "serviceUUID": "769c633c-8745-4010-9928-988dedd6af58",
  "serviceDescription": "service",
  "serviceInvariantUUID": "094149e3-fe11-4574-a176-d00dbabea95c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_mAoAuF 0",
      "resourceCustomizationUUID": "f1aeb705-d921-44e9-b391-ca1c5e56500d",
      "resourceName": "basic_onboard_mAoAuF",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c0aaa331-bb91-438f-8240-f87ea06e29e9",
      "resourceInvariantUUID": "f0320e74-32db-4161-82f0-0ae676e5e52c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_maoauf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json",
          "artifactChecksum": "YzMzMTM0ZDUyZDgwYWY3ZjljNTFkNzBhMGFlYzU1YjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "83bc02b6-521a-48a7-aeed-c605d244db2e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "17af2f78-9dd2-4bbe-908a-9a281b912102",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "69f98a52-2227-436c-8e93-630ce5afb712",
            "generatedFromUUID": "17af2f78-9dd2-4bbe-908a-9a281b912102"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "69f98a52-2227-436c-8e93-630ce5afb712",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardMaoauf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
      "artifactChecksum": "NGFkYWI0MmI3NzI4ZWY4MDhlYWIwMzg5N2Y3NTViZTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "71a56532-ef83-4dc9-b846-03da75ffa8c9"
    }
  ],
  "workloadContext": "Production"
}
2022-12-06T04:29:07.411Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-06T04:29:07.412Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 769c633c-8745-4010-9928-988dedd6af58 ASDC
2022-12-06T04:29:07.412Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:92a4c665-c671-4710-8768-d09e5de83a17
ServiceName:basic_onboard_mAoAuF
ServiceVersion:1.0
ServiceUUID:769c633c-8745-4010-9928-988dedd6af58
ServiceInvariantUUID:094149e3-fe11-4574-a176-d00dbabea95c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMaoauf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar
ArtifactUUID:71a56532-ef83-4dc9-b846-03da75ffa8c9
ArtifactChecksum:NGFkYWI0MmI3NzI4ZWY4MDhlYWIwMzg5N2Y3NTViZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_mAoAuF 0
ResourceCustomizationUUID:f1aeb705-d921-44e9-b391-ca1c5e56500d
ResourceInvariantUUID:f0320e74-32db-4161-82f0-0ae676e5e52c
ResourceName:basic_onboard_mAoAuF
ResourceType:VF
ResourceUUID:c0aaa331-bb91-438f-8240-f87ea06e29e9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_maoauf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json
ArtifactUUID:83bc02b6-521a-48a7-aeed-c605d244db2e
ArtifactChecksum:YzMzMTM0ZDUyZDgwYWY3ZjljNTFkNzBhMGFlYzU1YjE=
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/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml
ArtifactUUID:17af2f78-9dd2-4bbe-908a-9a281b912102
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/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env
ArtifactUUID:69f98a52-2227-436c-8e93-630ce5afb712
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/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env
ArtifactUUID:69f98a52-2227-436c-8e93-630ce5afb712
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-06T04:29:07.413Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 769c633c-8745-4010-9928-988dedd6af58 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-06T04:29:07.455Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T04:29:07.455Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-06T04:29:07.456Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-06T04:29:07.456Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 71a56532-ef83-4dc9-b846-03da75ffa8c9 from URL: /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar
2022-12-06T04:29:07.456Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-06T04:29:07.457Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar
2022-12-06T04:29:07.566Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-06T04:29:07.571Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar 71a56532-ef83-4dc9-b846-03da75ffa8c9 75290
2022-12-06T04:29:07.572Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar ASDC sendASDCNotification
2022-12-06T04:29:07.572Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar
2022-12-06T04:29:07.572Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T04:29:07.573Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:29:07.575Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:29:07.576Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300947572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:29:07.676Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T04:29:07.677Z||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-06T04:29:07.677Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:07.697Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:29:07.698Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:29:08.576Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T04:29:08.578Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-06T04:29:08.579Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 71a56532-ef83-4dc9-b846-03da75ffa8c9, URL: /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar to file: /app/ASDC/1/service-BasicOnboardMaoauf-csar.csar
2022-12-06T04:29:08.579Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMaoauf-csar.csar
2022-12-06T04:29:08.580Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMaoauf-csar.csar
2022-12-06T04:29:08.581Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMaoauf-csar.csar
2022-12-06T04:29:08.734Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6996508363608632904/Definitions/service-BasicOnboardMaoauf-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-06T04:29:10.012Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-06T04:29:10.013Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-06T04:29:10.013Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMaoauf-csar.csar
2022-12-06T04:29:10.013Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-06T04:29:10.013Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardMaoauf-csar.csar
2022-12-06T04:29:10.013Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||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-BasicOnboardMaoauf-csar.csar
2022-12-06T04:29:10.013Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_mAoAuF 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-BasicOnboardMaoauf-csar.csar
2022-12-06T04:29:10.013Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||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-BasicOnboardMaoauf-csar.csar
2022-12-06T04:29:10.013Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||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-BasicOnboardMaoauf-csar.csar
2022-12-06T04:29:10.014Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMaoauf-csar.csar
2022-12-06T04:29:10.014Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||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-BasicOnboardMaoauf-csar.csar
2022-12-06T04:29:10.014Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-06T04:29:10.014Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:29:10.014Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:29:10.014Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mAoAuF 0 is matching search criteria
2022-12-06T04:29:10.015Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-06T04:29:10.015Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mAoAuF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T04:29:10.015Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:29:10.015Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:29:10.015Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mAoAuF 0 is matching search criteria
2022-12-06T04:29:10.015Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-06T04:29:10.016Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mAoAuF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T04:29:10.016Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:29:10.016Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:29:10.016Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:29:10.016Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mAoAuF 0 is not matching search criteria
2022-12-06T04:29:10.016Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-06T04:29:10.017Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-06T04:29:10.017Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-06T04:29:10.017Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-06T04:29:10.017Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-06T04:29:10.017Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:29:10.017Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-06T04:29:10.018Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:29:10.018Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mAoAuF 0 is matching search criteria
2022-12-06T04:29:10.018Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mAoAuF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:29:10.018Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:29:10.018Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mAoAuF 0 is matching search criteria
2022-12-06T04:29:10.019Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mAoAuF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:29:10.019Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:29:10.019Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mAoAuF 0 is matching search criteria
2022-12-06T04:29:10.019Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mAoAuF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:29:10.019Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:29:10.019Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mAoAuF 0 is not matching search criteria
2022-12-06T04:29:10.020Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-06T04:29:10.020Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-06T04:29:10.020Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b806002c-42f0-4b6d-a02f-ee1553818858
2022-12-06T04:29:10.020Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:29:10.020Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:29:10.020Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:29:10.021Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:29:10.021Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:29:10.021Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:29:10.021Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:29:10.021Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:29:10.021Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_mAoAuF
Description:service
Model UUID:769c633c-8745-4010-9928-988dedd6af58
Model Version:NULL
Model InvariantUuid:094149e3-fe11-4574-a176-d00dbabea95c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_mAoAuF
Model UUID:53b5ed19-c119-4e3b-8d01-a51bd2604981
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f0320e74-32db-4161-82f0-0ae676e5e52c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f1aeb705-d921-44e9-b391-ca1c5e56500d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ae44dd14-47a0-481e-b1be-86a9ea36539b
ModelName:BasicOnboardMaoauf..base_ubuntu18..module-0
ModelUuid:f3bf88c5-e679-49e9-b628-02e661d5271d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b806002c-42f0-4b6d-a02f-ee1553818858
ModelInvariantUuid:addf3a0c-fc14-4327-b03a-a378372b1301
ModelName:basic_onboard_mAoAuF-nodes.ubuntu18Cvfc
ModelUuid:56e36f8f-0abd-43fb-bcb1-c849d0133c3c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:8e93b062-c975-4c71-95c6-bac3976083fa
ModelInvariantUuid:eab54d7b-48c0-4f4b-b41b-13c800c0d527
ModelName:BasicOnboardMaoauf.compute.nodes.heat.ubuntu18
ModelUuid:6eac40d5-c027-4a71-b287-cc63d765ad07
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-06T04:29:10.032Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: c0aaa331-bb91-438f-8240-f87ea06e29e9
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-06T04:29:10.035Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||basic_onboard_mAoAuF 0
2022-12-06T04:29:10.035Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c0aaa331-bb91-438f-8240-f87ea06e29e9
2022-12-06T04:29:10.035Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 83bc02b6-521a-48a7-aeed-c605d244db2e from URL: /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json
2022-12-06T04:29:10.035Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-06T04:29:10.036Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json
2022-12-06T04:29:10.092Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-06T04:29:10.092Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json 83bc02b6-521a-48a7-aeed-c605d244db2e 798
2022-12-06T04:29:10.093Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json ASDC sendASDCNotification
2022-12-06T04:29:10.093Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json
2022-12-06T04:29:10.093Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T04:29:10.094Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:29:10.096Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:29:10.096Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300950093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:29:10.196Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:29:10.198Z||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-06T04:29:10.198Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:10.212Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:29:10.213Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:29:11.097Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardMaoauf..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ae44dd14-47a0-481e-b1be-86a9ea36539b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f3bf88c5-e679-49e9-b628-02e661d5271d",
    "vfModuleModelCustomizationUUID": "a83b7e34-bd88-4a51-9af2-7c91a7f8b956",
    "isBase": true,
    "artifacts": [
      "17af2f78-9dd2-4bbe-908a-9a281b912102",
      "69f98a52-2227-436c-8e93-630ce5afb712"
    ],
    "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-06T04:29:11.103Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMaoauf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f3bf88c5-e679-49e9-b628-02e661d5271d
VfModuleModelInvariantUUID:ae44dd14-47a0-481e-b1be-86a9ea36539b
VfModuleModelDescription:NULL
Artifacts UUID List:{
17af2f78-9dd2-4bbe-908a-9a281b912102
,
69f98a52-2227-436c-8e93-630ce5afb712

}
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-06T04:29:11.105Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardMaoauf..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ae44dd14-47a0-481e-b1be-86a9ea36539b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f3bf88c5-e679-49e9-b628-02e661d5271d",
    "vfModuleModelCustomizationUUID": "a83b7e34-bd88-4a51-9af2-7c91a7f8b956",
    "isBase": true,
    "artifacts": [
      "17af2f78-9dd2-4bbe-908a-9a281b912102",
      "69f98a52-2227-436c-8e93-630ce5afb712"
    ],
    "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-06T04:29:11.106Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMaoauf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f3bf88c5-e679-49e9-b628-02e661d5271d
VfModuleModelInvariantUUID:ae44dd14-47a0-481e-b1be-86a9ea36539b
VfModuleModelDescription:NULL
Artifacts UUID List:{
17af2f78-9dd2-4bbe-908a-9a281b912102
,
69f98a52-2227-436c-8e93-630ce5afb712

}
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-06T04:29:11.106Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 17af2f78-9dd2-4bbe-908a-9a281b912102 from URL: /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml
2022-12-06T04:29:11.106Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-06T04:29:11.106Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml
2022-12-06T04:29:11.162Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-06T04:29:11.163Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml 17af2f78-9dd2-4bbe-908a-9a281b912102 5033
2022-12-06T04:29:11.163Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-06T04:29:11.163Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml
2022-12-06T04:29:11.163Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T04:29:11.163Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:29:11.168Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:29:11.168Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300951163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:29:11.266Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-12-06T04:29:11.267Z||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-06T04:29:11.267Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:11.284Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:29:11.285Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:29:12.170Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 69f98a52-2227-436c-8e93-630ce5afb712 from URL: /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env
2022-12-06T04:29:12.171Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-06T04:29:12.172Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env
2022-12-06T04:29:12.267Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-06T04:29:12.268Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env 69f98a52-2227-436c-8e93-630ce5afb712 909
2022-12-06T04:29:12.268Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-06T04:29:12.268Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env
2022-12-06T04:29:12.268Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T04:29:12.269Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:29:12.271Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:29:12.271Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300952268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:29:12.371Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:29:12.373Z||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-06T04:29:12.373Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:12.385Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:29:12.385Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:29:13.272Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 769c633c-8745-4010-9928-988dedd6af58
2022-12-06T04:29:13.273Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_mAoAuF 0 c0aaa331-bb91-438f-8240-f87ea06e29e9 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-06T04:29:13.291Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@137b36d8, org.onap.sdc.toscaparser.api.parameters.Input@47a37bf3, org.onap.sdc.toscaparser.api.parameters.Input@5b4b9b1b, org.onap.sdc.toscaparser.api.parameters.Input@174f9306, org.onap.sdc.toscaparser.api.parameters.Input@5dc8aac1]
2022-12-06T04:29:13.292Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:29:13.293Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:29:13.293Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-12-06T04:29:13.293Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= f1aeb705-d921-44e9-b391-ca1c5e56500d
2022-12-06T04:29:13.293Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f1aeb705-d921-44e9-b391-ca1c5e56500d matches Tosca VF Customization UUID: f1aeb705-d921-44e9-b391-ca1c5e56500d
2022-12-06T04:29:13.294Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: f1aeb705-d921-44e9-b391-ca1c5e56500d  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-06T04:29:13.297Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:29:13.297Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:29:13.298Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id f1aeb705-d921-44e9-b391-ca1c5e56500d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-06T04:29:13.298Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6d409a67
2022-12-06T04:29:13.298Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:29:13.298Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-06T04:29:13.298Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a83b7e34-bd88-4a51-9af2-7c91a7f8b956
2022-12-06T04:29:13.298Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a83b7e34-bd88-4a51-9af2-7c91a7f8b956
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-06T04:29:13.302Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:29:13.302Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mAoAuF 0 is matching search criteria
2022-12-06T04:29:13.303Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mAoAuF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:29:13.303Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:29:13.303Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mAoAuF 0 is matching search criteria
2022-12-06T04:29:13.303Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mAoAuF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:29:13.304Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:29:13.304Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mAoAuF 0 is not matching search criteria
2022-12-06T04:29:13.304Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-06T04:29:13.304Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-06T04:29:13.305Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b806002c-42f0-4b6d-a02f-ee1553818858
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-06T04:29:13.308Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:29:13.308Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mAoAuF 0 is matching search criteria
2022-12-06T04:29:13.308Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mAoAuF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:29:13.309Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:29:13.309Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mAoAuF 0 is matching search criteria
2022-12-06T04:29:13.309Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mAoAuF 0] matching following query criteria: sdcType=VF, customizationUUID=f1aeb705-d921-44e9-b391-ca1c5e56500d
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-06T04:29:13.312Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:29:13.312Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:29:13.313Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 769c633c-8745-4010-9928-988dedd6af58: basic_onboard_mAoAuF
2022-12-06T04:29:13.313Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:29:13.313Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:29:13.313Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:29:13.314Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:29:13.314Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:29:13.314Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:29:13.315Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:29:13.315Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:29:13.315Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:29:13.315Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:29:13.316Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_mAoAuF 
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-06T04:29:13.417Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_mAoAuF c0aaa331-bb91-438f-8240-f87ea06e29e9 1 ASDC deployResourceStructure
2022-12-06T04:29:13.417Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json ASDC sendASDCNotification
2022-12-06T04:29:13.418Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json
2022-12-06T04:29:13.418Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T04:29:13.419Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:29:13.422Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:29:13.422Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300953417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-06T04:29:13.522Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:29:13.523Z||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-06T04:29:13.523Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:13.536Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:29:13.537Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:29:14.424Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-06T04:29:14.424Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml
2022-12-06T04:29:14.424Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T04:29:14.424Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:29:14.427Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:29:14.427Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300954423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-12-06T04:29:14.527Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:29:14.528Z||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-06T04:29:14.528Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:14.541Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:29:14.542Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:29:15.429Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-06T04:29:15.429Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env
2022-12-06T04:29:15.429Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T04:29:15.430Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:29:15.432Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:29:15.433Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300955428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-12-06T04:29:15.533Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:29:15.534Z||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-06T04:29:15.535Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:15.551Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:29:15.552Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:29:16.434Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar ASDC sendASDCNotification
2022-12-06T04:29:16.434Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar
2022-12-06T04:29:16.435Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T04:29:16.436Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:29:16.438Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:29:16.438Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300956434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T04:29:16.538Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:29:16.539Z||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-06T04:29:16.539Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:16.553Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:29:16.553Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:29:17.440Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92a4c665-c671-4710-8768-d09e5de83a17
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:29:17.456Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92a4c665-c671-4710-8768-d09e5de83a17
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-06T04:29:17.461Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T04:29:17.461Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-06T04:29:17.461Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-06T04:29:17.461Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-06T04:29:17.462Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T04:29:17.462Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T04:29:17.462Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T04:29:17.462Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T04:29:17.462Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T04:29:17.462Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||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-06T04:29:17.469Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-06T04:29:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:29:45.524Z||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-06T04:29:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:46.151Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:29:46.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:29:46.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300935923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:29:46.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:29:46.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:29:46.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300935923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-06T04:29:46.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:29:46.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:29:46.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300935923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-06T04:29:46.155Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:29:46.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:29:46.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300935923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:29:46.155Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:29:46.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:29:46.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300935923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-06T04:29:46.156Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:29:46.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:29:46.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300935923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:29:46.156Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:29:46.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:29:46.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300935923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:29:46.157Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:29:46.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:29:46.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300947572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:29:46.157Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:29:46.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:29:46.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300950093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:29:46.157Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:29:46.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:29:46.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300951163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:29:46.158Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:29:46.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:29:46.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300952268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:29:46.158Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:29:46.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:29:46.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300953417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-06T04:29:46.158Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:29:46.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:29:46.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300954423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-12-06T04:29:46.159Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:29:46.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:29:46.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300955428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-12-06T04:29:46.159Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:29:46.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:29:46.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300956434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T04:29:46.160Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:29:47.469Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 92a4c665-c671-4710-8768-d09e5de83a17 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-06T04:29:47.482Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 92a4c665-c671-4710-8768-d09e5de83a17 and serviceModelVersionId: 769c633c-8745-4010-9928-988dedd6af58
2022-12-06T04:29:47.483Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 094149e3-fe11-4574-a176-d00dbabea95c
2022-12-06T04:29:47.484Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/094149e3-fe11-4574-a176-d00dbabea95c/model-vers/model-ver/769c633c-8745-4010-9928-988dedd6af58?depth=0
2022-12-06T04:29:47.489Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-06T04:29:47.607Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/094149e3-fe11-4574-a176-d00dbabea95c/model-vers/model-ver/769c633c-8745-4010-9928-988dedd6af58?depth=0|INFO|500||Invoke
2022-12-06T04:29:47.607Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/094149e3-fe11-4574-a176-d00dbabea95c/model-vers/model-ver/769c633c-8745-4010-9928-988dedd6af58?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/094149e3-fe11-4574-a176-d00dbabea95c/model-vers/model-ver/769c633c-8745-4010-9928-988dedd6af58?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[92a4c665-c671-4710-8768-d09e5de83a17], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[76d607b1-bfb5-4331-916a-9af11db02df0], X-ECOMP-RequestID=[92a4c665-c671-4710-8768-d09e5de83a17], X-TransactionId=[], X-ONAP-RequestID=[92a4c665-c671-4710-8768-d09e5de83a17], Content-Type=[application/merge-patch+json]}
2022-12-06T04:29:47.656Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/094149e3-fe11-4574-a176-d00dbabea95c/model-vers/model-ver/769c633c-8745-4010-9928-988dedd6af58?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-06T04:29:47.771Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/094149e3-fe11-4574-a176-d00dbabea95c/model-vers/model-ver/769c633c-8745-4010-9928-988dedd6af58?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/094149e3-fe11-4574-a176-d00dbabea95c/model-vers/model-ver/769c633c-8745-4010-9928-988dedd6af58?depth=0 has http status code:200 and response headers:{date=[Tue, 06 Dec 2022 04:29:47 GMT], content-length=[0], vertex-id=[581720], x-aai-txid=[0-aai-resources-221206-04:29:47:036-90806], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-06T04:29:47.772Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/094149e3-fe11-4574-a176-d00dbabea95c/model-vers/model-ver/769c633c-8745-4010-9928-988dedd6af58?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-06T04:29:47.773Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/094149e3-fe11-4574-a176-d00dbabea95c/model-vers/model-ver/769c633c-8745-4010-9928-988dedd6af58?depth=0|INFO|500||InvokeReturn
2022-12-06T04:29:47.774Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-06T04:29:47.774Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||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-06T04:29:47.785Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||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-06T04:29:47.785Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 92a4c665-c671-4710-8768-d09e5de83a17 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-06T04:29:47.785Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-06T04:29:47.786Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:29:47.788Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:29:47.788Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300987785,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T04:29:47.891Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-06T04:29:47.892Z||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-06T04:29:47.892Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:47.909Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:29:47.910Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-06T04:29:48.804Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:29:48.805Z|92a4c665-c671-4710-8768-d09e5de83a17|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-06T04:29:48.805Z|92a4c665-c671-4710-8768-d09e5de83a17|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:58.358Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:29:58.359Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:29:58.360Z|92a4c665-c671-4710-8768-d09e5de83a17|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-06T04:29:58.360Z|92a4c665-c671-4710-8768-d09e5de83a17|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:30:07.918Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:30:07.919Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:30:07.919Z|92a4c665-c671-4710-8768-d09e5de83a17|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-06T04:30:07.920Z|92a4c665-c671-4710-8768-d09e5de83a17|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:30:17.492Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:30:45.519Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:30:45.521Z|92a4c665-c671-4710-8768-d09e5de83a17|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-06T04:30:45.521Z|92a4c665-c671-4710-8768-d09e5de83a17|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:30:45.522Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:30:45.523Z||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-06T04:30:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:30:46.168Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:30:46.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T04:30:46.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670300987785,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T04:30:46.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:30:55.110Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:31:45.519Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:31:45.521Z|92a4c665-c671-4710-8768-d09e5de83a17|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-06T04:31:45.521Z|92a4c665-c671-4710-8768-d09e5de83a17|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:31:45.522Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:31:45.523Z||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-06T04:31:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:31:55.098Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:31:55.102Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:32:45.519Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:32:45.520Z|92a4c665-c671-4710-8768-d09e5de83a17|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-06T04:32:45.521Z|92a4c665-c671-4710-8768-d09e5de83a17|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:32:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:32:45.523Z||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-06T04:32:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:32:55.088Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:32:55.088Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:33:45.519Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:33:45.521Z|92a4c665-c671-4710-8768-d09e5de83a17|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-06T04:33:45.521Z|92a4c665-c671-4710-8768-d09e5de83a17|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:33:45.522Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:33:45.523Z||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-06T04:33:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:33:55.076Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:33:55.092Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:34:45.519Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:34:45.521Z|92a4c665-c671-4710-8768-d09e5de83a17|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-06T04:34:45.521Z|92a4c665-c671-4710-8768-d09e5de83a17|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:34:45.522Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:34:45.523Z||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-06T04:34:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:34:55.072Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:34:55.080Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:35:45.519Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:35:45.520Z|92a4c665-c671-4710-8768-d09e5de83a17|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-06T04:35:45.521Z|92a4c665-c671-4710-8768-d09e5de83a17|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:35:45.522Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:35:45.523Z||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-06T04:35:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:35:55.071Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:35:55.079Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:36:45.519Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:36:45.522Z|92a4c665-c671-4710-8768-d09e5de83a17|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-06T04:36:45.522Z|92a4c665-c671-4710-8768-d09e5de83a17|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:36:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:36:45.523Z||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-06T04:36:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:36:55.080Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:36:55.081Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:37:45.519Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:37:45.521Z|92a4c665-c671-4710-8768-d09e5de83a17|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-06T04:37:45.521Z|92a4c665-c671-4710-8768-d09e5de83a17|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:37:45.522Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:37:45.523Z||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-06T04:37:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:37:55.071Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:37:55.071Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:38:45.519Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:38:45.521Z|92a4c665-c671-4710-8768-d09e5de83a17|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-06T04:38:45.521Z|92a4c665-c671-4710-8768-d09e5de83a17|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:38:45.522Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:38:45.523Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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-06T04:38:45.523Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:38:55.078Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:38:55.079Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:39:45.519Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:39:45.520Z|92a4c665-c671-4710-8768-d09e5de83a17|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-06T04:39:45.520Z|92a4c665-c671-4710-8768-d09e5de83a17|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:39:45.522Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:39:45.523Z||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-06T04:39:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:39:46.157Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:39:46.158Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.158Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"f1330ad3-6edd-4296-be03-b5d15ae7c99b","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f1228fc8-7656-4005-b1dc-2d87a7ed780f","serviceDescription":"service","serviceInvariantUUID":"9c3e43b8-5cf6-4b96-bfdd-eb1a0b7e97d8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ef1f7f87-1556-4e47-b7ce-89cf1127fb8f","resourceInvariantUUID":"6e3a7f3d-74d2-4af6-b3a7-2bcd62d6f9d3","resourceCustomizationUUID":"8838ac28-f68d-42af-8403-e608188149b1","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":"ZTc0OTdjNDgwNmU3OThjNzZjZWY0NGYwNTQzZWQ0YWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0061691a-be7e-4646-9b9a-eae9ef970798","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzNiODNjZjg5MjY5ZDg4ZDIxZWU3NjY2YTgyYTUyNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0f310310-f516-4464-b5c6-e5240ecc2cfd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-06T04:39:46.159Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:39:46.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301572284,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:39:46.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:39:46.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
  "consumerID": "aai-ml",
  "timestamp": 1670301565391,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:39:46.164Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:39:46.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
  "consumerID": "aai-ml",
  "timestamp": 1670301565391,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:39:46.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:39:46.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301572284,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:39:46.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:39:46.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
  "consumerID": "cds",
  "timestamp": 1670301575555,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:39:46.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:39:46.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
  "consumerID": "cds",
  "timestamp": 1670301575555,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:39:46.169Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:39:46.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
  "consumerID": "aai-ml",
  "timestamp": 1670301577346,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:39:46.171Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:39:46.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301577349,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:39:46.173Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:39:46.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
  "consumerID": "cds",
  "timestamp": 1670301578326,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:39:46.173Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:39:46.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301579101,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T04:39:46.178Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:39:46.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
  "consumerID": "cds",
  "timestamp": 1670301579335,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-12-06T04:39:46.179Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:39:46.179Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:39:46.184Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:39:46.184Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301585519,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-06T04:39:46.205Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f1330ad3-6edd-4296-be03-b5d15ae7c99b
2022-12-06T04:39:46.206Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1330ad3-6edd-4296-be03-b5d15ae7c99b 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-06T04:39:46.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301578862,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:39:46.217Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:39:46.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301580109,
  "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-06T04:39:46.224Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f1330ad3-6edd-4296-be03-b5d15ae7c99b
2022-12-06T04:39:46.224Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1330ad3-6edd-4296-be03-b5d15ae7c99b 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-06T04:39:46.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670301579719,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:39:46.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:39:46.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301578862,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:39:46.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:39:46.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670301579719,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:39:46.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:39:46.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
  "consumerID": "aai-ml",
  "timestamp": 1670301581450,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T04:39:46.235Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:39:46.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
  "consumerID": "aai-ml",
  "timestamp": 1670301582456,
  "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-06T04:39:46.241Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f1330ad3-6edd-4296-be03-b5d15ae7c99b
2022-12-06T04:39:46.241Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1330ad3-6edd-4296-be03-b5d15ae7c99b 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-06T04:39:46.284Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:39:46.286Z||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-06T04:39:46.286Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:39:46.302Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:39:46.303Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:39:47.185Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:39:47.186Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:39:47.191Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:39:47.192Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301585519,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:39:47.290Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-06T04:39:47.291Z||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-06T04:39:47.291Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:39:47.305Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:39:47.306Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:39:48.193Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "f1228fc8-7656-4005-b1dc-2d87a7ed780f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9c3e43b8-5cf6-4b96-bfdd-eb1a0b7e97d8",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "8838ac28-f68d-42af-8403-e608188149b1",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "ef1f7f87-1556-4e47-b7ce-89cf1127fb8f",
      "resourceInvariantUUID": "6e3a7f3d-74d2-4af6-b3a7-2bcd62d6f9d3",
      "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": "MzNiODNjZjg5MjY5ZDg4ZDIxZWU3NjY2YTgyYTUyNmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0f310310-f516-4464-b5c6-e5240ecc2cfd"
    }
  ],
  "workloadContext": "Production"
}
2022-12-06T04:39:48.194Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-06T04:39:48.194Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f1228fc8-7656-4005-b1dc-2d87a7ed780f ASDC
2022-12-06T04:39:48.195Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f1330ad3-6edd-4296-be03-b5d15ae7c99b
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f1228fc8-7656-4005-b1dc-2d87a7ed780f
ServiceInvariantUUID:9c3e43b8-5cf6-4b96-bfdd-eb1a0b7e97d8
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:0f310310-f516-4464-b5c6-e5240ecc2cfd
ArtifactChecksum:MzNiODNjZjg5MjY5ZDg4ZDIxZWU3NjY2YTgyYTUyNmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:8838ac28-f68d-42af-8403-e608188149b1
ResourceInvariantUUID:6e3a7f3d-74d2-4af6-b3a7-2bcd62d6f9d3
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ef1f7f87-1556-4e47-b7ce-89cf1127fb8f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-12-06T04:39:48.195Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f1228fc8-7656-4005-b1dc-2d87a7ed780f 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-06T04:39:48.228Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T04:39:48.229Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-06T04:39:48.229Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-06T04:39:48.229Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0f310310-f516-4464-b5c6-e5240ecc2cfd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-06T04:39:48.229Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-06T04:39:48.230Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-06T04:39:48.307Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-06T04:39:48.311Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 0f310310-f516-4464-b5c6-e5240ecc2cfd 57657
2022-12-06T04:39:48.311Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||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-06T04:39:48.311Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||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-06T04:39:48.312Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T04:39:48.312Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:39:48.314Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:39:48.314Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301588311,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:39:48.414Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:39:48.416Z||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-06T04:39:48.416Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:39:48.431Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:39:48.431Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:39:49.314Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T04:39:49.316Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-06T04:39:49.316Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 0f310310-f516-4464-b5c6-e5240ecc2cfd, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-06T04:39:49.317Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-06T04:39:49.317Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-06T04:39:49.317Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-06T04:39:49.477Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8397218805969572699/Definitions/service-BasicNetwork-template.yml
2022-12-06T04:39:50.152Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-06T04:39:50.153Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-06T04:39:50.153Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-06T04:39:50.153Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-06T04:39:50.153Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||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-06T04:39:50.153Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||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-06T04:39:50.153Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||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-06T04:39:50.153Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||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-06T04:39:50.153Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||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-06T04:39:50.154Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||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-06T04:39:50.154Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||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-06T04:39:50.154Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||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-06T04:39:50.154Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-06T04:39:50.154Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:39:50.155Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:39:50.155Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-06T04:39:50.155Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-06T04:39:50.155Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T04:39:50.155Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:39:50.155Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:39:50.156Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-06T04:39:50.156Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-06T04:39:50.156Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T04:39:50.156Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:39:50.156Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:39:50.156Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:39:50.156Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:39:50.157Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:39:50.157Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:39:50.157Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:39:50.157Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:39:50.157Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:39:50.158Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:39:50.158Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:f1228fc8-7656-4005-b1dc-2d87a7ed780f
Model Version:NULL
Model InvariantUuid:9c3e43b8-5cf6-4b96-bfdd-eb1a0b7e97d8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:6e3a7f3d-74d2-4af6-b3a7-2bcd62d6f9d3
Model UUID:45d071a9-84f4-446c-8eda-8375d46ac270
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:8838ac28-f68d-42af-8403-e608188149b1
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-06T04:39:50.165Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: ef1f7f87-1556-4e47-b7ce-89cf1127fb8f
2022-12-06T04:39:50.165Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||No resources found for Service: f1228fc8-7656-4005-b1dc-2d87a7ed780f
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-06T04:39:50.172Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||
2022-12-06T04:39:50.172Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-12-06T04:39:50.173Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||No resources found for Service: f1228fc8-7656-4005-b1dc-2d87a7ed780f
2022-12-06T04:39:50.173Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: f1228fc8-7656-4005-b1dc-2d87a7ed780f
2022-12-06T04:39:50.173Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-12-06T04:39:50.173Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||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-06T04:39:50.179Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21dd1dfc, org.onap.sdc.toscaparser.api.parameters.Input@56ded587, org.onap.sdc.toscaparser.api.parameters.Input@57d95326, org.onap.sdc.toscaparser.api.parameters.Input@5cddf644, org.onap.sdc.toscaparser.api.parameters.Input@15a632de]
2022-12-06T04:39:50.181Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:39:50.182Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:39:50.182Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:39:50.182Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:39:50.182Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid f1228fc8-7656-4005-b1dc-2d87a7ed780f: Generic NeutronNet
2022-12-06T04:39:50.182Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:39:50.183Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:39:50.183Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:39:50.183Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||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-06T04:39:50.232Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:39:50.232Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:39:50.232Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:39:50.233Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:39:50.233Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:39:50.233Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:39:50.233Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||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-06T04:39:50.294Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-12-06T04:39:50.295Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||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-06T04:39:50.295Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||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-06T04:39:50.295Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T04:39:50.296Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:39:50.298Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:39:50.298Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301590295,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T04:39:50.398Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:39:50.400Z||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-06T04:39:50.400Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:39:50.418Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:39:50.418Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:39:51.301Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1330ad3-6edd-4296-be03-b5d15ae7c99b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:39:51.314Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1330ad3-6edd-4296-be03-b5d15ae7c99b
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-06T04:39:51.318Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T04:39:51.319Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-06T04:39:51.319Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-06T04:39:51.320Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-06T04:39:51.320Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T04:39:51.320Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T04:39:51.320Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T04:39:51.321Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T04:39:51.321Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||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-06T04:39:51.327Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-06T04:40:21.327Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f1330ad3-6edd-4296-be03-b5d15ae7c99b 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-06T04:40:21.336Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f1330ad3-6edd-4296-be03-b5d15ae7c99b and serviceModelVersionId: f1228fc8-7656-4005-b1dc-2d87a7ed780f
2022-12-06T04:40:21.337Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9c3e43b8-5cf6-4b96-bfdd-eb1a0b7e97d8
2022-12-06T04:40:21.338Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9c3e43b8-5cf6-4b96-bfdd-eb1a0b7e97d8/model-vers/model-ver/f1228fc8-7656-4005-b1dc-2d87a7ed780f?depth=0
2022-12-06T04:40:21.343Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-06T04:40:21.399Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c3e43b8-5cf6-4b96-bfdd-eb1a0b7e97d8/model-vers/model-ver/f1228fc8-7656-4005-b1dc-2d87a7ed780f?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-06T04:40:21.401Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c3e43b8-5cf6-4b96-bfdd-eb1a0b7e97d8/model-vers/model-ver/f1228fc8-7656-4005-b1dc-2d87a7ed780f?depth=0|INFO|500||Invoke
2022-12-06T04:40:21.426Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c3e43b8-5cf6-4b96-bfdd-eb1a0b7e97d8/model-vers/model-ver/f1228fc8-7656-4005-b1dc-2d87a7ed780f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-06T04:40:21.547Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c3e43b8-5cf6-4b96-bfdd-eb1a0b7e97d8/model-vers/model-ver/f1228fc8-7656-4005-b1dc-2d87a7ed780f?depth=0|INFO|500||InvokeReturn
2022-12-06T04:40:21.548Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c3e43b8-5cf6-4b96-bfdd-eb1a0b7e97d8/model-vers/model-ver/f1228fc8-7656-4005-b1dc-2d87a7ed780f?depth=0 has http status code:200 and response headers:{date=[Tue, 06 Dec 2022 04:40:20 GMT], content-length=[0], vertex-id=[180424], x-aai-txid=[2-aai-resources-221206-04:40:20:798-29878], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-06T04:40:21.549Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-12-06T04:40:21.549Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-06T04:40:21.549Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||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-06T04:40:21.556Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||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-06T04:40:21.556Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f1330ad3-6edd-4296-be03-b5d15ae7c99b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-06T04:40:21.556Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-06T04:40:21.557Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:40:21.560Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:40:21.560Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301621556,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T04:40:21.660Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:40:21.662Z||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-06T04:40:21.662Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:40:21.681Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:40:21.682Z||pool-39-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-06T04:40:45.520Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:40:45.521Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|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-06T04:40:45.521Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:40:45.522Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:40:45.523Z||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-06T04:40:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:40:45.666Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:40:45.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:40:45.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301585519,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:40:45.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:40:46.156Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:40:46.157Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-06T04:40:46.157Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a449b4c3-23a8-4ab2-89f8-881899b08eec","serviceName":"Demo_pNF_vCrr8PSw08OPRlYbSUA0","serviceVersion":"1.0","serviceUUID":"5a6dadad-ed0d-43b3-a187-7d9020d8f6a7","serviceDescription":"catalog service description","serviceInvariantUUID":"9e859a2e-e51d-4f22-852e-084adbc58b91","resources":[{"resourceInstanceName":"pNF b7b272f5-c350 0","resourceName":"pNF b7b272f5-c350","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f7e221cb-659c-4421-8259-7113e47f3a1e","resourceInvariantUUID":"96e7a859-a60b-4be0-a77f-f3866a9d487d","resourceCustomizationUUID":"863edc91-b40f-49b7-acd3-ae699bb28102","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/vf-license-model.xml","artifactChecksum":"NTQ2NjAzNThiZmU1NGNiZWQwMTUzMTlkMzBiM2RiNTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b44ca112-a567-4e3e-b502-a9f443cf59d9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/pNF.csar","artifactChecksum":"MDU2ZmYzOTE1NzNhNjYxNWZmM2U0Nzg1OTkxNmNjMDA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"56606f86-111c-4866-b859-716eef6dca69","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f64c86b2-fc40-4216-8b9b-7a0c94f047f1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/vendor-license-model.xml","artifactChecksum":"YzIyN2Y1NzBmODYyYTk4NmIxNWE4YjVjY2Q4N2FlMWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"22a51845-ef4a-4af2-89aa-e2456ebe4b91","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"820eb78c-e662-4776-a2c2-f4744007677f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8bd9eba4-e01f-4f6a-97c8-f4b52117a2de","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVcrr8psw08oprlybsua0-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-template.yml","artifactChecksum":"NmI1MGZiMDdkNTkxZmFhMGUzY2NjMTE3NzRmNjVlOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6e9dbcf8-64ac-4075-87ec-68f1ad30771e","artifactVersion":"1"},{"artifactName":"service-DemoPnfVcrr8psw08oprlybsua0-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar","artifactChecksum":"NTM0NDNlODIzNTUzMzM2ZWJlOWNiYWY5MmVmZmI0MTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9052aafc-a7f4-4765-9032-4d70e4189844","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-06T04:40:46.160Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:40:46.161Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:40:46.165Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:40:46.165Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301645519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:40:46.265Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:40:46.266Z||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-06T04:40:46.267Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:40:46.280Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:40:46.282Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:40:47.165Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:40:47.167Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:40:47.169Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:40:47.169Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301645519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:40:47.269Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:40:47.270Z||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-06T04:40:47.271Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:40:47.284Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:40:47.284Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:40:48.170Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:40:48.171Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:40:48.173Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:40:48.174Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301645519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:40:48.274Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:40:48.275Z||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-06T04:40:48.275Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:40:48.288Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:40:48.288Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:40:49.174Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:40:49.176Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:40:49.178Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:40:49.178Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301645519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:40:49.279Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:40:49.280Z||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-06T04:40:49.280Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:40:49.292Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:40:49.294Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:40:50.179Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:40:50.181Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:40:50.184Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:40:50.184Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301645519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:40:50.284Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T04:40:50.286Z||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-06T04:40:50.286Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:40:50.300Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:40:50.301Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:40:51.185Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:40:51.186Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:40:51.188Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:40:51.189Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301645519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:40:51.289Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:40:51.290Z||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-06T04:40:51.290Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:40:51.302Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:40:51.303Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:40:52.189Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:40:52.190Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:40:52.193Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:40:52.194Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301645519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:40:52.294Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T04:40:52.295Z||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-06T04:40:52.295Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:40:52.312Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:40:52.312Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:40:53.194Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:40:53.196Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:40:53.199Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:40:53.199Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301645519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:40:53.299Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:40:53.300Z||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-06T04:40:53.301Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:40:53.313Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:40:53.314Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:40:54.201Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "serviceName": "Demo_pNF_vCrr8PSw08OPRlYbSUA0",
  "serviceVersion": "1.0",
  "serviceUUID": "5a6dadad-ed0d-43b3-a187-7d9020d8f6a7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9e859a2e-e51d-4f22-852e-084adbc58b91",
  "resources": [
    {
      "resourceInstanceName": "pNF b7b272f5-c350 0",
      "resourceCustomizationUUID": "863edc91-b40f-49b7-acd3-ae699bb28102",
      "resourceName": "pNF b7b272f5-c350",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f7e221cb-659c-4421-8259-7113e47f3a1e",
      "resourceInvariantUUID": "96e7a859-a60b-4be0-a77f-f3866a9d487d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVcrr8psw08oprlybsua0-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar",
      "artifactChecksum": "NTM0NDNlODIzNTUzMzM2ZWJlOWNiYWY5MmVmZmI0MTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9052aafc-a7f4-4765-9032-4d70e4189844"
    }
  ],
  "workloadContext": "Production"
}
2022-12-06T04:40:54.202Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-06T04:40:54.202Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5a6dadad-ed0d-43b3-a187-7d9020d8f6a7 ASDC
2022-12-06T04:40:54.203Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a449b4c3-23a8-4ab2-89f8-881899b08eec
ServiceName:Demo_pNF_vCrr8PSw08OPRlYbSUA0
ServiceVersion:1.0
ServiceUUID:5a6dadad-ed0d-43b3-a187-7d9020d8f6a7
ServiceInvariantUUID:9e859a2e-e51d-4f22-852e-084adbc58b91
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVcrr8psw08oprlybsua0-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar
ArtifactUUID:9052aafc-a7f4-4765-9032-4d70e4189844
ArtifactChecksum:NTM0NDNlODIzNTUzMzM2ZWJlOWNiYWY5MmVmZmI0MTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b7b272f5-c350 0
ResourceCustomizationUUID:863edc91-b40f-49b7-acd3-ae699bb28102
ResourceInvariantUUID:96e7a859-a60b-4be0-a77f-f3866a9d487d
ResourceName:pNF b7b272f5-c350
ResourceType:PNF
ResourceUUID:f7e221cb-659c-4421-8259-7113e47f3a1e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-12-06T04:40:54.203Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a6dadad-ed0d-43b3-a187-7d9020d8f6a7 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-06T04:40:54.240Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T04:40:54.241Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-06T04:40:54.241Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-06T04:40:54.241Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9052aafc-a7f4-4765-9032-4d70e4189844 from URL: /sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar
2022-12-06T04:40:54.241Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-06T04:40:54.242Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar
2022-12-06T04:40:54.317Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-06T04:40:54.322Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar 9052aafc-a7f4-4765-9032-4d70e4189844 87778
2022-12-06T04:40:54.322Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar ASDC sendASDCNotification
2022-12-06T04:40:54.322Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar
2022-12-06T04:40:54.323Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T04:40:54.323Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:40:54.325Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:40:54.325Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301654322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:40:54.426Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:40:54.427Z||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-06T04:40:54.427Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:40:54.443Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:40:54.444Z||pool-48-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:40:55.326Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T04:40:55.328Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-06T04:40:55.328Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9052aafc-a7f4-4765-9032-4d70e4189844, URL: /sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar to file: /app/ASDC/1/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar
2022-12-06T04:40:55.328Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVcrr8psw08oprlybsua0-csar.csar
2022-12-06T04:40:55.329Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar
2022-12-06T04:40:55.329Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar
2022-12-06T04:40:55.571Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5730045549177254130/Definitions/service-DemoPnfVcrr8psw08oprlybsua0-template.yml
2022-12-06T04:40:56.571Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-06T04:40:56.572Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-06T04:40:56.572Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar
2022-12-06T04:40:56.573Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-06T04:40:56.573Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||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-DemoPnfVcrr8psw08oprlybsua0-csar.csar
2022-12-06T04:40:56.573Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar
2022-12-06T04:40:56.573Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||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-DemoPnfVcrr8psw08oprlybsua0-csar.csar
2022-12-06T04:40:56.574Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||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-DemoPnfVcrr8psw08oprlybsua0-csar.csar
2022-12-06T04:40:56.574Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||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-DemoPnfVcrr8psw08oprlybsua0-csar.csar
2022-12-06T04:40:56.574Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||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-DemoPnfVcrr8psw08oprlybsua0-csar.csar
2022-12-06T04:40:56.574Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b7b272f5-c350 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-DemoPnfVcrr8psw08oprlybsua0-csar.csar
2022-12-06T04:40:56.574Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-06T04:40:56.575Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:40:56.575Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vCrr8PSw08OPRlYbSUA0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:40:56.576Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Node template pNF b7b272f5-c350 0 is matching search criteria
2022-12-06T04:40:56.576Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-06T04:40:56.576Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF b7b272f5-c350 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T04:40:56.577Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:40:56.577Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vCrr8PSw08OPRlYbSUA0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:40:56.577Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Node template pNF b7b272f5-c350 0 is matching search criteria
2022-12-06T04:40:56.578Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-06T04:40:56.578Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF b7b272f5-c350 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T04:40:56.578Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:40:56.578Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vCrr8PSw08OPRlYbSUA0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:40:56.579Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:40:56.579Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vCrr8PSw08OPRlYbSUA0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:40:56.579Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:40:56.580Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vCrr8PSw08OPRlYbSUA0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:40:56.580Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:40:56.581Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vCrr8PSw08OPRlYbSUA0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:40:56.581Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:40:56.581Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vCrr8PSw08OPRlYbSUA0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:40:56.582Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_vCrr8PSw08OPRlYbSUA0
Description:catalog service description
Model UUID:5a6dadad-ed0d-43b3-a187-7d9020d8f6a7
Model Version:NULL
Model InvariantUuid:9e859a2e-e51d-4f22-852e-084adbc58b91
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-06T04:40:56.589Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: f7e221cb-659c-4421-8259-7113e47f3a1e
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-06T04:40:56.593Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||pNF b7b272f5-c350 0
2022-12-06T04:40:56.593Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f7e221cb-659c-4421-8259-7113e47f3a1e
2022-12-06T04:40:56.593Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 5a6dadad-ed0d-43b3-a187-7d9020d8f6a7
2022-12-06T04:40:56.594Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 5a6dadad-ed0d-43b3-a187-7d9020d8f6a7
2022-12-06T04:40:56.594Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b7b272f5-c350 0 f7e221cb-659c-4421-8259-7113e47f3a1e 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-06T04:40:56.599Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ec0ac0b, org.onap.sdc.toscaparser.api.parameters.Input@5b0da9df, org.onap.sdc.toscaparser.api.parameters.Input@cba2b0e, org.onap.sdc.toscaparser.api.parameters.Input@43999b9a, org.onap.sdc.toscaparser.api.parameters.Input@7882d716]
2022-12-06T04:40:56.600Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:40:56.600Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vCrr8PSw08OPRlYbSUA0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:40:56.600Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 5a6dadad-ed0d-43b3-a187-7d9020d8f6a7: pNF b7b272f5-c350
2022-12-06T04:40:56.601Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||Processing PNF resource: f7e221cb-659c-4421-8259-7113e47f3a1e
2022-12-06T04:40:56.601Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:40:56.601Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vCrr8PSw08OPRlYbSUA0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:40:56.602Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||Resource customization UUID: 863edc91-b40f-49b7-acd3-ae699bb28102 is the same as notified resource customizationUUID: 863edc91-b40f-49b7-acd3-ae699bb28102
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-06T04:40:56.658Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b7b272f5-c350 f7e221cb-659c-4421-8259-7113e47f3a1e 0 ASDC deployResourceStructure
2022-12-06T04:40:56.658Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar ASDC sendASDCNotification
2022-12-06T04:40:56.659Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar
2022-12-06T04:40:56.659Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T04:40:56.659Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:40:56.661Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:40:56.662Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301656658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T04:40:56.762Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:40:56.763Z||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-06T04:40:56.763Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:40:56.776Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:40:56.777Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:40:57.663Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a449b4c3-23a8-4ab2-89f8-881899b08eec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:40:57.674Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a449b4c3-23a8-4ab2-89f8-881899b08eec
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-06T04:40:57.677Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T04:40:57.678Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T04:40:57.678Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T04:41:27.679Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a449b4c3-23a8-4ab2-89f8-881899b08eec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:41:27.710Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a449b4c3-23a8-4ab2-89f8-881899b08eec
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-06T04:41:27.712Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T04:41:27.712Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T04:41:27.712Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T04:41:45.523Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:41:45.526Z||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-06T04:41:45.526Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:41:45.574Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:41:45.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301585519,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:41:45.579Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301588311,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:41:45.580Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:41:45.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301590295,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T04:41:45.580Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:41:45.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301598862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "aai-ml",
  "timestamp": 1670301595391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670301599719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301602285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670301599719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301598862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "aai-ml",
  "timestamp": 1670301595391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301602285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670301599719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "aai-ml",
  "timestamp": 1670301595391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301598862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301602285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "cds",
  "timestamp": 1670301605555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "aai-ml",
  "timestamp": 1670301595391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670301599719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301598862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301602285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "cds",
  "timestamp": 1670301605555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301598862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "aai-ml",
  "timestamp": 1670301595391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670301599719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301602285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "cds",
  "timestamp": 1670301605555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "aai-ml",
  "timestamp": 1670301595391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670301599719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-12-06T04:41:45.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301598862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301602285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "cds",
  "timestamp": 1670301605555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "aai-ml",
  "timestamp": 1670301595391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670301599719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301598862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301602285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "cds",
  "timestamp": 1670301605555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "aai-ml",
  "timestamp": 1670301595391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:41:45.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670301599719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301598862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:41:45.593Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301602285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:41:45.593Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "cds",
  "timestamp": 1670301605555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.593Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "aai-ml",
  "timestamp": 1670301612139,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:41:45.594Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:41:45.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301612141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:41:45.594Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:41:45.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670301612256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:41:45.594Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:41:45.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "cds",
  "timestamp": 1670301605555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:41:45.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "cds",
  "timestamp": 1670301605555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:41:45.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:41:45.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670301613453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-12-06T04:41:45.596Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:41:45.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301614083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T04:41:45.596Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:41:45.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670301614456,
  "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-06T04:41:45.606Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a449b4c3-23a8-4ab2-89f8-881899b08eec
2022-12-06T04:41:45.607Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a449b4c3-23a8-4ab2-89f8-881899b08eec 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-06T04:41:45.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "cds",
  "timestamp": 1670301614372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:41:45.622Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:41:45.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301615086,
  "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-06T04:41:45.627Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a449b4c3-23a8-4ab2-89f8-881899b08eec
2022-12-06T04:41:45.627Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a449b4c3-23a8-4ab2-89f8-881899b08eec 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-06T04:41:45.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "cds",
  "timestamp": 1670301615378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-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-06T04:41:45.642Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a449b4c3-23a8-4ab2-89f8-881899b08eec
2022-12-06T04:41:45.643Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a449b4c3-23a8-4ab2-89f8-881899b08eec 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-06T04:41:45.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "aai-ml",
  "timestamp": 1670301616977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T04:41:45.653Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:41:45.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "aai-ml",
  "timestamp": 1670301617981,
  "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-06T04:41:45.659Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a449b4c3-23a8-4ab2-89f8-881899b08eec
2022-12-06T04:41:45.659Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a449b4c3-23a8-4ab2-89f8-881899b08eec 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-06T04:41:45.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:41:45.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301621556,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T04:41:45.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:41:57.712Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a449b4c3-23a8-4ab2-89f8-881899b08eec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:41:57.729Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a449b4c3-23a8-4ab2-89f8-881899b08eec
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-06T04:41:57.734Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T04:41:57.735Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-06T04:41:57.735Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-06T04:41:57.735Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-06T04:41:57.735Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T04:41:57.735Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T04:41:57.735Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T04:41:57.735Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T04:41:57.736Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T04:41:57.736Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||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-06T04:41:57.743Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-06T04:42:27.744Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a449b4c3-23a8-4ab2-89f8-881899b08eec 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-06T04:42:27.754Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a449b4c3-23a8-4ab2-89f8-881899b08eec and serviceModelVersionId: 5a6dadad-ed0d-43b3-a187-7d9020d8f6a7
2022-12-06T04:42:27.754Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e859a2e-e51d-4f22-852e-084adbc58b91
2022-12-06T04:42:27.756Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e859a2e-e51d-4f22-852e-084adbc58b91/model-vers/model-ver/5a6dadad-ed0d-43b3-a187-7d9020d8f6a7?depth=0
2022-12-06T04:42:27.763Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-06T04:42:27.823Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e859a2e-e51d-4f22-852e-084adbc58b91/model-vers/model-ver/5a6dadad-ed0d-43b3-a187-7d9020d8f6a7?depth=0|INFO|500||Invoke
2022-12-06T04:42:27.824Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e859a2e-e51d-4f22-852e-084adbc58b91/model-vers/model-ver/5a6dadad-ed0d-43b3-a187-7d9020d8f6a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e859a2e-e51d-4f22-852e-084adbc58b91/model-vers/model-ver/5a6dadad-ed0d-43b3-a187-7d9020d8f6a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a449b4c3-23a8-4ab2-89f8-881899b08eec], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[354915ea-b964-4f9f-81c8-e255a52c16b3], X-ECOMP-RequestID=[a449b4c3-23a8-4ab2-89f8-881899b08eec], X-TransactionId=[], X-ONAP-RequestID=[a449b4c3-23a8-4ab2-89f8-881899b08eec], Content-Type=[application/merge-patch+json]}
2022-12-06T04:42:27.852Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e859a2e-e51d-4f22-852e-084adbc58b91/model-vers/model-ver/5a6dadad-ed0d-43b3-a187-7d9020d8f6a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-06T04:42:28.020Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e859a2e-e51d-4f22-852e-084adbc58b91/model-vers/model-ver/5a6dadad-ed0d-43b3-a187-7d9020d8f6a7?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/9e859a2e-e51d-4f22-852e-084adbc58b91/model-vers/model-ver/5a6dadad-ed0d-43b3-a187-7d9020d8f6a7?depth=0 has http status code:200 and response headers:{date=[Tue, 06 Dec 2022 04:42:27 GMT], content-length=[0], vertex-id=[213048], x-aai-txid=[2-aai-resources-221206-04:42:27:227-76468], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-06T04:42:28.021Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e859a2e-e51d-4f22-852e-084adbc58b91/model-vers/model-ver/5a6dadad-ed0d-43b3-a187-7d9020d8f6a7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-06T04:42:28.022Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e859a2e-e51d-4f22-852e-084adbc58b91/model-vers/model-ver/5a6dadad-ed0d-43b3-a187-7d9020d8f6a7?depth=0|INFO|500||InvokeReturn
2022-12-06T04:42:28.022Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-06T04:42:28.022Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||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-06T04:42:28.030Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||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-06T04:42:28.030Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a449b4c3-23a8-4ab2-89f8-881899b08eec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-06T04:42:28.031Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-06T04:42:28.031Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:42:28.034Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:42:28.034Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301748031,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T04:42:28.136Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-06T04:42:28.138Z||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-06T04:42:28.138Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:42:28.166Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:42:28.167Z||pool-50-thread-1|||||INFO|500||cambria reply ok (30 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-06T04:42:29.048Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:42:29.049Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|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-06T04:42:29.049Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:42:29.680Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:42:29.682Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-06T04:42:29.682Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"b1ad7741-f93c-432c-b434-c17cf6430e22","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"b58d82bf-1e41-44d0-a44e-760d281316ee","serviceDescription":"service","serviceInvariantUUID":"9d5d046f-f7ab-483f-a571-46f079ae4f8d","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"709fba20-ff75-4d29-9108-ca4601fb5b3b","resourceInvariantUUID":"f4312650-cd58-4fa1-9483-a38c5c5cf116","resourceCustomizationUUID":"498b4797-5aec-4792-b4ec-0c9a42bfc609","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":"OWYzZDM2NTI4OWY1ODA5ZmE4MWEwNGZjOGViMGYyYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0cfdeeb9-52bd-4a38-b9a6-43134b922a48","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":"c0f3acd0-5e17-4fc6-b4d9-fa050539ba50","artifactVersion":"2","generatedFromUUID":"06d675d6-15fe-4a66-9952-e347fec62dd9"},{"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":"06d675d6-15fe-4a66-9952-e347fec62dd9","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":"NjAxNzY1MjM4OTBjZWQ1ODk0ZGFlOTYxYmU0OTEwZjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b2d52065-b306-4dcb-8e26-96284560d3c4","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":"c974a0c4-a025-4b4a-85c6-f39b73d64f9c","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":"8b07d37d-5e00-44ea-8ad8-6523a63acaec","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":"704543b1-8962-49d3-aefd-dcf440dc1cab","artifactVersion":"2","generatedFromUUID":"c974a0c4-a025-4b4a-85c6-f39b73d64f9c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OWJmNGYyMDgyODNmZmRmZDU1MjE4YjFiYzAzMzU0ZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d20bdff7-0ca5-4d51-8cd5-d0693145b447","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZTA0YWVjOGM2N2M1M2M5ZGFmZjRmYWI5NDY0NjFlMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"050eb9dd-271f-4ac3-8345-5f4bb059e400","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-06T04:42:29.686Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:42:29.686Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:42:29.691Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:42:29.691Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301749048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:29.789Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-06T04:42:29.790Z||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-06T04:42:29.791Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:42:29.805Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:42:29.806Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:42:30.692Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:42:30.693Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:42:30.696Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:42:30.696Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301749048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-06T04:42:30.796Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:42:30.797Z||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-06T04:42:30.797Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:42:30.826Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:42:30.826Z||pool-52-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:42:31.697Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:42:31.698Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:42:31.701Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:42:31.701Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301749048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-06T04:42:31.804Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-06T04:42:31.805Z||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-06T04:42:31.805Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:42:31.820Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:42:31.820Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:42:32.704Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:42:32.706Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:42:32.709Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:42:32.710Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301749048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-06T04:42:32.809Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T04:42:32.811Z||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-06T04:42:32.811Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:42:32.822Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:42:32.823Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:42:33.711Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:42:33.712Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:42:33.715Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:42:33.715Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301749048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-06T04:42:33.815Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:42:33.816Z||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-06T04:42:33.817Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:42:33.830Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:42:33.831Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:42:34.716Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:42:34.717Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:42:34.720Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:42:34.721Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301749048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:34.820Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T04:42:34.822Z||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-06T04:42:34.822Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:42:34.836Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:42:34.836Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:42:35.721Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:42:35.722Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:42:35.727Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:42:35.728Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301749048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-06T04:42:35.827Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T04:42:35.828Z||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-06T04:42:35.828Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:42:35.841Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:42:35.842Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:42:36.729Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:42:36.729Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:42:36.733Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:42:36.733Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301749048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:36.833Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:42:36.837Z||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-06T04:42:36.837Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:42:36.850Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:42:36.851Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:42:37.734Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:42:37.735Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:42:37.737Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:42:37.737Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301749048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:42:37.838Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:42:37.839Z||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-06T04:42:37.839Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:42:37.851Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:42:37.851Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:42:38.743Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "b58d82bf-1e41-44d0-a44e-760d281316ee",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9d5d046f-f7ab-483f-a571-46f079ae4f8d",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "498b4797-5aec-4792-b4ec-0c9a42bfc609",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "709fba20-ff75-4d29-9108-ca4601fb5b3b",
      "resourceInvariantUUID": "f4312650-cd58-4fa1-9483-a38c5c5cf116",
      "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": "c0f3acd0-5e17-4fc6-b4d9-fa050539ba50",
          "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": "06d675d6-15fe-4a66-9952-e347fec62dd9",
          "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": "NjAxNzY1MjM4OTBjZWQ1ODk0ZGFlOTYxYmU0OTEwZjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b2d52065-b306-4dcb-8e26-96284560d3c4",
          "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": "c974a0c4-a025-4b4a-85c6-f39b73d64f9c",
          "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": "704543b1-8962-49d3-aefd-dcf440dc1cab",
            "generatedFromUUID": "c974a0c4-a025-4b4a-85c6-f39b73d64f9c"
          },
          "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": "704543b1-8962-49d3-aefd-dcf440dc1cab",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZTA0YWVjOGM2N2M1M2M5ZGFmZjRmYWI5NDY0NjFlMWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "050eb9dd-271f-4ac3-8345-5f4bb059e400"
    }
  ],
  "workloadContext": "Production"
}
2022-12-06T04:42:38.744Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-06T04:42:38.744Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b58d82bf-1e41-44d0-a44e-760d281316ee ASDC
2022-12-06T04:42:38.745Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b1ad7741-f93c-432c-b434-c17cf6430e22
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:b58d82bf-1e41-44d0-a44e-760d281316ee
ServiceInvariantUUID:9d5d046f-f7ab-483f-a571-46f079ae4f8d
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:050eb9dd-271f-4ac3-8345-5f4bb059e400
ArtifactChecksum:ZTA0YWVjOGM2N2M1M2M5ZGFmZjRmYWI5NDY0NjFlMWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:498b4797-5aec-4792-b4ec-0c9a42bfc609
ResourceInvariantUUID:f4312650-cd58-4fa1-9483-a38c5c5cf116
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:709fba20-ff75-4d29-9108-ca4601fb5b3b
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:c0f3acd0-5e17-4fc6-b4d9-fa050539ba50
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:06d675d6-15fe-4a66-9952-e347fec62dd9
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:b2d52065-b306-4dcb-8e26-96284560d3c4
ArtifactChecksum:NjAxNzY1MjM4OTBjZWQ1ODk0ZGFlOTYxYmU0OTEwZjQ=
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:c974a0c4-a025-4b4a-85c6-f39b73d64f9c
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:704543b1-8962-49d3-aefd-dcf440dc1cab
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:704543b1-8962-49d3-aefd-dcf440dc1cab
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-06T04:42:38.746Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b58d82bf-1e41-44d0-a44e-760d281316ee 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-06T04:42:38.802Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T04:42:38.804Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-06T04:42:38.804Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-06T04:42:38.804Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 050eb9dd-271f-4ac3-8345-5f4bb059e400 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-06T04:42:38.805Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-06T04:42:38.805Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-06T04:42:38.878Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-06T04:42:38.882Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 050eb9dd-271f-4ac3-8345-5f4bb059e400 73685
2022-12-06T04:42:38.882Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:38.883Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:38.883Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T04:42:38.883Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:42:38.886Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:42:38.887Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301758882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:42:38.987Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:42:38.988Z||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-06T04:42:38.988Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:42:39.001Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:42:39.002Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:42:39.888Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T04:42:39.889Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-06T04:42:39.890Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 050eb9dd-271f-4ac3-8345-5f4bb059e400, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-06T04:42:39.890Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-12-06T04:42:39.891Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-06T04:42:39.891Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-06T04:42:40.082Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9759401420776338971/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-06T04:42:41.504Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-06T04:42:41.504Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-06T04:42:41.504Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-06T04:42:41.505Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-06T04:42:41.505Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:41.505Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:41.505Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:41.506Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:41.506Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-06T04:42:41.506Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:42:41.506Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:42:41.506Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-06T04:42:41.507Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-06T04:42:41.507Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T04:42:41.507Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:42:41.508Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:42:41.508Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-06T04:42:41.508Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-06T04:42:41.508Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T04:42:41.508Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:42:41.509Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:42:41.509Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:42:41.509Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-06T04:42:41.509Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-12-06T04:42:41.509Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2022-12-06T04:42:41.509Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-06T04:42:41.510Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:42:41.510Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-06T04:42:41.510Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:42:41.510Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-06T04:42:41.510Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:42:41.511Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:42:41.511Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-06T04:42:41.511Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:42:41.511Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:42:41.511Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-06T04:42:41.511Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:42:41.512Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:42:41.512Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-06T04:42:41.512Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-12-06T04:42:41.512Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=97f6cf65-92ff-408e-a6c3-8fb31a00e6c0
2022-12-06T04:42:41.513Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:42:41.513Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:42:41.513Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:42:41.513Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:42:41.513Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:42:41.513Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:42:41.513Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:42:41.514Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:42:41.514Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:b58d82bf-1e41-44d0-a44e-760d281316ee
Model Version:NULL
Model InvariantUuid:9d5d046f-f7ab-483f-a571-46f079ae4f8d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:4c71047b-632c-49a2-b3ad-05cd1c07b82f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f4312650-cd58-4fa1-9483-a38c5c5cf116
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:498b4797-5aec-4792-b4ec-0c9a42bfc609
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:88e05e6e-9696-48e7-80e9-b8a5119495c5
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:93d8980d-7b90-4b42-901d-e6ccb26cb0c4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:97f6cf65-92ff-408e-a6c3-8fb31a00e6c0
ModelInvariantUuid:dd556574-226b-4fb9-a719-24588557b7a4
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:d1372bc1-4518-40b6-8307-1465406f5bb5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:99a97e54-55bf-43d4-ab6f-6879d2a32277
ModelInvariantUuid:e60a099e-83ab-4df2-8f26-dbc2b6139ac6
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:065bdba4-21ea-49ca-8549-96fd142d23f4
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-06T04:42:41.520Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 709fba20-ff75-4d29-9108-ca4601fb5b3b
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-06T04:42:41.524Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||basic_cnf 0
2022-12-06T04:42:41.524Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 709fba20-ff75-4d29-9108-ca4601fb5b3b
2022-12-06T04:42:41.524Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c0f3acd0-5e17-4fc6-b4d9-fa050539ba50 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-06T04:42:41.525Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-06T04:42:41.525Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:41.653Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-06T04:42:41.654Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env c0f3acd0-5e17-4fc6-b4d9-fa050539ba50 12
2022-12-06T04:42:41.654Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:41.654Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:41.654Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T04:42:41.654Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:42:41.660Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:42:41.660Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301761654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:42:41.758Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-06T04:42:41.759Z||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-06T04:42:41.759Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:42:41.772Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:42:41.773Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:42:42.661Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 06d675d6-15fe-4a66-9952-e347fec62dd9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-06T04:42:42.661Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-06T04:42:42.662Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:42.710Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-06T04:42:42.711Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 06d675d6-15fe-4a66-9952-e347fec62dd9 2688
2022-12-06T04:42:42.711Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:42.711Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:42.712Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T04:42:42.712Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:42:42.714Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:42:42.714Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301762711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:42:42.814Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:42:42.816Z||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-06T04:42:42.816Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:42:42.827Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:42:42.828Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:42:43.716Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b2d52065-b306-4dcb-8e26-96284560d3c4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-06T04:42:43.716Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-06T04:42:43.717Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:43.764Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-06T04:42:43.765Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b2d52065-b306-4dcb-8e26-96284560d3c4 828
2022-12-06T04:42:43.765Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:43.766Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:43.766Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T04:42:43.766Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:42:43.769Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:42:43.769Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301763765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:42:43.869Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:42:43.870Z||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-06T04:42:43.870Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:42:43.882Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:42:43.883Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:42:44.770Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "88e05e6e-9696-48e7-80e9-b8a5119495c5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "93d8980d-7b90-4b42-901d-e6ccb26cb0c4",
    "vfModuleModelCustomizationUUID": "17227fdd-a14c-472e-9267-13f02391518d",
    "isBase": true,
    "artifacts": [
      "06d675d6-15fe-4a66-9952-e347fec62dd9",
      "c974a0c4-a025-4b4a-85c6-f39b73d64f9c",
      "704543b1-8962-49d3-aefd-dcf440dc1cab"
    ],
    "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-06T04:42:44.775Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:93d8980d-7b90-4b42-901d-e6ccb26cb0c4
VfModuleModelInvariantUUID:88e05e6e-9696-48e7-80e9-b8a5119495c5
VfModuleModelDescription:NULL
Artifacts UUID List:{
06d675d6-15fe-4a66-9952-e347fec62dd9
,
c974a0c4-a025-4b4a-85c6-f39b73d64f9c
,
704543b1-8962-49d3-aefd-dcf440dc1cab

}
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-06T04:42:44.779Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "88e05e6e-9696-48e7-80e9-b8a5119495c5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "93d8980d-7b90-4b42-901d-e6ccb26cb0c4",
    "vfModuleModelCustomizationUUID": "17227fdd-a14c-472e-9267-13f02391518d",
    "isBase": true,
    "artifacts": [
      "06d675d6-15fe-4a66-9952-e347fec62dd9",
      "c974a0c4-a025-4b4a-85c6-f39b73d64f9c",
      "704543b1-8962-49d3-aefd-dcf440dc1cab"
    ],
    "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-06T04:42:44.779Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:93d8980d-7b90-4b42-901d-e6ccb26cb0c4
VfModuleModelInvariantUUID:88e05e6e-9696-48e7-80e9-b8a5119495c5
VfModuleModelDescription:NULL
Artifacts UUID List:{
06d675d6-15fe-4a66-9952-e347fec62dd9
,
c974a0c4-a025-4b4a-85c6-f39b73d64f9c
,
704543b1-8962-49d3-aefd-dcf440dc1cab

}
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-06T04:42:44.779Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c974a0c4-a025-4b4a-85c6-f39b73d64f9c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-06T04:42:44.780Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-06T04:42:44.780Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:44.842Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-06T04:42:44.843Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml c974a0c4-a025-4b4a-85c6-f39b73d64f9c 1164
2022-12-06T04:42:44.844Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:44.844Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:44.844Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T04:42:44.844Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:42:44.846Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:42:44.847Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301764844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:42:44.947Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:42:44.948Z||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-06T04:42:44.948Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:42:44.961Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:42:44.962Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:42:45.522Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:42:45.523Z||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-06T04:42:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:42:45.542Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:42:45.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301645519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.564Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301645519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301645519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.566Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301645519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.566Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301645519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.567Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301645519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.569Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301645519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.571Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.571Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "cds",
  "timestamp": 1670301650556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.572Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.572Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301645519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:42:45.573Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "cds",
  "timestamp": 1670301650556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.574Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301654322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:42:45.575Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:42:45.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "cds",
  "timestamp": 1670301650556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.575Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "cds",
  "timestamp": 1670301650556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.576Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "aai-ml",
  "timestamp": 1670301655391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.577Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301656658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T04:42:45.578Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:42:45.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "cds",
  "timestamp": 1670301650556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.579Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.579Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.579Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "aai-ml",
  "timestamp": 1670301655391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.579Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.579Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.579Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "cds",
  "timestamp": 1670301650556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.580Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "aai-ml",
  "timestamp": 1670301655391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.580Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "cds",
  "timestamp": 1670301650556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.580Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.581Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "aai-ml",
  "timestamp": 1670301655391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.581Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.581Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301658862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.582Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.582Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.582Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "cds",
  "timestamp": 1670301650556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.582Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.582Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.583Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "aai-ml",
  "timestamp": 1670301655391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.583Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.583Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670301659719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.584Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301658862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-06T04:42:45.585Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "cds",
  "timestamp": 1670301650556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:42:45.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "aai-ml",
  "timestamp": 1670301655391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670301659719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.587Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301658862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-06T04:42:45.588Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "cds",
  "timestamp": 1670301661737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:42:45.588Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:42:45.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "aai-ml",
  "timestamp": 1670301655391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.589Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670301659719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.589Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301658862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-06T04:42:45.589Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "cds",
  "timestamp": 1670301662743,
  "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=?
2022-12-06T04:42:45.599Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b1ad7741-f93c-432c-b434-c17cf6430e22
2022-12-06T04:42:45.599Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1ad7741-f93c-432c-b434-c17cf6430e22 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-06T04:42:45.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301662284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.609Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "aai-ml",
  "timestamp": 1670301655391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.609Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670301659719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.609Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301658862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-06T04:42:45.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301662284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "aai-ml",
  "timestamp": 1670301655391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:42:45.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670301659719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301658862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301662284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "aai-ml",
  "timestamp": 1670301665148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:42:45.611Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:42:45.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670301659719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301658862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-06T04:42:45.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301662284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "cds",
  "timestamp": 1670301665556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670301659719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301658862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.614Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301662284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.614Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "cds",
  "timestamp": 1670301665556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.614Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670301659719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301658862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:42:45.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301662284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "cds",
  "timestamp": 1670301665556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670301659719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301668608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:42:45.619Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:42:45.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301662284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "cds",
  "timestamp": 1670301665556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670301659719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301669676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:42:45.621Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:42:45.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301662284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "cds",
  "timestamp": 1670301665556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670301659719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301670738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:42:45.623Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:42:45.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301662284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:42:45.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "cds",
  "timestamp": 1670301665556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670301659719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301671811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:42:45.625Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:42:45.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301672107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:42:45.625Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:42:45.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "aai-ml",
  "timestamp": 1670301672128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T04:42:45.625Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:42:45.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.626Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "cds",
  "timestamp": 1670301665556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:42:45.626Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.626Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670301659719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.626Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.627Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301672854,
  "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-06T04:42:45.634Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b1ad7741-f93c-432c-b434-c17cf6430e22
2022-12-06T04:42:45.635Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1ad7741-f93c-432c-b434-c17cf6430e22 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-06T04:42:45.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "aai-ml",
  "timestamp": 1670301673132,
  "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-06T04:42:45.653Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b1ad7741-f93c-432c-b434-c17cf6430e22
2022-12-06T04:42:45.653Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1ad7741-f93c-432c-b434-c17cf6430e22 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-06T04:42:45.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670301659719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "cds",
  "timestamp": 1670301673374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:42:45.664Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:42:45.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301673859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-06T04:42:45.665Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:42:45.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670301659719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301674392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T04:42:45.665Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:42:45.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "cds",
  "timestamp": 1670301674395,
  "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-06T04:42:45.679Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 83414f45-2250-4a07-8630-74d20e833161
2022-12-06T04:42:45.680Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83414f45-2250-4a07-8630-74d20e833161 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-06T04:42:45.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301658862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670301659719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301675396,
  "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-06T04:42:45.696Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b1ad7741-f93c-432c-b434-c17cf6430e22
2022-12-06T04:42:45.696Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1ad7741-f93c-432c-b434-c17cf6430e22 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-06T04:42:45.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301658862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-06T04:42:45.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301662284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.707Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301658862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-06T04:42:45.707Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301662284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.708Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301658862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.708Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301662284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.709Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.709Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.709Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301658862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-06T04:42:45.709Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.709Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.709Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301662284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.709Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.710Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.710Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301658862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.710Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.710Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.710Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301662284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.710Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.710Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.710Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301658862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:42:45.711Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301662284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.711Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301681952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:42:45.711Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:42:45.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301662284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:42:45.712Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301683013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:42:45.712Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:42:45.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301683494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:42:45.713Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:42:45.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301684105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:42:45.713Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:42:45.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301685131,
  "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-06T04:42:45.720Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 83414f45-2250-4a07-8630-74d20e833161
2022-12-06T04:42:45.720Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83414f45-2250-4a07-8630-74d20e833161 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-06T04:42:45.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301685791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T04:42:45.730Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:42:45.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670301686134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-06T04:42:45.732Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:42:45.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "aai-ml",
  "timestamp": 1670301685391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.732Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670301686795,
  "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-06T04:42:45.739Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 83414f45-2250-4a07-8630-74d20e833161
2022-12-06T04:42:45.740Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83414f45-2250-4a07-8630-74d20e833161 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-06T04:42:45.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "aai-ml",
  "timestamp": 1670301685391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.752Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "aai-ml",
  "timestamp": 1670301685391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.753Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "aai-ml",
  "timestamp": 1670301685391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.755Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "aai-ml",
  "timestamp": 1670301685391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.756Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "aai-ml",
  "timestamp": 1670301685391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:42:45.756Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "aai-ml",
  "timestamp": 1670301685391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:42:45.757Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:42:45.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "aai-ml",
  "timestamp": 1670301693134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:42:45.758Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:42:45.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "aai-ml",
  "timestamp": 1670301700209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T04:42:45.760Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:42:45.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:42:45.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "aai-ml",
  "timestamp": 1670301701213,
  "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-06T04:42:45.768Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 83414f45-2250-4a07-8630-74d20e833161
2022-12-06T04:42:45.769Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83414f45-2250-4a07-8630-74d20e833161 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-06T04:42:45.848Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 704543b1-8962-49d3-aefd-dcf440dc1cab from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-06T04:42:45.848Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-06T04:42:45.848Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:45.912Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-06T04:42:45.913Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 704543b1-8962-49d3-aefd-dcf440dc1cab 200
2022-12-06T04:42:45.913Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:45.914Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:45.914Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T04:42:45.914Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:42:45.916Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:42:45.917Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301765913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:42:46.018Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-06T04:42:46.020Z||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-06T04:42:46.020Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:42:46.031Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:42:46.032Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:42:46.917Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b58d82bf-1e41-44d0-a44e-760d281316ee
2022-12-06T04:42:46.917Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 709fba20-ff75-4d29-9108-ca4601fb5b3b 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=?
2022-12-06T04:42:46.932Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-06T04:42:46.945Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e2b5ad, org.onap.sdc.toscaparser.api.parameters.Input@d2635d0, org.onap.sdc.toscaparser.api.parameters.Input@859f5a6, org.onap.sdc.toscaparser.api.parameters.Input@636cfefe, org.onap.sdc.toscaparser.api.parameters.Input@76b670e3]
2022-12-06T04:42:46.947Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:42:46.948Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:42:46.948Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-12-06T04:42:46.949Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 498b4797-5aec-4792-b4ec-0c9a42bfc609
2022-12-06T04:42:46.949Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 498b4797-5aec-4792-b4ec-0c9a42bfc609 matches Tosca VF Customization UUID: 498b4797-5aec-4792-b4ec-0c9a42bfc609
2022-12-06T04:42:46.949Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 498b4797-5aec-4792-b4ec-0c9a42bfc609  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-06T04:42:46.952Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:42:46.952Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:42:46.953Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 498b4797-5aec-4792-b4ec-0c9a42bfc609: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-06T04:42:46.953Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@92eef35
2022-12-06T04:42:46.954Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:42:46.954Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-06T04:42:46.954Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 17227fdd-a14c-472e-9267-13f02391518d
2022-12-06T04:42:46.954Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 17227fdd-a14c-472e-9267-13f02391518d
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-06T04:42:46.957Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:42:46.958Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-06T04:42:46.958Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:42:46.958Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:42:46.958Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-06T04:42:46.959Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:42:46.959Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:42:46.959Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-06T04:42:46.959Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-12-06T04:42:46.960Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=97f6cf65-92ff-408e-a6c3-8fb31a00e6c0
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-06T04:42:46.964Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:42:46.965Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-06T04:42:46.965Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:42:46.966Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:42:46.966Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-06T04:42:46.966Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=498b4797-5aec-4792-b4ec-0c9a42bfc609
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-06T04:42:46.969Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:42:46.970Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:42:46.970Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b58d82bf-1e41-44d0-a44e-760d281316ee: basic_cnf
2022-12-06T04:42:46.970Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:42:46.970Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:42:46.971Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:42:46.971Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:42:46.971Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:42:46.971Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:42:46.972Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:42:46.972Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:42:46.972Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:42:46.972Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:42:46.972Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:47.066Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 709fba20-ff75-4d29-9108-ca4601fb5b3b 1 ASDC deployResourceStructure
2022-12-06T04:42:47.068Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:47.068Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:47.068Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-06T04:42:47.068Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:42:47.070Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:42:47.071Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301767067,
  "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-06T04:42:47.171Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:42:47.172Z||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-06T04:42:47.172Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:42:47.185Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:42:47.185Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:42:48.073Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:48.073Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:48.073Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-06T04:42:48.074Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:42:48.076Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:42:48.076Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301768072,
  "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-06T04:42:48.176Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:42:48.177Z||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-06T04:42:48.178Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:42:48.199Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:42:48.200Z||pool-67-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:42:49.077Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:49.078Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:49.078Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T04:42:49.079Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:42:49.082Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:42:49.083Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301769077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-06T04:42:49.183Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:42:49.184Z||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-06T04:42:49.184Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:42:49.194Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:42:49.195Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:42:50.096Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:50.096Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:50.096Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T04:42:50.096Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:42:50.099Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:42:50.099Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301770092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-12-06T04:42:50.199Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:42:50.201Z||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-06T04:42:50.201Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:42:50.217Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:42:50.220Z||pool-69-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:42:51.101Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:51.102Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:51.102Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T04:42:51.102Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:42:51.108Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:42:51.108Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301771101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-12-06T04:42:51.207Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T04:42:51.208Z||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-06T04:42:51.208Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:42:51.220Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:42:51.220Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:42:52.110Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:52.110Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:52.111Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T04:42:52.111Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:42:52.113Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:42:52.113Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301772109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T04:42:52.214Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-06T04:42:52.215Z||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-06T04:42:52.216Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:42:52.232Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:42:52.233Z||pool-71-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:42:53.114Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b1ad7741-f93c-432c-b434-c17cf6430e22
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:42:53.185Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b1ad7741-f93c-432c-b434-c17cf6430e22
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-06T04:42:53.198Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T04:42:53.198Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-06T04:42:53.198Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-06T04:42:53.198Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-06T04:42:53.199Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T04:42:53.199Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T04:42:53.199Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T04:42:53.199Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T04:42:53.199Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T04:42:53.199Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:42:53.218Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-06T04:43:23.218Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b1ad7741-f93c-432c-b434-c17cf6430e22 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-06T04:43:23.228Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b1ad7741-f93c-432c-b434-c17cf6430e22 and serviceModelVersionId: b58d82bf-1e41-44d0-a44e-760d281316ee
2022-12-06T04:43:23.228Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9d5d046f-f7ab-483f-a571-46f079ae4f8d
2022-12-06T04:43:23.230Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9d5d046f-f7ab-483f-a571-46f079ae4f8d/model-vers/model-ver/b58d82bf-1e41-44d0-a44e-760d281316ee?depth=0
2022-12-06T04:43:23.236Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-06T04:43:23.317Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d5d046f-f7ab-483f-a571-46f079ae4f8d/model-vers/model-ver/b58d82bf-1e41-44d0-a44e-760d281316ee?depth=0|INFO|500||Invoke
2022-12-06T04:43:23.318Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d5d046f-f7ab-483f-a571-46f079ae4f8d/model-vers/model-ver/b58d82bf-1e41-44d0-a44e-760d281316ee?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d5d046f-f7ab-483f-a571-46f079ae4f8d/model-vers/model-ver/b58d82bf-1e41-44d0-a44e-760d281316ee?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b1ad7741-f93c-432c-b434-c17cf6430e22], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[449b6af1-3a3f-412e-9151-18a97fccf24f], X-ECOMP-RequestID=[b1ad7741-f93c-432c-b434-c17cf6430e22], X-TransactionId=[], X-ONAP-RequestID=[b1ad7741-f93c-432c-b434-c17cf6430e22], Content-Type=[application/merge-patch+json]}
2022-12-06T04:43:23.347Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d5d046f-f7ab-483f-a571-46f079ae4f8d/model-vers/model-ver/b58d82bf-1e41-44d0-a44e-760d281316ee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-06T04:43:23.459Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d5d046f-f7ab-483f-a571-46f079ae4f8d/model-vers/model-ver/b58d82bf-1e41-44d0-a44e-760d281316ee?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/9d5d046f-f7ab-483f-a571-46f079ae4f8d/model-vers/model-ver/b58d82bf-1e41-44d0-a44e-760d281316ee?depth=0 has http status code:200 and response headers:{date=[Tue, 06 Dec 2022 04:43:22 GMT], content-length=[0], vertex-id=[643160], x-aai-txid=[1-aai-resources-221206-04:43:22:718-86049], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-06T04:43:23.460Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d5d046f-f7ab-483f-a571-46f079ae4f8d/model-vers/model-ver/b58d82bf-1e41-44d0-a44e-760d281316ee?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-06T04:43:23.460Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d5d046f-f7ab-483f-a571-46f079ae4f8d/model-vers/model-ver/b58d82bf-1e41-44d0-a44e-760d281316ee?depth=0|INFO|500||InvokeReturn
2022-12-06T04:43:23.461Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-06T04:43:23.461Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:43:23.466Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||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-06T04:43:23.467Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b1ad7741-f93c-432c-b434-c17cf6430e22 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-06T04:43:23.467Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-06T04:43:23.467Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:43:23.469Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:43:23.470Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301803467,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T04:43:23.570Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:43:23.571Z||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-06T04:43:23.571Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:43:23.596Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:43:23.597Z||pool-72-thread-1|||||INFO|500||cambria reply ok (27 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-06T04:43:24.483Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-06T04:43:24.484Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"83414f45-2250-4a07-8630-74d20e833161","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9fca197a-65a4-4310-988d-68638f9a59d3","serviceDescription":"service","serviceInvariantUUID":"c57f1043-4942-48b3-aa11-b823cffa4cea","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b43934f6-4e35-4ed3-b012-a1620b93c29e","resourceInvariantUUID":"4ab61723-571c-4e6a-a295-b7c5835259d9","resourceCustomizationUUID":"a78e4252-70ce-45f7-a487-7b84c7eea7ba","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":"YzdiN2Q4Mzk0ZGE0OWRiODM2MWE1ZTc5NTdlYmFmYzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c814d5a0-753d-4404-8657-d4b00cba9ca0","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":"Y2ZjOTU1MWZiMjk4MWYzNmY0MTc3YmZkMGRmOWMwY2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f4861b64-4d53-4607-8741-5957d8259c3a","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":"aea7208c-0c3f-44b4-8eb6-e82bfa00d16d","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":"2b510f0d-63b5-4af0-818a-dc858147e2fd","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":"20635dda-a402-4794-8b99-6ad4ba8b3b49","artifactVersion":"2","generatedFromUUID":"aea7208c-0c3f-44b4-8eb6-e82bfa00d16d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MGJmYjg5YmU0MDQ1M2RmOTVmNDJmMDMwNmQ0MDZmYWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bfa8949b-d229-4817-aaa5-256b3effbdd9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjU5YzBjOTI1YmIyNWQ5ZWIzNzcyZDJhYjk1N2RjYTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"86426ca8-f4fa-460b-9dbb-4df2a1a69eb1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-06T04:43:24.484Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:43:24.484Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:43:24.486Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:43:24.486Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301749048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:43:24.587Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T04:43:24.588Z||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-06T04:43:24.588Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:43:24.601Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:43:24.601Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:43:25.487Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:43:25.488Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:43:25.491Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:43:25.491Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301749048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-06T04:43:25.591Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:43:25.592Z||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-06T04:43:25.593Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:43:25.607Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:43:25.607Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:43:26.496Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:43:26.497Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:43:26.500Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:43:26.500Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301749048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-06T04:43:26.601Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-06T04:43:26.602Z||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-06T04:43:26.603Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:43:26.615Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:43:26.616Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:43:27.501Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:43:27.502Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:43:27.505Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:43:27.505Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301749048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:43:27.608Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-06T04:43:27.609Z||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-06T04:43:27.609Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:43:27.624Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:43:27.624Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:43:28.506Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:43:28.507Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:43:28.510Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:43:28.510Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301749048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-06T04:43:28.612Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-06T04:43:28.613Z||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-06T04:43:28.613Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:43:28.649Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:43:28.650Z||pool-77-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:43:29.511Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:43:29.512Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:43:29.515Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:43:29.515Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301749048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:43:29.615Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:43:29.616Z||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-06T04:43:29.616Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:43:29.628Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:43:29.629Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:43:30.516Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:43:30.517Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:43:30.519Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:43:30.519Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301749048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:43:30.619Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:43:30.620Z||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-06T04:43:30.620Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:43:30.633Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:43:30.634Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:43:31.521Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9fca197a-65a4-4310-988d-68638f9a59d3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c57f1043-4942-48b3-aa11-b823cffa4cea",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "a78e4252-70ce-45f7-a487-7b84c7eea7ba",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b43934f6-4e35-4ed3-b012-a1620b93c29e",
      "resourceInvariantUUID": "4ab61723-571c-4e6a-a295-b7c5835259d9",
      "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": "Y2ZjOTU1MWZiMjk4MWYzNmY0MTc3YmZkMGRmOWMwY2Q\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f4861b64-4d53-4607-8741-5957d8259c3a",
          "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": "aea7208c-0c3f-44b4-8eb6-e82bfa00d16d",
          "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": "20635dda-a402-4794-8b99-6ad4ba8b3b49",
            "generatedFromUUID": "aea7208c-0c3f-44b4-8eb6-e82bfa00d16d"
          },
          "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": "20635dda-a402-4794-8b99-6ad4ba8b3b49",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YjU5YzBjOTI1YmIyNWQ5ZWIzNzcyZDJhYjk1N2RjYTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "86426ca8-f4fa-460b-9dbb-4df2a1a69eb1"
    }
  ],
  "workloadContext": "Production"
}
2022-12-06T04:43:31.521Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-06T04:43:31.521Z|b1ad7741-f93c-432c-b434-c17cf6430e22|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9fca197a-65a4-4310-988d-68638f9a59d3 ASDC
2022-12-06T04:43:31.522Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:83414f45-2250-4a07-8630-74d20e833161
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9fca197a-65a4-4310-988d-68638f9a59d3
ServiceInvariantUUID:c57f1043-4942-48b3-aa11-b823cffa4cea
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:86426ca8-f4fa-460b-9dbb-4df2a1a69eb1
ArtifactChecksum:YjU5YzBjOTI1YmIyNWQ5ZWIzNzcyZDJhYjk1N2RjYTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:a78e4252-70ce-45f7-a487-7b84c7eea7ba
ResourceInvariantUUID:4ab61723-571c-4e6a-a295-b7c5835259d9
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:b43934f6-4e35-4ed3-b012-a1620b93c29e
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:f4861b64-4d53-4607-8741-5957d8259c3a
ArtifactChecksum:Y2ZjOTU1MWZiMjk4MWYzNmY0MTc3YmZkMGRmOWMwY2Q=
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:aea7208c-0c3f-44b4-8eb6-e82bfa00d16d
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:20635dda-a402-4794-8b99-6ad4ba8b3b49
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:20635dda-a402-4794-8b99-6ad4ba8b3b49
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-06T04:43:31.523Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9fca197a-65a4-4310-988d-68638f9a59d3 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-06T04:43:31.559Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T04:43:31.560Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-06T04:43:31.560Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-06T04:43:31.560Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 86426ca8-f4fa-460b-9dbb-4df2a1a69eb1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-06T04:43:31.560Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-06T04:43:31.561Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-06T04:43:31.636Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-06T04:43:31.641Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 86426ca8-f4fa-460b-9dbb-4df2a1a69eb1 74810
2022-12-06T04:43:31.641Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||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-06T04:43:31.641Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||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-06T04:43:31.641Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T04:43:31.642Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:43:31.647Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:43:31.647Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301811641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:43:31.747Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:43:31.748Z||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-06T04:43:31.749Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:43:31.760Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:43:31.761Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:43:32.649Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T04:43:32.651Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-06T04:43:32.651Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 86426ca8-f4fa-460b-9dbb-4df2a1a69eb1, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-06T04:43:32.652Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-12-06T04:43:32.652Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-06T04:43:32.653Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-12-06T04:43:32.796Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4015798755755972672/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-12-06T04:43:34.522Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-06T04:43:34.523Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-06T04:43:34.523Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-06T04:43:34.524Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-06T04:43:34.524Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||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-06T04:43:34.524Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||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-06T04:43:34.524Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||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-06T04:43:34.524Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||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-06T04:43:34.524Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||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-06T04:43:34.525Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||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-06T04:43:34.525Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||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-06T04:43:34.525Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-06T04:43:34.525Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:43:34.525Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:43:34.526Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-06T04:43:34.526Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-06T04:43:34.526Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T04:43:34.527Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:43:34.527Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:43:34.527Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-06T04:43:34.527Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-06T04:43:34.528Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T04:43:34.528Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:43:34.528Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:43:34.528Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:43:34.529Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-06T04:43:34.529Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-06T04:43:34.529Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-06T04:43:34.529Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-06T04:43:34.530Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-06T04:43:34.530Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-06T04:43:34.530Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:43:34.530Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-06T04:43:34.531Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:43:34.531Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-06T04:43:34.531Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:43:34.531Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:43:34.532Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-06T04:43:34.532Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:43:34.532Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:43:34.532Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-06T04:43:34.533Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:43:34.533Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:43:34.533Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-06T04:43:34.533Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-06T04:43:34.533Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-06T04:43:34.534Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=469ad665-7cea-4383-bbdc-8539988da000
2022-12-06T04:43:34.534Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:43:34.534Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:43:34.534Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:43:34.535Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:43:34.535Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:43:34.535Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:43:34.535Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:43:34.535Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:43:34.536Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9fca197a-65a4-4310-988d-68638f9a59d3
Model Version:NULL
Model InvariantUuid:c57f1043-4942-48b3-aa11-b823cffa4cea
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:960d6f2a-69c1-4ab3-a974-ad4969e8d9d2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4ab61723-571c-4e6a-a295-b7c5835259d9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a78e4252-70ce-45f7-a487-7b84c7eea7ba
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f214203e-bb72-46a9-8505-5adb520319d1
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:121e5403-94c0-4500-bc85-3419eb0dc142
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:469ad665-7cea-4383-bbdc-8539988da000
ModelInvariantUuid:eb6eec75-0150-40d7-93d0-4d1c5f8e149f
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:d758bf49-440b-47cb-ae25-2fb9efe498fa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:765b0344-f3a6-41b5-9bad-1a026a979ec6
ModelInvariantUuid:e3a0cc32-884e-4d4f-8a52-0bcda4571f1d
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:47c19521-46d1-415f-9edd-206a27778fb2
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-06T04:43:34.547Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: b43934f6-4e35-4ed3-b012-a1620b93c29e
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-06T04:43:34.551Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||basic_vm 0
2022-12-06T04:43:34.551Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b43934f6-4e35-4ed3-b012-a1620b93c29e
2022-12-06T04:43:34.552Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f4861b64-4d53-4607-8741-5957d8259c3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-06T04:43:34.552Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-06T04:43:34.552Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||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-06T04:43:34.675Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-06T04:43:34.675Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json f4861b64-4d53-4607-8741-5957d8259c3a 787
2022-12-06T04:43:34.676Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||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-06T04:43:34.676Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||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-06T04:43:34.676Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T04:43:34.676Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:43:34.680Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:43:34.680Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301814676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:43:34.780Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:43:34.781Z||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-06T04:43:34.781Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:43:34.794Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:43:34.795Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:43:35.681Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f214203e-bb72-46a9-8505-5adb520319d1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "121e5403-94c0-4500-bc85-3419eb0dc142",
    "vfModuleModelCustomizationUUID": "b84bde89-51db-464c-af1d-39c988d24353",
    "isBase": true,
    "artifacts": [
      "aea7208c-0c3f-44b4-8eb6-e82bfa00d16d",
      "20635dda-a402-4794-8b99-6ad4ba8b3b49"
    ],
    "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-06T04:43:35.686Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:121e5403-94c0-4500-bc85-3419eb0dc142
VfModuleModelInvariantUUID:f214203e-bb72-46a9-8505-5adb520319d1
VfModuleModelDescription:NULL
Artifacts UUID List:{
aea7208c-0c3f-44b4-8eb6-e82bfa00d16d
,
20635dda-a402-4794-8b99-6ad4ba8b3b49

}
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-06T04:43:35.690Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f214203e-bb72-46a9-8505-5adb520319d1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "121e5403-94c0-4500-bc85-3419eb0dc142",
    "vfModuleModelCustomizationUUID": "b84bde89-51db-464c-af1d-39c988d24353",
    "isBase": true,
    "artifacts": [
      "aea7208c-0c3f-44b4-8eb6-e82bfa00d16d",
      "20635dda-a402-4794-8b99-6ad4ba8b3b49"
    ],
    "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-06T04:43:35.690Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:121e5403-94c0-4500-bc85-3419eb0dc142
VfModuleModelInvariantUUID:f214203e-bb72-46a9-8505-5adb520319d1
VfModuleModelDescription:NULL
Artifacts UUID List:{
aea7208c-0c3f-44b4-8eb6-e82bfa00d16d
,
20635dda-a402-4794-8b99-6ad4ba8b3b49

}
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-06T04:43:35.690Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: aea7208c-0c3f-44b4-8eb6-e82bfa00d16d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-06T04:43:35.690Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-06T04:43:35.690Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||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-06T04:43:35.805Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-06T04:43:35.805Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml aea7208c-0c3f-44b4-8eb6-e82bfa00d16d 5033
2022-12-06T04:43:35.806Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||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-06T04:43:35.806Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||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-06T04:43:35.806Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T04:43:35.806Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:43:35.809Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:43:35.809Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301815806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:43:35.909Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:43:35.910Z||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-06T04:43:35.910Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:43:35.925Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:43:35.925Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:43:36.810Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 20635dda-a402-4794-8b99-6ad4ba8b3b49 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-06T04:43:36.810Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-06T04:43:36.811Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||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-06T04:43:36.860Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-06T04:43:36.861Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 20635dda-a402-4794-8b99-6ad4ba8b3b49 903
2022-12-06T04:43:36.864Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||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-06T04:43:36.864Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||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-06T04:43:36.864Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T04:43:36.864Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:43:36.876Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:43:36.876Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301816864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:43:36.966Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-12-06T04:43:36.968Z||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-06T04:43:36.968Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:43:36.980Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:43:36.981Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:43:37.877Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 9fca197a-65a4-4310-988d-68638f9a59d3
2022-12-06T04:43:37.878Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 b43934f6-4e35-4ed3-b012-a1620b93c29e 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-06T04:43:37.907Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@42c02054, org.onap.sdc.toscaparser.api.parameters.Input@2caf427, org.onap.sdc.toscaparser.api.parameters.Input@109c3b3e, org.onap.sdc.toscaparser.api.parameters.Input@42961225, org.onap.sdc.toscaparser.api.parameters.Input@11748a3]
2022-12-06T04:43:37.910Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:43:37.911Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:43:37.911Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-12-06T04:43:37.911Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= a78e4252-70ce-45f7-a487-7b84c7eea7ba
2022-12-06T04:43:37.912Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a78e4252-70ce-45f7-a487-7b84c7eea7ba matches Tosca VF Customization UUID: a78e4252-70ce-45f7-a487-7b84c7eea7ba
2022-12-06T04:43:37.912Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: a78e4252-70ce-45f7-a487-7b84c7eea7ba  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-06T04:43:37.914Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:43:37.915Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:43:37.915Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id a78e4252-70ce-45f7-a487-7b84c7eea7ba: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-06T04:43:37.916Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@57e852b6
2022-12-06T04:43:37.916Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:43:37.916Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-06T04:43:37.916Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b84bde89-51db-464c-af1d-39c988d24353
2022-12-06T04:43:37.917Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b84bde89-51db-464c-af1d-39c988d24353
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-06T04:43:37.919Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:43:37.919Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-06T04:43:37.919Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:43:37.919Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:43:37.920Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-06T04:43:37.920Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:43:37.921Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:43:37.921Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-06T04:43:37.921Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-06T04:43:37.922Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-06T04:43:37.922Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=469ad665-7cea-4383-bbdc-8539988da000
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-06T04:43:37.924Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:43:37.925Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-06T04:43:37.925Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:43:37.926Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:43:37.926Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-06T04:43:37.926Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=a78e4252-70ce-45f7-a487-7b84c7eea7ba
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-06T04:43:37.929Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:43:37.929Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:43:37.930Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 9fca197a-65a4-4310-988d-68638f9a59d3: basic_vm
2022-12-06T04:43:37.930Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:43:37.931Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:43:37.931Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:43:37.931Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:43:37.931Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:43:37.932Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:43:37.932Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:43:37.932Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:43:37.932Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T04:43:37.932Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:43:37.933Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||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-06T04:43:38.015Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm b43934f6-4e35-4ed3-b012-a1620b93c29e 1 ASDC deployResourceStructure
2022-12-06T04:43:38.016Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||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-06T04:43:38.016Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||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-06T04:43:38.017Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T04:43:38.017Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:43:38.019Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:43:38.019Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301818016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-06T04:43:38.119Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:43:38.120Z||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-06T04:43:38.121Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:43:38.136Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:43:38.137Z||pool-84-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:43:39.020Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||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-06T04:43:39.021Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||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-06T04:43:39.022Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T04:43:39.022Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:43:39.024Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:43:39.024Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301819020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-06T04:43:39.125Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T04:43:39.126Z||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-06T04:43:39.126Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:43:39.137Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:43:39.137Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:43:40.028Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||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-06T04:43:40.028Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||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-06T04:43:40.029Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T04:43:40.029Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:43:40.032Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:43:40.032Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301820028,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-06T04:43:40.133Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-06T04:43:40.134Z||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-06T04:43:40.134Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:43:40.152Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:43:40.153Z||pool-86-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:43:41.033Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||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-06T04:43:41.034Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||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-06T04:43:41.034Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T04:43:41.034Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:43:41.037Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:43:41.037Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301821033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T04:43:41.137Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:43:41.138Z||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-06T04:43:41.138Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:43:41.148Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:43:41.151Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:43:42.037Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83414f45-2250-4a07-8630-74d20e833161
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:43:42.053Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83414f45-2250-4a07-8630-74d20e833161
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-06T04:43:42.059Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T04:43:42.060Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-06T04:43:42.060Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-06T04:43:42.060Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-06T04:43:42.062Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T04:43:42.062Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T04:43:42.062Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T04:43:42.062Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T04:43:42.063Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T04:43:42.063Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||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-06T04:43:42.071Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-06T04:43:45.522Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:43:45.523Z||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-06T04:43:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:43:45.553Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:43:45.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:43:45.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301748031,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T04:43:45.555Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:43:45.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:43:45.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301749048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:43:45.556Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:43:45.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:43:45.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301749048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-06T04:43:45.556Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:43:45.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:43:45.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301749048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-06T04:43:45.556Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:43:45.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:43:45.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301749048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-06T04:43:45.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:43:45.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:43:45.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301749048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-06T04:43:45.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:43:45.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:43:45.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301749048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:43:45.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:43:45.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:43:45.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301749048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-06T04:43:45.558Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:43:45.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:43:45.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301749048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:43:45.558Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:43:45.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:43:45.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301749048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:43:45.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:43:45.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:43:45.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301758882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:43:45.559Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:43:45.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:43:45.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301761654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:43:45.559Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:43:45.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:43:45.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301762711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:43:45.560Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:43:45.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:43:45.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301763765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:43:45.560Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:43:45.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:43:45.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301764844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:43:45.561Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:44:12.074Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 83414f45-2250-4a07-8630-74d20e833161 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-06T04:44:12.084Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 83414f45-2250-4a07-8630-74d20e833161 and serviceModelVersionId: 9fca197a-65a4-4310-988d-68638f9a59d3
2022-12-06T04:44:12.084Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c57f1043-4942-48b3-aa11-b823cffa4cea
2022-12-06T04:44:12.085Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c57f1043-4942-48b3-aa11-b823cffa4cea/model-vers/model-ver/9fca197a-65a4-4310-988d-68638f9a59d3?depth=0
2022-12-06T04:44:12.101Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-06T04:44:12.167Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c57f1043-4942-48b3-aa11-b823cffa4cea/model-vers/model-ver/9fca197a-65a4-4310-988d-68638f9a59d3?depth=0|INFO|500||Invoke
2022-12-06T04:44:12.168Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c57f1043-4942-48b3-aa11-b823cffa4cea/model-vers/model-ver/9fca197a-65a4-4310-988d-68638f9a59d3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c57f1043-4942-48b3-aa11-b823cffa4cea/model-vers/model-ver/9fca197a-65a4-4310-988d-68638f9a59d3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[83414f45-2250-4a07-8630-74d20e833161], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c04a1c45-bbee-4656-aea1-5397a270176b], X-ECOMP-RequestID=[83414f45-2250-4a07-8630-74d20e833161], X-TransactionId=[], X-ONAP-RequestID=[83414f45-2250-4a07-8630-74d20e833161], Content-Type=[application/merge-patch+json]}
2022-12-06T04:44:12.201Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c57f1043-4942-48b3-aa11-b823cffa4cea/model-vers/model-ver/9fca197a-65a4-4310-988d-68638f9a59d3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-06T04:44:12.294Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c57f1043-4942-48b3-aa11-b823cffa4cea/model-vers/model-ver/9fca197a-65a4-4310-988d-68638f9a59d3?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/c57f1043-4942-48b3-aa11-b823cffa4cea/model-vers/model-ver/9fca197a-65a4-4310-988d-68638f9a59d3?depth=0 has http status code:200 and response headers:{date=[Tue, 06 Dec 2022 04:44:11 GMT], content-length=[0], vertex-id=[229424], x-aai-txid=[2-aai-resources-221206-04:44:11:571-52394], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-06T04:44:12.294Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c57f1043-4942-48b3-aa11-b823cffa4cea/model-vers/model-ver/9fca197a-65a4-4310-988d-68638f9a59d3?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-06T04:44:12.295Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c57f1043-4942-48b3-aa11-b823cffa4cea/model-vers/model-ver/9fca197a-65a4-4310-988d-68638f9a59d3?depth=0|INFO|500||InvokeReturn
2022-12-06T04:44:12.295Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-06T04:44:12.295Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||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-06T04:44:12.301Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||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-06T04:44:12.302Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 83414f45-2250-4a07-8630-74d20e833161 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-06T04:44:12.302Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-06T04:44:12.303Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:44:12.305Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:44:12.305Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301852302,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T04:44:12.405Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:44:12.406Z||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-06T04:44:12.407Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:44:12.426Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:44:12.426Z||pool-88-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-06T04:44:13.319Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:44:13.320Z|83414f45-2250-4a07-8630-74d20e833161|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-06T04:44:13.320Z|83414f45-2250-4a07-8630-74d20e833161|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:44:22.870Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:44:22.871Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:44:22.872Z|83414f45-2250-4a07-8630-74d20e833161|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-06T04:44:22.872Z|83414f45-2250-4a07-8630-74d20e833161|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:44:32.418Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:44:45.519Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:44:45.520Z|83414f45-2250-4a07-8630-74d20e833161|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-06T04:44:45.520Z|83414f45-2250-4a07-8630-74d20e833161|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:44:45.522Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:44:45.522Z||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-06T04:44:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:44:45.547Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:44:45.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T04:44:45.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301765913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:44:45.550Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:44:55.083Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:45:45.520Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:45:45.522Z||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-06T04:45:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:45:45.522Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:45:45.522Z||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-06T04:45:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:45:45.566Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:45:45.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T04:45:45.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301767067,
  "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-06T04:45:45.569Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:45:45.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T04:45:45.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301768072,
  "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-06T04:45:45.569Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:45:45.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T04:45:45.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301769077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-06T04:45:45.570Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:45:45.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T04:45:45.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301770092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-12-06T04:45:45.570Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:45:45.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T04:45:45.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301771101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-12-06T04:45:45.570Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:45:45.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T04:45:45.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301772109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T04:45:45.571Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:45:45.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T04:45:45.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1ad7741-f93c-432c-b434-c17cf6430e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301803467,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T04:45:45.571Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:45:45.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T04:45:45.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301749048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:45:45.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:45:45.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T04:45:45.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301749048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-06T04:45:45.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:45:45.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T04:45:45.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301749048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-06T04:45:45.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:45:45.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T04:45:45.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301749048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:45:45.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:45:45.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T04:45:45.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301749048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-06T04:45:45.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:45:45.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T04:45:45.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301749048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T04:45:45.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:45:45.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T04:45:45.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301749048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T04:45:45.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T04:45:45.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T04:45:45.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301811641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:45:45.575Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:45:45.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T04:45:45.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301814676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:45:45.575Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:45:45.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T04:45:45.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301815806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:45:45.576Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:45:45.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T04:45:45.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301816864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-06T04:45:45.576Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:45:45.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T04:45:45.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301818016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-06T04:45:45.576Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:45:45.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T04:45:45.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301819020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-06T04:45:45.577Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:45:45.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T04:45:45.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301820028,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-06T04:45:45.577Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:45:45.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T04:45:45.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301821033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T04:45:45.578Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:45:55.084Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:46:45.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:46:45.521Z||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-06T04:46:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:46:45.522Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:46:45.523Z||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-06T04:46:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:46:46.056Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:46:46.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T04:46:46.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83414f45-2250-4a07-8630-74d20e833161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670301852302,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T04:46:46.058Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:46:55.073Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:47:45.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:47:45.520Z||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-06T04:47:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:47:45.522Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:47:45.523Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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-06T04:47:45.523Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:47:55.083Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:47:55.084Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:48:45.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:48:45.521Z||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-06T04:48:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:48:45.522Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:48:45.523Z||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-06T04:48:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:48:55.077Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:48:55.112Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:49:45.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:49:45.520Z||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-06T04:49:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:49:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:49:45.523Z||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-06T04:49:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:49:55.093Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:49:55.093Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:50:45.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:50:45.521Z||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-06T04:50:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:50:45.522Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:50:45.523Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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-06T04:50:45.523Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:50:55.075Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:50:55.079Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:51:45.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:51:45.521Z||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-06T04:51:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:51:45.522Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:51:45.523Z|83414f45-2250-4a07-8630-74d20e833161|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-06T04:51:45.523Z|83414f45-2250-4a07-8630-74d20e833161|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:51:55.076Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:51:55.080Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:52:45.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:52:45.520Z||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-06T04:52:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:52:45.522Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:52:45.523Z||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-06T04:52:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:52:55.070Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:52:55.071Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:53:45.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:53:45.520Z||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-06T04:53:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:53:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:53:45.523Z||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-06T04:53:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:53:55.069Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:53:55.082Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:54:45.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:54:45.521Z||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-06T04:54:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:54:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:54:45.523Z||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-06T04:54:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:54:55.067Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:54:55.068Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:55:45.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:55:45.521Z||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-06T04:55:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:55:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:55:45.523Z||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-06T04:55:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:55:55.069Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:55:55.071Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:56:45.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:56:45.521Z||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-06T04:56:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:56:45.522Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:56:45.523Z||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-06T04:56:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:56:55.093Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:56:55.094Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:57:45.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:57:45.521Z||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-06T04:57:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:57:45.522Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:57:45.523Z||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-06T04:57:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:57:55.102Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:57:55.110Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:58:45.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:58:45.520Z||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-06T04:58:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:58:45.522Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:58:45.523Z||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-06T04:58:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:58:55.067Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:58:55.079Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:59:45.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:59:45.520Z||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-06T04:59:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:59:45.522Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:59:45.523Z||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-06T04:59:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:59:55.070Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T04:59:55.070Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:00:45.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:00:45.520Z||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-06T05:00:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:00:45.523Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:00:45.525Z||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-06T05:00:45.525Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:00:55.065Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:00:55.112Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:01:45.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:01:45.521Z||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-06T05:01:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:01:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:01:45.523Z||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-06T05:01:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:01:55.074Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:01:55.074Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:02:45.519Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:02:45.520Z||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-06T05:02:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:02:45.522Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:02:45.523Z||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-06T05:02:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:02:55.090Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:02:55.110Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:03:45.519Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:03:45.521Z||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-06T05:03:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:03:45.522Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:03:45.523Z||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-06T05:03:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:03:55.071Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:03:55.072Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:04:45.519Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:04:45.520Z||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-06T05:04:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:04:45.522Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:04:45.523Z||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-06T05:04:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:04:55.105Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:04:55.105Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:05:45.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:05:45.520Z||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-06T05:05:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:05:45.522Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:05:45.523Z|83414f45-2250-4a07-8630-74d20e833161|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-06T05:05:45.523Z|83414f45-2250-4a07-8630-74d20e833161|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:05:55.077Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:05:55.078Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:06:45.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:06:45.521Z||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-06T05:06:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:06:45.522Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:06:45.523Z|83414f45-2250-4a07-8630-74d20e833161|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-06T05:06:45.523Z|83414f45-2250-4a07-8630-74d20e833161|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:06:55.073Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:06:55.076Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:07:45.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:07:45.520Z||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-06T05:07:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:07:45.522Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:07:45.523Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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-06T05:07:45.523Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:07:55.076Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:07:55.076Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:08:45.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:08:45.520Z||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-06T05:08:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:08:45.522Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:08:45.524Z||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-06T05:08:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:08:55.066Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:08:55.077Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:09:45.520Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:09:45.521Z||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-06T05:09:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:09:45.522Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:09:45.523Z||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-06T05:09:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:09:55.076Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:09:55.090Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:10:45.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:10:45.520Z||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-06T05:10:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:10:45.522Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:10:45.523Z|83414f45-2250-4a07-8630-74d20e833161|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-06T05:10:45.523Z|83414f45-2250-4a07-8630-74d20e833161|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:10:55.073Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:10:55.081Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:11:45.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:11:45.520Z||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-06T05:11:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:11:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:11:45.523Z||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-06T05:11:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:11:55.066Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:11:55.066Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:12:45.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:12:45.520Z||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-06T05:12:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:12:45.523Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:12:45.524Z||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-06T05:12:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:12:55.074Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:12:55.074Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:13:45.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:13:45.520Z||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-06T05:13:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:13:45.522Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:13:45.523Z||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-06T05:13:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:13:55.066Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:13:55.096Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:14:45.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:14:45.520Z||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-06T05:14:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:14:45.522Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:14:45.523Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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-06T05:14:45.523Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:14:55.075Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:14:55.082Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:15:45.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:15:45.521Z||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-06T05:15:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:15:45.522Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:15:45.524Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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-06T05:15:45.524Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:15:55.104Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:15:55.110Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:16:45.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:16:45.521Z||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-06T05:16:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:16:45.523Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:16:45.524Z||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-06T05:16:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:16:55.072Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:16:55.075Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:17:45.519Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:17:45.520Z||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-06T05:17:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:17:45.522Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:17:45.523Z||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-06T05:17:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:17:55.078Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:17:55.098Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:18:45.519Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:18:45.520Z||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-06T05:18:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:18:45.522Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:18:45.523Z||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-06T05:18:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:18:55.075Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:18:55.079Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:19:45.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:19:45.521Z||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-06T05:19:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:19:45.522Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:19:45.523Z||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-06T05:19:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:19:46.152Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:19:46.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"83e081c4-4094-49ab-9dfa-26fa60209900","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"1512ed9d-9a6f-4687-83d3-a6993ac113b8","serviceDescription":"service","serviceInvariantUUID":"cedce927-08fb-474a-93a6-7166a7c683bd","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"802cec94-c6d0-4b61-a963-b006dcc31ab5","resourceInvariantUUID":"75918a86-25f8-4644-bcf8-ebb7a225a5c1","resourceCustomizationUUID":"c0837920-b491-460a-bee8-936b3aa07681","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":"Y2RmYzkxYzE2MmE3ZjUyZmM4NDgyNzViOGY5YzRjZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60131508-fec5-4c79-9722-89f27e67ba97","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":"MzQ4ZmExODRhYzEwOTdiMjdkMTcwMjM4YWI2ZjA2MTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b417a7c6-8b63-4930-84c6-6c00fa2fecce","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":"75906e10-a804-440a-8e87-9a2b680297e1","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":"3d2a4cb5-ce29-4ec9-a1a6-422f04c6903d","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":"84e7728c-5e02-437f-b40a-f23742026296","artifactVersion":"2","generatedFromUUID":"9c2533e5-39f8-4e87-a469-701eb99502e7"},{"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":"aa84132c-02ba-48b0-beea-6cc7e7790eee","artifactVersion":"2","generatedFromUUID":"75906e10-a804-440a-8e87-9a2b680297e1"},{"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":"9c2533e5-39f8-4e87-a469-701eb99502e7","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":"893b8180-a1e8-4ecd-b94a-8f9c475e3058","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":"OTg4MjA1YTA1ZjM3ODBkYzFmZjA2M2EwMTU1MjE3MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"75ca2693-a2ca-401e-bef3-4ae5a8f1e062","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OTdkZGMwNmY4ODgzZDdjY2YyZGM0ZDY4ZjAwZmQyNzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f0b7a6-6684-4995-9e88-765cb533bf13","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-06T05:19:46.158Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:19:46.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "cds",
  "timestamp": 1670303945555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.160Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T05:19:46.161Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:19:46.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "cds",
  "timestamp": 1670303945555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.162Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "cds",
  "timestamp": 1670303945555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.162Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "cds",
  "timestamp": 1670303945555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "cds",
  "timestamp": 1670303945555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "cds",
  "timestamp": 1670303945555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670303958862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670303959719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "cds",
  "timestamp": 1670303945555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670303958862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-06T05:19:46.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670303959719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.169Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:19:46.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "cds",
  "timestamp": 1670303945555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.169Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670303985520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670303958862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-06T05:19:46.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670303959719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "cds",
  "timestamp": 1670303945555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670303958862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670303959719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "cds",
  "timestamp": 1670303945555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T05:19:46.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670303958862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-06T05:19:46.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670303959719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670303958862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-06T05:19:46.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "cds",
  "timestamp": 1670303964452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:19:46.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:19:46.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670303959719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.179Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670303958862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-06T05:19:46.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "aai-ml",
  "timestamp": 1670303965391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670303959719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670303958862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "aai-ml",
  "timestamp": 1670303965391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.183Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "cds",
  "timestamp": 1670303967229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-06T05:19:46.208Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 83e081c4-4094-49ab-9dfa-26fa60209900
2022-12-06T05:19:46.208Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83e081c4-4094-49ab-9dfa-26fa60209900 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-06T05:19:46.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670303959719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670303958862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "aai-ml",
  "timestamp": 1670303965391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670303959719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670303958862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T05:19:46.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "aai-ml",
  "timestamp": 1670303965391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670303959719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670303969648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:19:46.223Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:19:46.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "aai-ml",
  "timestamp": 1670303965391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.224Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670303970723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:19:46.224Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:19:46.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "aai-ml",
  "timestamp": 1670303965391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.225Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.225Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670303971779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:19:46.225Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:19:46.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.225Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "aai-ml",
  "timestamp": 1670303965391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.225Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670303972835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:19:46.226Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:19:46.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670303972284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.226Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "aai-ml",
  "timestamp": 1670303965391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670303973903,
  "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-06T05:19:46.233Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 83e081c4-4094-49ab-9dfa-26fa60209900
2022-12-06T05:19:46.233Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83e081c4-4094-49ab-9dfa-26fa60209900 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-06T05:19:46.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670303972284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "aai-ml",
  "timestamp": 1670303965391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670303974907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-06T05:19:46.247Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:19:46.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670303972284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "aai-ml",
  "timestamp": 1670303965391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T05:19:46.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670303972284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "aai-ml",
  "timestamp": 1670303976166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:19:46.248Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:19:46.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670303972284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670303972284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670303972284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670303972284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670303972284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:46.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670303972284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T05:19:46.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:19:46.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670303983133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:19:46.251Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:19:46.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "aai-ml",
  "timestamp": 1670303983615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T05:19:46.252Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:19:46.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T05:19:46.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "aai-ml",
  "timestamp": 1670303984618,
  "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-06T05:19:46.258Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 83e081c4-4094-49ab-9dfa-26fa60209900
2022-12-06T05:19:46.258Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83e081c4-4094-49ab-9dfa-26fa60209900 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-06T05:19:46.267Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-12-06T05:19:46.267Z||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-06T05:19:46.268Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:19:46.278Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:19:46.279Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:19:47.171Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T05:19:47.171Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:19:47.174Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:19:47.174Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670303985520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-06T05:19:47.274Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T05:19:47.275Z||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-06T05:19:47.275Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:19:47.294Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:19:47.294Z||pool-90-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:19:48.175Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T05:19:48.176Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:19:48.178Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:19:48.178Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670303985520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-06T05:19:48.281Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-06T05:19:48.282Z||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-06T05:19:48.282Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:19:48.292Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:19:48.293Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:19:49.180Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T05:19:49.180Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:19:49.183Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:19:49.183Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670303985520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:49.283Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T05:19:49.285Z||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-06T05:19:49.285Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:19:49.296Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:19:49.297Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:19:50.184Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T05:19:50.185Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:19:50.187Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:19:50.187Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670303985520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-06T05:19:50.288Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T05:19:50.289Z||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-06T05:19:50.289Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:19:50.301Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:19:50.301Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:19:51.188Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T05:19:51.189Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:19:51.191Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:19:51.192Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670303985520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-06T05:19:51.292Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T05:19:51.294Z||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-06T05:19:51.294Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:19:51.304Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:19:51.304Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:19:52.192Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T05:19:52.194Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:19:52.198Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:19:52.198Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670303985520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-06T05:19:52.301Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-06T05:19:52.302Z||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-06T05:19:52.302Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:19:52.322Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:19:52.323Z||pool-95-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:19:53.199Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T05:19:53.200Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:19:53.203Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:19:53.203Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670303985520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:53.304Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T05:19:53.305Z||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-06T05:19:53.305Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:19:53.322Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:19:53.322Z||pool-96-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:19:54.204Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T05:19:54.205Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:19:54.207Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:19:54.208Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670303985520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:19:54.308Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T05:19:54.309Z||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-06T05:19:54.309Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:19:54.320Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:19:54.321Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:19:55.208Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T05:19:55.209Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:19:55.212Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:19:55.213Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670303985520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T05:19:55.313Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T05:19:55.314Z||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-06T05:19:55.314Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:19:55.325Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:19:55.325Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:19:56.215Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "1512ed9d-9a6f-4687-83d3-a6993ac113b8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cedce927-08fb-474a-93a6-7166a7c683bd",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "c0837920-b491-460a-bee8-936b3aa07681",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "802cec94-c6d0-4b61-a963-b006dcc31ab5",
      "resourceInvariantUUID": "75918a86-25f8-4644-bcf8-ebb7a225a5c1",
      "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": "MzQ4ZmExODRhYzEwOTdiMjdkMTcwMjM4YWI2ZjA2MTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b417a7c6-8b63-4930-84c6-6c00fa2fecce",
          "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": "75906e10-a804-440a-8e87-9a2b680297e1",
          "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": "aa84132c-02ba-48b0-beea-6cc7e7790eee",
            "generatedFromUUID": "75906e10-a804-440a-8e87-9a2b680297e1"
          },
          "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": "84e7728c-5e02-437f-b40a-f23742026296",
          "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": "aa84132c-02ba-48b0-beea-6cc7e7790eee",
          "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": "9c2533e5-39f8-4e87-a469-701eb99502e7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "OTdkZGMwNmY4ODgzZDdjY2YyZGM0ZDY4ZjAwZmQyNzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "35f0b7a6-6684-4995-9e88-765cb533bf13"
    }
  ],
  "workloadContext": "Production"
}
2022-12-06T05:19:56.215Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-06T05:19:56.215Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1512ed9d-9a6f-4687-83d3-a6993ac113b8 ASDC
2022-12-06T05:19:56.216Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:83e081c4-4094-49ab-9dfa-26fa60209900
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:1512ed9d-9a6f-4687-83d3-a6993ac113b8
ServiceInvariantUUID:cedce927-08fb-474a-93a6-7166a7c683bd
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:35f0b7a6-6684-4995-9e88-765cb533bf13
ArtifactChecksum:OTdkZGMwNmY4ODgzZDdjY2YyZGM0ZDY4ZjAwZmQyNzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:c0837920-b491-460a-bee8-936b3aa07681
ResourceInvariantUUID:75918a86-25f8-4644-bcf8-ebb7a225a5c1
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:802cec94-c6d0-4b61-a963-b006dcc31ab5
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:b417a7c6-8b63-4930-84c6-6c00fa2fecce
ArtifactChecksum:MzQ4ZmExODRhYzEwOTdiMjdkMTcwMjM4YWI2ZjA2MTI=
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:75906e10-a804-440a-8e87-9a2b680297e1
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:aa84132c-02ba-48b0-beea-6cc7e7790eee
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:84e7728c-5e02-437f-b40a-f23742026296
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:aa84132c-02ba-48b0-beea-6cc7e7790eee
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:9c2533e5-39f8-4e87-a469-701eb99502e7
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-06T05:19:56.217Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1512ed9d-9a6f-4687-83d3-a6993ac113b8 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-06T05:19:56.261Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T05:19:56.262Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-06T05:19:56.262Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-06T05:19:56.262Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 35f0b7a6-6684-4995-9e88-765cb533bf13 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-06T05:19:56.263Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-06T05:19:56.263Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-06T05:19:56.366Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-06T05:19:56.374Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 35f0b7a6-6684-4995-9e88-765cb533bf13 162968
2022-12-06T05:19:56.374Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-12-06T05:19:56.375Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-06T05:19:56.375Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T05:19:56.375Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:19:56.377Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:19:56.377Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670303996374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:19:56.477Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T05:19:56.479Z||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-06T05:19:56.479Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:19:56.490Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:19:56.491Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:19:57.378Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T05:19:57.379Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-06T05:19:57.379Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 35f0b7a6-6684-4995-9e88-765cb533bf13, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-06T05:19:57.379Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-12-06T05:19:57.380Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-06T05:19:57.380Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-06T05:19:57.551Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5003952828571727331/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-12-06T05:19:59.000Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-06T05:19:59.001Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-06T05:19:59.001Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-06T05:19:59.002Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-06T05:19:59.002Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-06T05:19:59.002Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-06T05:19:59.002Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-06T05:19:59.002Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-06T05:19:59.002Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-06T05:19:59.003Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:19:59.003Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:19:59.003Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-06T05:19:59.004Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-06T05:19:59.004Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T05:19:59.004Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:19:59.004Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:19:59.004Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-06T05:19:59.005Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-06T05:19:59.005Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T05:19:59.005Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:19:59.005Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:19:59.005Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:19:59.006Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-12-06T05:19:59.006Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-12-06T05:19:59.006Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-12-06T05:19:59.006Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-06T05:19:59.006Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:19:59.007Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-06T05:19:59.007Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:19:59.007Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-06T05:19:59.007Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T05:19:59.008Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:19:59.008Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-06T05:19:59.008Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T05:19:59.008Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:19:59.009Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-06T05:19:59.009Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T05:19:59.009Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:19:59.009Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-06T05:19:59.009Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T05:19:59.010Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:19:59.010Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-12-06T05:19:59.010Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-12-06T05:19:59.010Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=8a68a74b-37e3-4336-aca9-b8a4dad982be
2022-12-06T05:19:59.010Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:19:59.011Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:19:59.011Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:19:59.011Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:19:59.011Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:19:59.011Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:19:59.012Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:19:59.012Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:19:59.012Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:1512ed9d-9a6f-4687-83d3-a6993ac113b8
Model Version:NULL
Model InvariantUuid:cedce927-08fb-474a-93a6-7166a7c683bd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:4de6f8ab-013f-4aff-a635-2979cc585ee3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:75918a86-25f8-4644-bcf8-ebb7a225a5c1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c0837920-b491-460a-bee8-936b3aa07681
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:281d30c2-ef58-4123-a195-3e78c46d2069
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:fcab341e-00e5-4940-aa3b-2ea59e716737
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:9f3c8a85-8519-4a8a-b2ec-2d94a421d619
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:a33456d9-c71b-4b6a-b2d0-af31b20efb1e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8a68a74b-37e3-4336-aca9-b8a4dad982be
ModelInvariantUuid:4cb5e44a-7280-409b-a135-62ffa668c430
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:56967745-8428-4ba6-87f3-4a19eb639af0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:a7343248-9bc1-4ee2-acde-525afac27754
ModelInvariantUuid:18c06290-b37c-418b-8d8c-d4daf8aed174
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:ad5a8173-f51c-4ad8-8ccb-30747bb71871
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-06T05:19:59.021Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 802cec94-c6d0-4b61-a963-b006dcc31ab5
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-06T05:19:59.028Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0
2022-12-06T05:19:59.028Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 802cec94-c6d0-4b61-a963-b006dcc31ab5
2022-12-06T05:19:59.028Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b417a7c6-8b63-4930-84c6-6c00fa2fecce from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-06T05:19:59.029Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-06T05:19:59.029Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-06T05:19:59.081Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-06T05:19:59.082Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json b417a7c6-8b63-4930-84c6-6c00fa2fecce 1565
2022-12-06T05:19:59.082Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-12-06T05:19:59.082Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-06T05:19:59.082Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T05:19:59.083Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:19:59.085Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:19:59.085Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670303999082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:19:59.186Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T05:19:59.187Z||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-06T05:19:59.187Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:19:59.200Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:19:59.201Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:20:00.086Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "9f3c8a85-8519-4a8a-b2ec-2d94a421d619",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a33456d9-c71b-4b6a-b2d0-af31b20efb1e",
    "vfModuleModelCustomizationUUID": "798ebee0-9709-4728-8cd6-7746e03b7de7",
    "isBase": true,
    "artifacts": [
      "75906e10-a804-440a-8e87-9a2b680297e1",
      "aa84132c-02ba-48b0-beea-6cc7e7790eee"
    ],
    "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": "281d30c2-ef58-4123-a195-3e78c46d2069",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fcab341e-00e5-4940-aa3b-2ea59e716737",
    "vfModuleModelCustomizationUUID": "d9c193e1-c282-4ed5-8180-b772a1b3f859",
    "isBase": false,
    "artifacts": [
      "9c2533e5-39f8-4e87-a469-701eb99502e7"
    ],
    "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-06T05:20:00.092Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a33456d9-c71b-4b6a-b2d0-af31b20efb1e
VfModuleModelInvariantUUID:9f3c8a85-8519-4a8a-b2ec-2d94a421d619
VfModuleModelDescription:NULL
Artifacts UUID List:{
75906e10-a804-440a-8e87-9a2b680297e1
,
aa84132c-02ba-48b0-beea-6cc7e7790eee

}
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:fcab341e-00e5-4940-aa3b-2ea59e716737
VfModuleModelInvariantUUID:281d30c2-ef58-4123-a195-3e78c46d2069
VfModuleModelDescription:NULL
Artifacts UUID List:{
9c2533e5-39f8-4e87-a469-701eb99502e7

}
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-06T05:20:00.094Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "9f3c8a85-8519-4a8a-b2ec-2d94a421d619",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a33456d9-c71b-4b6a-b2d0-af31b20efb1e",
    "vfModuleModelCustomizationUUID": "798ebee0-9709-4728-8cd6-7746e03b7de7",
    "isBase": true,
    "artifacts": [
      "75906e10-a804-440a-8e87-9a2b680297e1",
      "aa84132c-02ba-48b0-beea-6cc7e7790eee"
    ],
    "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": "281d30c2-ef58-4123-a195-3e78c46d2069",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fcab341e-00e5-4940-aa3b-2ea59e716737",
    "vfModuleModelCustomizationUUID": "d9c193e1-c282-4ed5-8180-b772a1b3f859",
    "isBase": false,
    "artifacts": [
      "9c2533e5-39f8-4e87-a469-701eb99502e7"
    ],
    "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-06T05:20:00.095Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a33456d9-c71b-4b6a-b2d0-af31b20efb1e
VfModuleModelInvariantUUID:9f3c8a85-8519-4a8a-b2ec-2d94a421d619
VfModuleModelDescription:NULL
Artifacts UUID List:{
75906e10-a804-440a-8e87-9a2b680297e1
,
aa84132c-02ba-48b0-beea-6cc7e7790eee

}
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:fcab341e-00e5-4940-aa3b-2ea59e716737
VfModuleModelInvariantUUID:281d30c2-ef58-4123-a195-3e78c46d2069
VfModuleModelDescription:NULL
Artifacts UUID List:{
9c2533e5-39f8-4e87-a469-701eb99502e7

}
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-06T05:20:00.095Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 75906e10-a804-440a-8e87-9a2b680297e1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-06T05:20:00.095Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-06T05:20:00.095Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-06T05:20:00.150Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-06T05:20:00.150Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 75906e10-a804-440a-8e87-9a2b680297e1 914
2022-12-06T05:20:00.151Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-12-06T05:20:00.151Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-06T05:20:00.152Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T05:20:00.152Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:20:00.155Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:20:00.155Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304000151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:20:00.255Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-06T05:20:00.256Z||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-06T05:20:00.256Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:20:00.267Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:20:00.268Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-06T05:20:01.158Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 84e7728c-5e02-437f-b40a-f23742026296 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-12-06T05:20:01.158Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-06T05:20:01.159Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-12-06T05:20:01.207Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-06T05:20:01.207Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 84e7728c-5e02-437f-b40a-f23742026296 12
2022-12-06T05:20:01.207Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-12-06T05:20:01.208Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-12-06T05:20:01.208Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T05:20:01.208Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:20:01.210Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:20:01.210Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304001207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:20:01.310Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T05:20:01.311Z||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-06T05:20:01.312Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:20:01.323Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:20:01.324Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:20:02.211Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: aa84132c-02ba-48b0-beea-6cc7e7790eee from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-06T05:20:02.212Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-06T05:20:02.212Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-06T05:20:02.258Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-06T05:20:02.259Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env aa84132c-02ba-48b0-beea-6cc7e7790eee 96
2022-12-06T05:20:02.259Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-12-06T05:20:02.260Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-06T05:20:02.260Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T05:20:02.260Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:20:02.268Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:20:02.268Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304002259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:20:02.362Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-12-06T05:20:02.364Z||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-06T05:20:02.364Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:20:02.377Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:20:02.377Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:20:03.268Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9c2533e5-39f8-4e87-a469-701eb99502e7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-12-06T05:20:03.269Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-06T05:20:03.271Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-12-06T05:20:03.333Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-06T05:20:03.334Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 9c2533e5-39f8-4e87-a469-701eb99502e7 20206
2022-12-06T05:20:03.334Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-12-06T05:20:03.335Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-12-06T05:20:03.335Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T05:20:03.335Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:20:03.337Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:20:03.337Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304003334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:20:03.438Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-06T05:20:03.439Z||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-06T05:20:03.439Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:20:03.452Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:20:03.452Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:20:04.342Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 1512ed9d-9a6f-4687-83d3-a6993ac113b8
2022-12-06T05:20:04.342Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 802cec94-c6d0-4b61-a963-b006dcc31ab5 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-06T05:20:04.353Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@584ffddb, org.onap.sdc.toscaparser.api.parameters.Input@484e80b7, org.onap.sdc.toscaparser.api.parameters.Input@50b8f1f4, org.onap.sdc.toscaparser.api.parameters.Input@287b2c5a, org.onap.sdc.toscaparser.api.parameters.Input@f7dadab]
2022-12-06T05:20:04.354Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:20:04.355Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:20:04.355Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-12-06T05:20:04.355Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= c0837920-b491-460a-bee8-936b3aa07681
2022-12-06T05:20:04.356Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c0837920-b491-460a-bee8-936b3aa07681 matches Tosca VF Customization UUID: c0837920-b491-460a-bee8-936b3aa07681
2022-12-06T05:20:04.356Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: c0837920-b491-460a-bee8-936b3aa07681  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-06T05:20:04.359Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:20:04.359Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:20:04.360Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id c0837920-b491-460a-bee8-936b3aa07681: {\"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-06T05:20:04.360Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@55c25e3c
2022-12-06T05:20:04.361Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:20:04.361Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-06T05:20:04.361Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d9c193e1-c282-4ed5-8180-b772a1b3f859
2022-12-06T05:20:04.362Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d9c193e1-c282-4ed5-8180-b772a1b3f859
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-06T05:20:04.366Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:20:04.367Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-06T05:20:04.367Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T05:20:04.367Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:20:04.368Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-06T05:20:04.368Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T05:20:04.368Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:20:04.369Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-06T05:20:04.369Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c0837920-b491-460a-bee8-936b3aa07681
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-06T05:20:04.371Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:20:04.371Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:20:04.372Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 1512ed9d-9a6f-4687-83d3-a6993ac113b8: basic_cnf_macro
2022-12-06T05:20:04.372Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:20:04.372Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:20:04.373Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:20:04.373Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:20:04.373Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:20:04.374Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:20:04.374Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:20:04.374Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:20:04.375Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:20:04.375Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:20:04.375Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-06T05:20:04.428Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 802cec94-c6d0-4b61-a963-b006dcc31ab5 2 ASDC deployResourceStructure
2022-12-06T05:20:04.428Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-12-06T05:20:04.428Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-06T05:20:04.428Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T05:20:04.429Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:20:04.431Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:20:04.431Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304004428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-06T05:20:04.531Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T05:20:04.532Z||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-06T05:20:04.532Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:20:04.546Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:20:04.547Z||pool-105-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:20:05.432Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-12-06T05:20:05.432Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-06T05:20:05.432Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T05:20:05.432Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:20:05.435Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:20:05.435Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304005432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-12-06T05:20:05.535Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-12-06T05:20:05.537Z||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-06T05:20:05.537Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:20:05.549Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:20:05.550Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:20:06.439Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-12-06T05:20:06.439Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-12-06T05:20:06.439Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-06T05:20:06.440Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:20:06.442Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:20:06.442Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304006438,
  "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-06T05:20:06.542Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T05:20:06.545Z||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-06T05:20:06.545Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:20:06.562Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:20:06.562Z||pool-107-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:20:07.443Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-12-06T05:20:07.444Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-06T05:20:07.444Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T05:20:07.445Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:20:07.448Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:20:07.448Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304007443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-12-06T05:20:07.548Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T05:20:07.549Z||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-06T05:20:07.549Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:20:07.564Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:20:07.564Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:20:08.450Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-12-06T05:20:08.450Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-12-06T05:20:08.450Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-06T05:20:08.451Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:20:08.453Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:20:08.453Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304008449,
  "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-06T05:20:08.556Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-06T05:20:08.557Z||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-06T05:20:08.557Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:20:08.568Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:20:08.568Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:20:09.454Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-12-06T05:20:09.454Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-06T05:20:09.455Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T05:20:09.455Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:20:09.464Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:20:09.464Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304009454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T05:20:09.566Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-06T05:20:09.568Z||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-06T05:20:09.569Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:20:09.609Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:20:09.610Z||pool-110-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":2,"count":1}
2022-12-06T05:20:10.468Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83e081c4-4094-49ab-9dfa-26fa60209900
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T05:20:10.486Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83e081c4-4094-49ab-9dfa-26fa60209900
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-06T05:20:10.489Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T05:20:10.489Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-06T05:20:10.490Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T05:20:10.490Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T05:20:40.490Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83e081c4-4094-49ab-9dfa-26fa60209900
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T05:20:40.505Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83e081c4-4094-49ab-9dfa-26fa60209900
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-06T05:20:40.508Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T05:20:40.508Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-06T05:20:40.508Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T05:20:40.508Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T05:20:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:20:45.524Z||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-06T05:20:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:20:45.672Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:20:45.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:20:45.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670303985582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T05:20:45.674Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:21:10.509Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83e081c4-4094-49ab-9dfa-26fa60209900
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T05:21:10.524Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83e081c4-4094-49ab-9dfa-26fa60209900
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-06T05:21:10.527Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T05:21:10.527Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-06T05:21:10.527Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T05:21:10.527Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T05:21:40.528Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83e081c4-4094-49ab-9dfa-26fa60209900
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T05:21:40.541Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83e081c4-4094-49ab-9dfa-26fa60209900
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-06T05:21:40.545Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T05:21:40.545Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-06T05:21:40.546Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T05:21:40.546Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T05:21:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:21:45.524Z||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-06T05:21:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:21:45.546Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:21:45.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.560Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670303985520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.561Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670303986586,
  "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-06T05:21:45.569Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 83e081c4-4094-49ab-9dfa-26fa60209900
2022-12-06T05:21:45.570Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83e081c4-4094-49ab-9dfa-26fa60209900 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-06T05:21:45.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670303985520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-06T05:21:45.580Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670303985520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-06T05:21:45.581Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670303979720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.582Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670303978862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.583Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670303985520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.583Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.584Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670303979720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.584Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670303978862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-06T05:21:45.585Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670303985520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-06T05:21:45.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670303979720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670303978862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-06T05:21:45.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670303985520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-06T05:21:45.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "cds",
  "timestamp": 1670303990555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670303979720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670303978862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670303985520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-06T05:21:45.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "cds",
  "timestamp": 1670303990555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670303979720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670303978862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-06T05:21:45.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670303985520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "cds",
  "timestamp": 1670303990555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670303979720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670303978862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670303985520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "cds",
  "timestamp": 1670303990555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670303979720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670303978862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670303985520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T05:21:45.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "cds",
  "timestamp": 1670303990555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670303979720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670303978862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T05:21:45.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670303996374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:21:45.597Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:21:45.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "aai-ml",
  "timestamp": 1670303995391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "cds",
  "timestamp": 1670303990555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670303996644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:21:45.599Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:21:45.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "aai-ml",
  "timestamp": 1670303995391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "cds",
  "timestamp": 1670303990555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670303997712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:21:45.600Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:21:45.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "aai-ml",
  "timestamp": 1670303995391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "cds",
  "timestamp": 1670303990555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T05:21:45.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670303999082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:21:45.601Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:21:45.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670303998763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:21:45.602Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:21:45.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "aai-ml",
  "timestamp": 1670303995391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "cds",
  "timestamp": 1670303999306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:21:45.603Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:21:45.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304000151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:21:45.603Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:21:45.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670303999788,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T05:21:45.620Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2caca3a9-aabb-4580-a67a-ecf04841d35b
2022-12-06T05:21:45.621Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2caca3a9-aabb-4580-a67a-ecf04841d35b 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-06T05:21:45.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "aai-ml",
  "timestamp": 1670303995391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.632Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670304000792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-06T05:21:45.632Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:21:45.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304001207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:21:45.633Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:21:45.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "cds",
  "timestamp": 1670304000749,
  "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-06T05:21:45.641Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2caca3a9-aabb-4580-a67a-ecf04841d35b
2022-12-06T05:21:45.641Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2caca3a9-aabb-4580-a67a-ecf04841d35b 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-06T05:21:45.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "aai-ml",
  "timestamp": 1670303995391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304002259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:21:45.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:21:45.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "aai-ml",
  "timestamp": 1670303995391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304003334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:21:45.653Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:21:45.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670304002284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "aai-ml",
  "timestamp": 1670303995391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T05:21:45.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304004428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-06T05:21:45.654Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:21:45.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670304002284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "aai-ml",
  "timestamp": 1670304004102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:21:45.654Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:21:45.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304005432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-12-06T05:21:45.655Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:21:45.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670304002284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304006438,
  "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-06T05:21:45.655Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:21:45.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670304002284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304007443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-12-06T05:21:45.656Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:21:45.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670304002284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304008449,
  "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-06T05:21:45.657Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:21:45.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670304002284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670304002284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304009454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T05:21:45.658Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:21:45.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670304002284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T05:21:45.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670304011044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:21:45.659Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:21:45.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "aai-ml",
  "timestamp": 1670304011163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T05:21:45.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:21:45.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "aai-ml",
  "timestamp": 1670304012166,
  "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-06T05:21:45.666Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2caca3a9-aabb-4580-a67a-ecf04841d35b
2022-12-06T05:21:45.666Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2caca3a9-aabb-4580-a67a-ecf04841d35b 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-06T05:21:45.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670304013383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T05:21:45.675Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:21:45.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670304014390,
  "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-06T05:21:45.680Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2caca3a9-aabb-4580-a67a-ecf04841d35b
2022-12-06T05:21:45.680Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2caca3a9-aabb-4580-a67a-ecf04841d35b 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-06T05:21:45.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "aai-ml",
  "timestamp": 1670304025391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.690Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "aai-ml",
  "timestamp": 1670304025391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.690Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "aai-ml",
  "timestamp": 1670304025391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.691Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670304032284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.691Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "aai-ml",
  "timestamp": 1670304025391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.692Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670304032284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.692Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "aai-ml",
  "timestamp": 1670304025391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.692Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670304032284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.693Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "aai-ml",
  "timestamp": 1670304025391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.693Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670304032284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "cds",
  "timestamp": 1670304035555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "aai-ml",
  "timestamp": 1670304025391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670304032284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "cds",
  "timestamp": 1670304035555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "aai-ml",
  "timestamp": 1670304025391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670304032284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "cds",
  "timestamp": 1670304035555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "aai-ml",
  "timestamp": 1670304025391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T05:21:45.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670304032284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "cds",
  "timestamp": 1670304035555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670304038862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670304032284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "aai-ml",
  "timestamp": 1670304040079,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:21:45.700Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:21:45.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670304039719,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "cds",
  "timestamp": 1670304035555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670304038862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670304032284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T05:21:45.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670304039719,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "cds",
  "timestamp": 1670304035555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670304038862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670304042046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:21:45.702Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:21:45.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670304039719,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "cds",
  "timestamp": 1670304035555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670304038862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670304039719,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "cds",
  "timestamp": 1670304035555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670304038862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670304043933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T05:21:45.704Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:21:45.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670304039719,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "cds",
  "timestamp": 1670304035555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T05:21:45.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670304038862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:21:45.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:21:45.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:21:45.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "aai-ml",
  "timestamp": 1670304044842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T05:21:45.706Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:22:10.547Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83e081c4-4094-49ab-9dfa-26fa60209900
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T05:22:10.559Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83e081c4-4094-49ab-9dfa-26fa60209900
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-06T05:22:10.561Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T05:22:10.561Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-06T05:22:10.562Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-06T05:22:10.562Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-06T05:22:10.562Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T05:22:10.562Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T05:22:10.562Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T05:22:10.562Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T05:22:10.562Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T05:22:10.562Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-06T05:22:10.567Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-06T05:22:40.568Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 83e081c4-4094-49ab-9dfa-26fa60209900 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-06T05:22:40.583Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 83e081c4-4094-49ab-9dfa-26fa60209900 and serviceModelVersionId: 1512ed9d-9a6f-4687-83d3-a6993ac113b8
2022-12-06T05:22:40.586Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cedce927-08fb-474a-93a6-7166a7c683bd
2022-12-06T05:22:40.596Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cedce927-08fb-474a-93a6-7166a7c683bd/model-vers/model-ver/1512ed9d-9a6f-4687-83d3-a6993ac113b8?depth=0
2022-12-06T05:22:40.603Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-12-06T05:22:40.685Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cedce927-08fb-474a-93a6-7166a7c683bd/model-vers/model-ver/1512ed9d-9a6f-4687-83d3-a6993ac113b8?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-06T05:22:40.688Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cedce927-08fb-474a-93a6-7166a7c683bd/model-vers/model-ver/1512ed9d-9a6f-4687-83d3-a6993ac113b8?depth=0|INFO|500||Invoke
2022-12-06T05:22:40.715Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cedce927-08fb-474a-93a6-7166a7c683bd/model-vers/model-ver/1512ed9d-9a6f-4687-83d3-a6993ac113b8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-06T05:22:40.893Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cedce927-08fb-474a-93a6-7166a7c683bd/model-vers/model-ver/1512ed9d-9a6f-4687-83d3-a6993ac113b8?depth=0|INFO|500||InvokeReturn
2022-12-06T05:22:40.893Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cedce927-08fb-474a-93a6-7166a7c683bd/model-vers/model-ver/1512ed9d-9a6f-4687-83d3-a6993ac113b8?depth=0 has http status code:200 and response headers:{date=[Tue, 06 Dec 2022 05:22:40 GMT], content-length=[0], vertex-id=[176296], x-aai-txid=[2-aai-resources-221206-05:22:40:086-16807], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-06T05:22:40.894Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-12-06T05:22:40.894Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-06T05:22:40.894Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-06T05:22:40.903Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-06T05:22:40.904Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 83e081c4-4094-49ab-9dfa-26fa60209900 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-06T05:22:40.904Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-06T05:22:40.905Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:22:40.907Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:22:40.907Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304160904,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T05:22:41.008Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T05:22:41.010Z||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-06T05:22:41.010Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:22:41.036Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:22:41.037Z||pool-111-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-06T05:22:41.922Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:22:41.923Z|83e081c4-4094-49ab-9dfa-26fa60209900|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-06T05:22:41.923Z|83e081c4-4094-49ab-9dfa-26fa60209900|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:22:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:22:45.523Z||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-06T05:22:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:22:45.547Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:22:45.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:22:45.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670304044937,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-06T05:22:45.566Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9b5165ae-f1a6-404f-80f1-4ede0dda1b1a
2022-12-06T05:22:45.567Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b5165ae-f1a6-404f-80f1-4ede0dda1b1a 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-06T05:22:46.358Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:22:46.359Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T05:22:46.359Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"2caca3a9-aabb-4580-a67a-ecf04841d35b","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"f8373b3e-428e-4399-b587-4b60b63d3ddd","serviceDescription":"service","serviceInvariantUUID":"0277603e-0704-4178-a881-76371aa580cc","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a17ea2f6-fd7a-49c6-9233-39563e415777","resourceInvariantUUID":"5d00bed0-83ba-4fa5-bce8-8ddd859cd6a2","resourceCustomizationUUID":"a8532ce0-b8dd-44b2-b118-2c858c3dd03c","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":"ZjIwNjBjYTVhOThmOTYwZTVhMTUwMGMyZjRjZTYxMDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"684fbbef-b5e0-429c-8ee8-b05524dbd0c3","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":"MWFlMGFkN2MxNDQ0MWQ2NGM0NWFiZDhiYzA4Zjk3ODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7d00a782-13ba-4685-9488-fd0015c0d8b0","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":"a76cadfb-f601-4b45-9774-6cd10dac2e31","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":"8ec295dd-0095-4bd4-ad9c-171f85234e1d","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":"b702e27d-f0f5-45a9-9e8f-ae8c823d044d","artifactVersion":"2","generatedFromUUID":"a76cadfb-f601-4b45-9774-6cd10dac2e31"},{"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":"OWNhZGRmY2UyYzgzZDIzNDljYTU5Y2VmOTI1MjAxMTg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5b05dbb7-aa84-4d32-bff5-5961e3e05f2c","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":"MmM0ZDRhNmFlYzkyMjVkZmQ2ODg5MTQ0MjE1MTE0YTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"673863cf-e043-4226-bb76-55be731bb4a6","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"Mjg0MGIwYzY4NjliMzRlNGJlMmFiZGY0ZmMwNzk0ZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5a5505e7-c083-4235-8962-a2189c71615f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-06T05:22:46.361Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T05:22:46.362Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:22:46.364Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:22:46.365Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:22:46.464Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T05:22:46.465Z||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-06T05:22:46.465Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:22:46.476Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:22:46.476Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:22:47.365Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T05:22:47.366Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:22:47.374Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:22:47.374Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-06T05:22:47.468Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-12-06T05:22:47.470Z||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-06T05:22:47.470Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:22:47.480Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:22:47.481Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:22:48.375Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T05:22:48.376Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:22:48.378Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:22:48.378Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-06T05:22:48.478Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T05:22:48.479Z||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-06T05:22:48.479Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:22:48.490Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:22:48.491Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:22:49.379Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T05:22:49.380Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:22:49.383Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:22:49.384Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:22:49.483Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T05:22:49.484Z||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-06T05:22:49.484Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:22:49.498Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:22:49.498Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:22:50.384Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T05:22:50.386Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:22:50.388Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:22:50.388Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-06T05:22:50.488Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T05:22:50.489Z||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-06T05:22:50.489Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:22:50.501Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:22:50.501Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:22:51.389Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T05:22:51.390Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:22:51.393Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:22:51.393Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:22:51.493Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T05:22:51.495Z||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-06T05:22:51.495Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:22:51.510Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:22:51.511Z||pool-117-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:22:52.394Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T05:22:52.395Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:22:52.397Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:22:52.397Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:22:52.497Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T05:22:52.498Z||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-06T05:22:52.498Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:22:52.521Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:22:52.521Z||pool-118-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:22:53.398Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T05:22:53.399Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:22:53.402Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:22:53.402Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T05:22:53.502Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T05:22:53.503Z||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-06T05:22:53.504Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:22:53.516Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:22:53.516Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:22:54.404Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f8373b3e-428e-4399-b587-4b60b63d3ddd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0277603e-0704-4178-a881-76371aa580cc",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "a8532ce0-b8dd-44b2-b118-2c858c3dd03c",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a17ea2f6-fd7a-49c6-9233-39563e415777",
      "resourceInvariantUUID": "5d00bed0-83ba-4fa5-bce8-8ddd859cd6a2",
      "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": "MWFlMGFkN2MxNDQ0MWQ2NGM0NWFiZDhiYzA4Zjk3ODE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7d00a782-13ba-4685-9488-fd0015c0d8b0",
          "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": "a76cadfb-f601-4b45-9774-6cd10dac2e31",
          "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": "b702e27d-f0f5-45a9-9e8f-ae8c823d044d",
            "generatedFromUUID": "a76cadfb-f601-4b45-9774-6cd10dac2e31"
          },
          "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": "b702e27d-f0f5-45a9-9e8f-ae8c823d044d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "Mjg0MGIwYzY4NjliMzRlNGJlMmFiZGY0ZmMwNzk0ZjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5a5505e7-c083-4235-8962-a2189c71615f"
    }
  ],
  "workloadContext": "Production"
}
2022-12-06T05:22:54.404Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-06T05:22:54.405Z|83e081c4-4094-49ab-9dfa-26fa60209900|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f8373b3e-428e-4399-b587-4b60b63d3ddd ASDC
2022-12-06T05:22:54.406Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:2caca3a9-aabb-4580-a67a-ecf04841d35b
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:f8373b3e-428e-4399-b587-4b60b63d3ddd
ServiceInvariantUUID:0277603e-0704-4178-a881-76371aa580cc
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:5a5505e7-c083-4235-8962-a2189c71615f
ArtifactChecksum:Mjg0MGIwYzY4NjliMzRlNGJlMmFiZGY0ZmMwNzk0ZjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:a8532ce0-b8dd-44b2-b118-2c858c3dd03c
ResourceInvariantUUID:5d00bed0-83ba-4fa5-bce8-8ddd859cd6a2
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:a17ea2f6-fd7a-49c6-9233-39563e415777
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:7d00a782-13ba-4685-9488-fd0015c0d8b0
ArtifactChecksum:MWFlMGFkN2MxNDQ0MWQ2NGM0NWFiZDhiYzA4Zjk3ODE=
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:a76cadfb-f601-4b45-9774-6cd10dac2e31
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:b702e27d-f0f5-45a9-9e8f-ae8c823d044d
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:b702e27d-f0f5-45a9-9e8f-ae8c823d044d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-06T05:22:54.406Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f8373b3e-428e-4399-b587-4b60b63d3ddd 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-06T05:22:54.452Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T05:22:54.453Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-06T05:22:54.453Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-06T05:22:54.453Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5a5505e7-c083-4235-8962-a2189c71615f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-06T05:22:54.453Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-06T05:22:54.453Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-06T05:22:54.576Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-06T05:22:54.580Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 5a5505e7-c083-4235-8962-a2189c71615f 82639
2022-12-06T05:22:54.581Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-12-06T05:22:54.581Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-06T05:22:54.581Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T05:22:54.581Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:22:54.584Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:22:54.584Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304174581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:22:54.684Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T05:22:54.685Z||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-06T05:22:54.685Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:22:54.697Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:22:54.697Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-06T05:22:55.586Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T05:22:55.588Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-06T05:22:55.589Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 5a5505e7-c083-4235-8962-a2189c71615f, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-06T05:22:55.589Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-12-06T05:22:55.590Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-06T05:22:55.591Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-06T05:22:55.841Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4875579242237389462/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-06T05:22:57.405Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-06T05:22:57.406Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-06T05:22:57.406Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-06T05:22:57.406Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-06T05:22:57.407Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-06T05:22:57.407Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-06T05:22:57.407Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-06T05:22:57.408Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-06T05:22:57.408Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-06T05:22:57.408Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-06T05:22:57.408Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-06T05:22:57.408Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-06T05:22:57.409Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:22:57.409Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:22:57.409Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-06T05:22:57.409Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-06T05:22:57.409Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T05:22:57.410Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:22:57.410Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:22:57.410Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-06T05:22:57.410Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-06T05:22:57.411Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T05:22:57.411Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:22:57.411Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:22:57.411Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:22:57.411Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-06T05:22:57.411Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-06T05:22:57.411Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-06T05:22:57.412Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-06T05:22:57.412Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-06T05:22:57.412Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-06T05:22:57.412Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:22:57.412Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-06T05:22:57.412Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:22:57.413Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-06T05:22:57.413Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T05:22:57.413Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:22:57.413Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-06T05:22:57.413Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T05:22:57.414Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:22:57.414Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-06T05:22:57.414Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T05:22:57.414Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:22:57.414Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-06T05:22:57.414Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-06T05:22:57.415Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-06T05:22:57.415Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=460a864e-d6b6-4ce7-a221-84b2d36cc7bf
2022-12-06T05:22:57.415Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:22:57.415Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:22:57.415Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:22:57.415Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:22:57.416Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:22:57.416Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:22:57.416Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:22:57.416Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:22:57.416Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:f8373b3e-428e-4399-b587-4b60b63d3ddd
Model Version:NULL
Model InvariantUuid:0277603e-0704-4178-a881-76371aa580cc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:b6d38aa4-1ffc-4622-99f6-1780fe0793f3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5d00bed0-83ba-4fa5-bce8-8ddd859cd6a2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a8532ce0-b8dd-44b2-b118-2c858c3dd03c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a3c5f061-66fc-4155-953d-b768f3789e53
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:b09bd836-0f58-4fd5-b400-c70e870b29cd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:460a864e-d6b6-4ce7-a221-84b2d36cc7bf
ModelInvariantUuid:e4915224-162e-407c-9728-6d62baaa9e93
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:02849f83-d1a1-41c7-93cc-61336e90f715
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0ed1dca2-87dd-4be5-9094-915882d92faf
ModelInvariantUuid:991132e5-904d-462e-a73a-99fb97742cad
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:71ebb332-1374-4c1f-b94c-d7f20eed6389
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-06T05:22:57.424Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: a17ea2f6-fd7a-49c6-9233-39563e415777
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-06T05:22:57.427Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2022-12-06T05:22:57.427Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a17ea2f6-fd7a-49c6-9233-39563e415777
2022-12-06T05:22:57.427Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7d00a782-13ba-4685-9488-fd0015c0d8b0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-06T05:22:57.427Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-06T05:22:57.428Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-06T05:22:57.549Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-06T05:22:57.549Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 7d00a782-13ba-4685-9488-fd0015c0d8b0 792
2022-12-06T05:22:57.550Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-12-06T05:22:57.550Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-06T05:22:57.550Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T05:22:57.550Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:22:57.552Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:22:57.553Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304177549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:22:57.652Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T05:22:57.653Z||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-06T05:22:57.654Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:22:57.665Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:22:57.666Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:22:58.555Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a3c5f061-66fc-4155-953d-b768f3789e53",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b09bd836-0f58-4fd5-b400-c70e870b29cd",
    "vfModuleModelCustomizationUUID": "9cad575b-2569-4a3d-a913-db32aad9a900",
    "isBase": true,
    "artifacts": [
      "a76cadfb-f601-4b45-9774-6cd10dac2e31",
      "b702e27d-f0f5-45a9-9e8f-ae8c823d044d"
    ],
    "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-06T05:22:58.559Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b09bd836-0f58-4fd5-b400-c70e870b29cd
VfModuleModelInvariantUUID:a3c5f061-66fc-4155-953d-b768f3789e53
VfModuleModelDescription:NULL
Artifacts UUID List:{
a76cadfb-f601-4b45-9774-6cd10dac2e31
,
b702e27d-f0f5-45a9-9e8f-ae8c823d044d

}
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-06T05:22:58.561Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a3c5f061-66fc-4155-953d-b768f3789e53",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b09bd836-0f58-4fd5-b400-c70e870b29cd",
    "vfModuleModelCustomizationUUID": "9cad575b-2569-4a3d-a913-db32aad9a900",
    "isBase": true,
    "artifacts": [
      "a76cadfb-f601-4b45-9774-6cd10dac2e31",
      "b702e27d-f0f5-45a9-9e8f-ae8c823d044d"
    ],
    "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-06T05:22:58.561Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b09bd836-0f58-4fd5-b400-c70e870b29cd
VfModuleModelInvariantUUID:a3c5f061-66fc-4155-953d-b768f3789e53
VfModuleModelDescription:NULL
Artifacts UUID List:{
a76cadfb-f601-4b45-9774-6cd10dac2e31
,
b702e27d-f0f5-45a9-9e8f-ae8c823d044d

}
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-06T05:22:58.561Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a76cadfb-f601-4b45-9774-6cd10dac2e31 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-06T05:22:58.562Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-06T05:22:58.562Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-06T05:22:58.620Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-06T05:22:58.621Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml a76cadfb-f601-4b45-9774-6cd10dac2e31 5033
2022-12-06T05:22:58.621Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-12-06T05:22:58.621Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-06T05:22:58.622Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T05:22:58.622Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:22:58.627Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:22:58.627Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304178621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:22:58.724Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-12-06T05:22:58.726Z||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-06T05:22:58.726Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:22:58.740Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:22:58.741Z||pool-122-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:22:59.629Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b702e27d-f0f5-45a9-9e8f-ae8c823d044d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-06T05:22:59.629Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-06T05:22:59.630Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-06T05:22:59.682Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-06T05:22:59.683Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env b702e27d-f0f5-45a9-9e8f-ae8c823d044d 903
2022-12-06T05:22:59.683Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-12-06T05:22:59.684Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-06T05:22:59.684Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T05:22:59.684Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:22:59.691Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:22:59.691Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304179683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:22:59.790Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T05:22:59.791Z||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-06T05:22:59.792Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:22:59.811Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:22:59.811Z||pool-123-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:23:00.692Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f8373b3e-428e-4399-b587-4b60b63d3ddd
2022-12-06T05:23:00.692Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 a17ea2f6-fd7a-49c6-9233-39563e415777 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-06T05:23:00.709Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5be9e42, org.onap.sdc.toscaparser.api.parameters.Input@2a4bbd93, org.onap.sdc.toscaparser.api.parameters.Input@277c51e4, org.onap.sdc.toscaparser.api.parameters.Input@6e6574f0, org.onap.sdc.toscaparser.api.parameters.Input@1f58abf0]
2022-12-06T05:23:00.711Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:23:00.711Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:23:00.712Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-12-06T05:23:00.712Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= a8532ce0-b8dd-44b2-b118-2c858c3dd03c
2022-12-06T05:23:00.712Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a8532ce0-b8dd-44b2-b118-2c858c3dd03c matches Tosca VF Customization UUID: a8532ce0-b8dd-44b2-b118-2c858c3dd03c
2022-12-06T05:23:00.712Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: a8532ce0-b8dd-44b2-b118-2c858c3dd03c  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-06T05:23:00.715Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:23:00.715Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:23:00.716Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id a8532ce0-b8dd-44b2-b118-2c858c3dd03c: {\"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-06T05:23:00.716Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@68b9868a
2022-12-06T05:23:00.716Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:23:00.716Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-06T05:23:00.717Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9cad575b-2569-4a3d-a913-db32aad9a900
2022-12-06T05:23:00.717Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9cad575b-2569-4a3d-a913-db32aad9a900
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-06T05:23:00.719Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:23:00.719Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-06T05:23:00.720Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T05:23:00.720Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:23:00.720Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-06T05:23:00.720Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T05:23:00.721Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:23:00.721Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-06T05:23:00.721Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-06T05:23:00.721Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-06T05:23:00.721Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=460a864e-d6b6-4ce7-a221-84b2d36cc7bf
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-06T05:23:00.727Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:23:00.727Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-06T05:23:00.728Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T05:23:00.728Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:23:00.728Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-06T05:23:00.729Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a8532ce0-b8dd-44b2-b118-2c858c3dd03c
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-06T05:23:00.731Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:23:00.731Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:23:00.731Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f8373b3e-428e-4399-b587-4b60b63d3ddd: basic_vm_macro
2022-12-06T05:23:00.731Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:23:00.732Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:23:00.732Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:23:00.732Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:23:00.733Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:23:00.733Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:23:00.733Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:23:00.733Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:23:00.733Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:23:00.734Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:23:00.734Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-06T05:23:00.828Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro a17ea2f6-fd7a-49c6-9233-39563e415777 1 ASDC deployResourceStructure
2022-12-06T05:23:00.829Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-12-06T05:23:00.829Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-06T05:23:00.829Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T05:23:00.830Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:23:00.833Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:23:00.833Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304180829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-06T05:23:00.933Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T05:23:00.934Z||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-06T05:23:00.934Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:23:00.951Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:23:00.952Z||pool-124-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:23:01.840Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-12-06T05:23:01.840Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-06T05:23:01.840Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T05:23:01.840Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:23:01.843Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:23:01.843Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304181840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-06T05:23:01.943Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T05:23:01.944Z||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-06T05:23:01.944Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:23:01.964Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:23:01.964Z||pool-125-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:23:02.849Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-12-06T05:23:02.850Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-06T05:23:02.850Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T05:23:02.850Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:23:02.852Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:23:02.852Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304182849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-06T05:23:02.953Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T05:23:02.954Z||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-06T05:23:02.954Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:23:02.966Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:23:02.967Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:23:03.853Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-12-06T05:23:03.853Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-06T05:23:03.854Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T05:23:03.854Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:23:03.861Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:23:03.861Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304183853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T05:23:03.956Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-12-06T05:23:03.957Z||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-06T05:23:03.957Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:23:03.982Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:23:03.983Z||pool-127-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:23:04.867Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2caca3a9-aabb-4580-a67a-ecf04841d35b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T05:23:04.879Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2caca3a9-aabb-4580-a67a-ecf04841d35b
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-06T05:23:04.882Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T05:23:04.883Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-06T05:23:04.883Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-06T05:23:04.883Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-06T05:23:04.883Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T05:23:04.883Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T05:23:04.883Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T05:23:04.883Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T05:23:04.883Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T05:23:04.883Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-06T05:23:04.889Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-06T05:23:34.890Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2caca3a9-aabb-4580-a67a-ecf04841d35b 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-06T05:23:34.901Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2caca3a9-aabb-4580-a67a-ecf04841d35b and serviceModelVersionId: f8373b3e-428e-4399-b587-4b60b63d3ddd
2022-12-06T05:23:34.901Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0277603e-0704-4178-a881-76371aa580cc
2022-12-06T05:23:34.902Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0277603e-0704-4178-a881-76371aa580cc/model-vers/model-ver/f8373b3e-428e-4399-b587-4b60b63d3ddd?depth=0
2022-12-06T05:23:34.907Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-12-06T05:23:34.957Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0277603e-0704-4178-a881-76371aa580cc/model-vers/model-ver/f8373b3e-428e-4399-b587-4b60b63d3ddd?depth=0|INFO|500||Invoke
2022-12-06T05:23:34.958Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0277603e-0704-4178-a881-76371aa580cc/model-vers/model-ver/f8373b3e-428e-4399-b587-4b60b63d3ddd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0277603e-0704-4178-a881-76371aa580cc/model-vers/model-ver/f8373b3e-428e-4399-b587-4b60b63d3ddd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2caca3a9-aabb-4580-a67a-ecf04841d35b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[edb0015f-cd56-4190-919a-300e28ec73f6], X-ECOMP-RequestID=[2caca3a9-aabb-4580-a67a-ecf04841d35b], X-TransactionId=[], X-ONAP-RequestID=[2caca3a9-aabb-4580-a67a-ecf04841d35b], Content-Type=[application/merge-patch+json]}
2022-12-06T05:23:34.979Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0277603e-0704-4178-a881-76371aa580cc/model-vers/model-ver/f8373b3e-428e-4399-b587-4b60b63d3ddd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-06T05:23:35.092Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0277603e-0704-4178-a881-76371aa580cc/model-vers/model-ver/f8373b3e-428e-4399-b587-4b60b63d3ddd?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/0277603e-0704-4178-a881-76371aa580cc/model-vers/model-ver/f8373b3e-428e-4399-b587-4b60b63d3ddd?depth=0 has http status code:200 and response headers:{date=[Tue, 06 Dec 2022 05:23:34 GMT], content-length=[0], vertex-id=[774232], x-aai-txid=[2-aai-resources-221206-05:23:34:350-91867], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-06T05:23:35.093Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0277603e-0704-4178-a881-76371aa580cc/model-vers/model-ver/f8373b3e-428e-4399-b587-4b60b63d3ddd?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-06T05:23:35.094Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0277603e-0704-4178-a881-76371aa580cc/model-vers/model-ver/f8373b3e-428e-4399-b587-4b60b63d3ddd?depth=0|INFO|500||InvokeReturn
2022-12-06T05:23:35.095Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-06T05:23:35.096Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-06T05:23:35.106Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-06T05:23:35.106Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2caca3a9-aabb-4580-a67a-ecf04841d35b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-06T05:23:35.107Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-06T05:23:35.107Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:23:35.110Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:23:35.111Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304215106,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T05:23:35.211Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T05:23:35.212Z||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-06T05:23:35.213Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:23:35.228Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:23:35.230Z||pool-128-thread-1|||||INFO|500||cambria reply ok (18 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-06T05:23:36.123Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-06T05:23:36.123Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"9b5165ae-f1a6-404f-80f1-4ede0dda1b1a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"1cb39196-27d6-4a9e-89cf-ed9219bf7019","serviceDescription":"service","serviceInvariantUUID":"36a3e3d0-3b27-44ad-a559-bd550c3a82ff","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"94662250-8878-46ac-8826-65cfbcde21dc","resourceInvariantUUID":"e74f68fe-4eb4-4f25-bbe8-aad64aefee45","resourceCustomizationUUID":"6f2c7458-d39d-46b2-9aec-8e688a57063f","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":"NWEzYWJhYmEwOTdkZjQyOTAxZWY1ZGIyM2IyMWE3MjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2b92adb8-550b-40dc-8491-a72e469ff10d","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":"7e877e9a-eb58-4b9c-bbad-d6eadc1fafcd","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":"4973c7dc-e74f-4256-b99a-96ec8a5a713b","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":"ODVmNzQ0YTRiNzRlMTE0ZTFiZDAwMTU3ZDgwNGVhY2Q\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6058f378-e25b-4538-aa1d-12cd2926aba2","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":"19fb1786-ded0-45db-ba8e-986c34921395","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":"47df65a4-d14e-47a1-8f69-f42097f829bc","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":"24f3e743-2b25-42b2-8307-c41d7e0cdf80","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":"YzA2NjcwNWMyMGI4ZmI4ZTdlOGQxMzFiNGY1YTcwM2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5e3b067a-1ee3-434a-aa99-7b5c538aa17d","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Zjc4MmFhZDFkNDk5OTA3MWJhM2Y3ZTdjMjM0ZDFhZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"acac1642-d87d-405b-ac7e-020319010aeb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-06T05:23:36.124Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T05:23:36.124Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:23:36.126Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:23:36.126Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:23:36.226Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T05:23:36.227Z||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-06T05:23:36.228Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:23:36.239Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:23:36.240Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:23:37.127Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T05:23:37.128Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:23:37.130Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:23:37.130Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:23:37.230Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T05:23:37.231Z||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-06T05:23:37.231Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:23:37.246Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:23:37.248Z||pool-130-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:23:38.131Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T05:23:38.132Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:23:38.134Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:23:38.134Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:23:38.234Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T05:23:38.235Z||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-06T05:23:38.235Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:23:38.246Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:23:38.247Z||pool-131-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:23:39.135Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T05:23:39.136Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:23:39.138Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:23:39.138Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:23:39.238Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T05:23:39.240Z||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-06T05:23:39.240Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:23:39.251Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:23:39.252Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-06T05:23:40.139Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T05:23:40.139Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:23:40.141Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:23:40.142Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:23:40.243Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-06T05:23:40.245Z||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-06T05:23:40.245Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:23:40.257Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:23:40.258Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:23:41.142Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T05:23:41.143Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:23:41.145Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:23:41.146Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:23:41.245Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T05:23:41.246Z||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-06T05:23:41.246Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:23:41.257Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:23:41.258Z||pool-134-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:23:42.147Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T05:23:42.147Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:23:42.149Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:23:42.150Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:23:42.249Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T05:23:42.250Z||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-06T05:23:42.251Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:23:42.262Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:23:42.263Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:23:43.150Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T05:23:43.151Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:23:43.153Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:23:43.153Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:23:43.253Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T05:23:43.254Z||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-06T05:23:43.254Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:23:43.266Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:23:43.266Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:23:44.154Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T05:23:44.155Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:23:44.158Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:23:44.158Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T05:23:44.258Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T05:23:44.259Z||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-06T05:23:44.259Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:23:44.273Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:23:44.274Z||pool-137-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:23:45.160Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "1cb39196-27d6-4a9e-89cf-ed9219bf7019",
  "serviceDescription": "service",
  "serviceInvariantUUID": "36a3e3d0-3b27-44ad-a559-bd550c3a82ff",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "6f2c7458-d39d-46b2-9aec-8e688a57063f",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "94662250-8878-46ac-8826-65cfbcde21dc",
      "resourceInvariantUUID": "e74f68fe-4eb4-4f25-bbe8-aad64aefee45",
      "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": "Zjc4MmFhZDFkNDk5OTA3MWJhM2Y3ZTdjMjM0ZDFhZDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "acac1642-d87d-405b-ac7e-020319010aeb"
    }
  ],
  "workloadContext": "Production"
}
2022-12-06T05:23:45.160Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-06T05:23:45.160Z|2caca3a9-aabb-4580-a67a-ecf04841d35b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1cb39196-27d6-4a9e-89cf-ed9219bf7019 ASDC
2022-12-06T05:23:45.161Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:9b5165ae-f1a6-404f-80f1-4ede0dda1b1a
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:1cb39196-27d6-4a9e-89cf-ed9219bf7019
ServiceInvariantUUID:36a3e3d0-3b27-44ad-a559-bd550c3a82ff
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:acac1642-d87d-405b-ac7e-020319010aeb
ArtifactChecksum:Zjc4MmFhZDFkNDk5OTA3MWJhM2Y3ZTdjMjM0ZDFhZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:6f2c7458-d39d-46b2-9aec-8e688a57063f
ResourceInvariantUUID:e74f68fe-4eb4-4f25-bbe8-aad64aefee45
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:94662250-8878-46ac-8826-65cfbcde21dc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-12-06T05:23:45.162Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1cb39196-27d6-4a9e-89cf-ed9219bf7019 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-06T05:23:45.186Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T05:23:45.187Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-06T05:23:45.187Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-06T05:23:45.187Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: acac1642-d87d-405b-ac7e-020319010aeb from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-06T05:23:45.187Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-06T05:23:45.188Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-06T05:23:45.330Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-06T05:23:45.337Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar acac1642-d87d-405b-ac7e-020319010aeb 110868
2022-12-06T05:23:45.338Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-12-06T05:23:45.338Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-06T05:23:45.338Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T05:23:45.338Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:23:45.341Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:23:45.341Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304225338,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:23:45.440Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T05:23:45.441Z||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-06T05:23:45.442Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:23:45.453Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:23:45.454Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:23:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:23:45.523Z||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-06T05:23:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:23:45.547Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:23:45.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:23:45.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670304039719,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:23:45.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:23:45.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:23:45.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "cds",
  "timestamp": 1670304045318,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:23:45.550Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:23:45.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:23:45.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670304038862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:23:45.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:23:45.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:23:45.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "aai-ml",
  "timestamp": 1670304045845,
  "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-06T05:23:45.557Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9b5165ae-f1a6-404f-80f1-4ede0dda1b1a
2022-12-06T05:23:45.557Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b5165ae-f1a6-404f-80f1-4ede0dda1b1a 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-06T05:23:45.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:23:45.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670304039719,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-12-06T05:23:45.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:23:45.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:23:45.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670304038862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:23:45.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:23:45.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:23:45.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "cds",
  "timestamp": 1670304046665,
  "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-06T05:23:45.575Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9b5165ae-f1a6-404f-80f1-4ede0dda1b1a
2022-12-06T05:23:45.575Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b5165ae-f1a6-404f-80f1-4ede0dda1b1a 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-06T05:23:45.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:23:45.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670304039719,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:23:45.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:23:45.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:23:45.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670304038862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T05:23:45.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:23:45.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:23:45.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670304039719,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:23:45.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:23:45.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:23:45.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670304049489,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:23:45.588Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:23:45.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:23:45.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670304050528,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-12-06T05:23:45.589Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:23:45.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:23:45.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670304051532,
  "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-06T05:23:45.597Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 9b5165ae-f1a6-404f-80f1-4ede0dda1b1a
2022-12-06T05:23:45.598Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b5165ae-f1a6-404f-80f1-4ede0dda1b1a 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-06T05:23:46.341Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T05:23:46.342Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-06T05:23:46.343Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: acac1642-d87d-405b-ac7e-020319010aeb, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-06T05:23:46.343Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-12-06T05:23:46.344Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-06T05:23:46.344Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-06T05:23:46.466Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12434086657999499329/Definitions/service-TestPnfMacro-template.yml
2022-12-06T05:23:47.372Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-06T05:23:47.372Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-06T05:23:47.373Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-06T05:23:47.373Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-06T05:23:47.373Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-06T05:23:47.373Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-06T05:23:47.374Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-06T05:23:47.374Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-06T05:23:47.374Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-06T05:23:47.374Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-06T05:23:47.375Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-06T05:23:47.375Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-06T05:23:47.375Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:23:47.376Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:23:47.376Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-12-06T05:23:47.377Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-06T05:23:47.377Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T05:23:47.377Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:23:47.378Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:23:47.378Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-12-06T05:23:47.378Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-06T05:23:47.378Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T05:23:47.379Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:23:47.379Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:23:47.379Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:23:47.380Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:23:47.380Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:23:47.380Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:23:47.381Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:23:47.381Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:23:47.381Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:23:47.382Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:23:47.382Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:1cb39196-27d6-4a9e-89cf-ed9219bf7019
Model Version:NULL
Model InvariantUuid:36a3e3d0-3b27-44ad-a559-bd550c3a82ff
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-06T05:23:47.390Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 94662250-8878-46ac-8826-65cfbcde21dc
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-06T05:23:47.393Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||test-pnf 0
2022-12-06T05:23:47.394Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 94662250-8878-46ac-8826-65cfbcde21dc
2022-12-06T05:23:47.394Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 1cb39196-27d6-4a9e-89cf-ed9219bf7019
2022-12-06T05:23:47.394Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 1cb39196-27d6-4a9e-89cf-ed9219bf7019
2022-12-06T05:23:47.394Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 94662250-8878-46ac-8826-65cfbcde21dc 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-06T05:23:47.400Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7fbf9a45, org.onap.sdc.toscaparser.api.parameters.Input@725cacac, org.onap.sdc.toscaparser.api.parameters.Input@3ee2b99f, org.onap.sdc.toscaparser.api.parameters.Input@5abd58ba, org.onap.sdc.toscaparser.api.parameters.Input@59d38c1a]
2022-12-06T05:23:47.400Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:23:47.400Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:23:47.401Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 1cb39196-27d6-4a9e-89cf-ed9219bf7019: test-pnf
2022-12-06T05:23:47.401Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||Processing PNF resource: 94662250-8878-46ac-8826-65cfbcde21dc
2022-12-06T05:23:47.401Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-06T05:23:47.401Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T05:23:47.402Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||Resource customization UUID: 6f2c7458-d39d-46b2-9aec-8e688a57063f is the same as notified resource customizationUUID: 6f2c7458-d39d-46b2-9aec-8e688a57063f
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-06T05:23:47.436Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 94662250-8878-46ac-8826-65cfbcde21dc 0 ASDC deployResourceStructure
2022-12-06T05:23:47.437Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-12-06T05:23:47.437Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-06T05:23:47.437Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T05:23:47.437Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:23:47.439Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:23:47.440Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304227437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T05:23:47.539Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T05:23:47.540Z||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-06T05:23:47.540Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:23:47.552Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:23:47.552Z||pool-139-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-06T05:23:48.440Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b5165ae-f1a6-404f-80f1-4ede0dda1b1a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T05:23:48.454Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b5165ae-f1a6-404f-80f1-4ede0dda1b1a
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-06T05:23:48.457Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T05:23:48.457Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-06T05:23:48.457Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-06T05:23:48.457Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-06T05:23:48.457Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T05:23:48.457Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T05:23:48.457Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T05:23:48.457Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T05:23:48.457Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-06T05:23:48.458Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-06T05:23:48.462Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-06T05:24:18.463Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9b5165ae-f1a6-404f-80f1-4ede0dda1b1a 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-06T05:24:18.470Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9b5165ae-f1a6-404f-80f1-4ede0dda1b1a and serviceModelVersionId: 1cb39196-27d6-4a9e-89cf-ed9219bf7019
2022-12-06T05:24:18.470Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 36a3e3d0-3b27-44ad-a559-bd550c3a82ff
2022-12-06T05:24:18.471Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/36a3e3d0-3b27-44ad-a559-bd550c3a82ff/model-vers/model-ver/1cb39196-27d6-4a9e-89cf-ed9219bf7019?depth=0
2022-12-06T05:24:18.475Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-12-06T05:24:18.526Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36a3e3d0-3b27-44ad-a559-bd550c3a82ff/model-vers/model-ver/1cb39196-27d6-4a9e-89cf-ed9219bf7019?depth=0|INFO|500||Invoke
2022-12-06T05:24:18.527Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36a3e3d0-3b27-44ad-a559-bd550c3a82ff/model-vers/model-ver/1cb39196-27d6-4a9e-89cf-ed9219bf7019?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36a3e3d0-3b27-44ad-a559-bd550c3a82ff/model-vers/model-ver/1cb39196-27d6-4a9e-89cf-ed9219bf7019?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9b5165ae-f1a6-404f-80f1-4ede0dda1b1a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[55ba5add-ffcd-4fdd-b8fa-acfc711750a0], X-ECOMP-RequestID=[9b5165ae-f1a6-404f-80f1-4ede0dda1b1a], X-TransactionId=[], X-ONAP-RequestID=[9b5165ae-f1a6-404f-80f1-4ede0dda1b1a], Content-Type=[application/merge-patch+json]}
2022-12-06T05:24:18.550Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36a3e3d0-3b27-44ad-a559-bd550c3a82ff/model-vers/model-ver/1cb39196-27d6-4a9e-89cf-ed9219bf7019?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-06T05:24:18.650Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36a3e3d0-3b27-44ad-a559-bd550c3a82ff/model-vers/model-ver/1cb39196-27d6-4a9e-89cf-ed9219bf7019?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/36a3e3d0-3b27-44ad-a559-bd550c3a82ff/model-vers/model-ver/1cb39196-27d6-4a9e-89cf-ed9219bf7019?depth=0 has http status code:200 and response headers:{date=[Tue, 06 Dec 2022 05:24:17 GMT], content-length=[0], vertex-id=[798808], x-aai-txid=[0-aai-resources-221206-05:24:17:921-15953], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-06T05:24:18.651Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36a3e3d0-3b27-44ad-a559-bd550c3a82ff/model-vers/model-ver/1cb39196-27d6-4a9e-89cf-ed9219bf7019?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-06T05:24:18.652Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36a3e3d0-3b27-44ad-a559-bd550c3a82ff/model-vers/model-ver/1cb39196-27d6-4a9e-89cf-ed9219bf7019?depth=0|INFO|500||InvokeReturn
2022-12-06T05:24:18.653Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-06T05:24:18.654Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-06T05:24:18.659Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-06T05:24:18.659Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9b5165ae-f1a6-404f-80f1-4ede0dda1b1a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-06T05:24:18.660Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-06T05:24:18.660Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-06T05:24:18.663Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T05:24:18.663Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304258660,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T05:24:18.763Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T05:24:18.764Z||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-06T05:24:18.764Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T05:24:18.779Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:24:18.780Z||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-06T05:24:19.682Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:24:19.682Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|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-06T05:24:19.682Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:24:29.247Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:24:29.247Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:24:29.248Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|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-06T05:24:29.249Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:24:38.791Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:24:38.792Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:24:38.793Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|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-06T05:24:38.793Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:24:45.522Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:24:45.524Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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-06T05:24:45.524Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:24:45.551Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:24:45.551Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-06T05:24:45.552Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83e081c4-4094-49ab-9dfa-26fa60209900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304160904,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T05:24:45.553Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:24:48.328Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:24:48.329Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:24:48.329Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|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-06T05:24:48.329Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:24:57.881Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:25:45.519Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:25:45.522Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|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-06T05:25:45.522Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:25:45.522Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:25:45.523Z||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-06T05:25:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:25:45.550Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:25:45.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T05:25:45.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:25:45.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:25:45.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T05:25:45.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-06T05:25:45.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:25:45.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T05:25:45.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-06T05:25:45.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:25:45.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T05:25:45.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:25:45.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:25:45.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T05:25:45.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-06T05:25:45.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:25:45.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T05:25:45.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:25:45.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:25:45.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T05:25:45.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:25:45.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:25:45.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T05:25:45.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T05:25:45.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:25:45.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T05:25:45.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304174581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:25:45.557Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:25:45.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T05:25:45.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304177549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:25:45.557Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:25:45.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T05:25:45.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304178621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:25:45.558Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:25:45.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T05:25:45.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304179683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:25:45.558Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:25:45.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T05:25:45.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304180829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-06T05:25:45.558Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:25:45.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T05:25:45.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304181840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-06T05:25:45.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:25:45.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T05:25:45.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304182849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-06T05:25:45.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:25:45.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T05:25:45.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304183853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T05:25:45.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:25:45.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T05:25:45.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2caca3a9-aabb-4580-a67a-ecf04841d35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304215106,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T05:25:45.560Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:25:45.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T05:25:45.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:25:45.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:25:45.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T05:25:45.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:25:45.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:25:45.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T05:25:45.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:25:45.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:25:45.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T05:25:45.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:25:45.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:25:45.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T05:25:45.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:25:45.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:25:45.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T05:25:45.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:25:45.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:25:45.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T05:25:45.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:25:45.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:25:45.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T05:25:45.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-06T05:25:45.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:25:45.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T05:25:45.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304161922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-06T05:25:45.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-06T05:25:45.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T05:25:45.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304225338,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-06T05:25:45.564Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:25:55.095Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:26:45.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:26:45.520Z||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-06T05:26:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:26:45.523Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:26:45.524Z||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-06T05:26:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:26:46.056Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:26:46.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:26:46.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304227437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-06T05:26:46.058Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:26:46.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T05:26:46.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5165ae-f1a6-404f-80f1-4ede0dda1b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670304258660,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T05:26:46.059Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T05:26:55.095Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:27:45.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:27:45.521Z||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-06T05:27:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:27:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:27:45.522Z||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-06T05:27:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:27:55.075Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:27:55.080Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:28:45.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:28:45.520Z||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-06T05:28:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:28:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:28:45.523Z||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-06T05:28:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:28:55.070Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:28:55.073Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:29:45.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:29:45.520Z||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-06T05:29:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:29:45.522Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:29:45.523Z||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-06T05:29:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:29:55.071Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:29:55.072Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:30:45.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:30:45.523Z||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-06T05:30:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:30:45.524Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:30:45.525Z||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-06T05:30:45.525Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:30:55.087Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:30:55.088Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:31:45.519Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:31:45.520Z||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-06T05:31:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:31:45.522Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:31:45.523Z||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-06T05:31:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:31:55.097Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:31:55.104Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:32:45.519Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:32:45.520Z||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-06T05:32:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:32:45.522Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:32:45.523Z|83414f45-2250-4a07-8630-74d20e833161|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-06T05:32:45.523Z|83414f45-2250-4a07-8630-74d20e833161|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:32:55.087Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:32:55.088Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:33:45.519Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:33:45.520Z||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-06T05:33:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:33:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:33:45.523Z||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-06T05:33:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:33:55.085Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:33:55.095Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:34:45.519Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:34:45.520Z||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-06T05:34:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:34:45.522Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:34:45.523Z||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-06T05:34:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:34:55.071Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:34:55.073Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:35:45.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:35:45.521Z||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-06T05:35:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:35:45.523Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:35:45.524Z||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-06T05:35:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:35:55.076Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:35:55.083Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:36:45.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:36:45.522Z||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-06T05:36:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:36:45.523Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:36:45.524Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|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-06T05:36:45.524Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:36:55.076Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:36:55.077Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:37:45.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:37:45.520Z||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-06T05:37:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:37:45.522Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:37:45.523Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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-06T05:37:45.524Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:37:55.091Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:37:55.091Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:38:45.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:38:45.520Z||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-06T05:38:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:38:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:38:45.523Z||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-06T05:38:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:38:55.080Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:38:55.105Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:39:45.519Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:39:45.520Z||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-06T05:39:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:39:45.523Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:39:45.523Z||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-06T05:39:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:39:55.085Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:39:55.089Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:40:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:40:45.520Z||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-06T05:40:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:40:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:40:45.523Z||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-06T05:40:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:40:55.094Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:40:55.107Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:41:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:41:45.520Z||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-06T05:41:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:41:45.522Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:41:45.522Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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-06T05:41:45.522Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:41:55.084Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:41:55.104Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:42:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:42:45.521Z||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-06T05:42:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:42:45.523Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:42:45.523Z||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-06T05:42:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:42:55.079Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:42:55.097Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:43:45.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:43:45.521Z||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-06T05:43:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:43:45.523Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:43:45.524Z||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-06T05:43:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:43:55.073Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:43:55.082Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:44:45.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:44:45.520Z||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-06T05:44:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:44:45.522Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:44:45.522Z||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-06T05:44:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:44:55.092Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:44:55.096Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:45:45.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:45:45.520Z||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-06T05:45:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:45:45.522Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:45:45.523Z||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-06T05:45:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:45:55.087Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:45:55.109Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:46:45.520Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:46:45.522Z||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-06T05:46:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:46:45.522Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:46:45.523Z||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-06T05:46:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:46:55.071Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:46:55.099Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:47:45.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:47:45.521Z||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-06T05:47:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:47:45.522Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:47:45.523Z||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-06T05:47:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:47:55.092Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:47:55.094Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:48:45.520Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:48:45.522Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:48:45.522Z||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-06T05:48:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:48:45.523Z||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-06T05:48:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:48:55.082Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:48:55.082Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:49:45.520Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:49:45.521Z||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-06T05:49:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:49:45.522Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:49:45.522Z||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-06T05:49:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:49:55.078Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:49:55.078Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:50:45.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:50:45.520Z||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-06T05:50:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:50:45.522Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:50:45.523Z||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-06T05:50:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:50:55.109Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:50:55.109Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:51:45.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:51:45.520Z||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-06T05:51:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:51:45.522Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:51:45.523Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|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-06T05:51:45.523Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:51:55.092Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:51:55.093Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:52:45.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:52:45.520Z||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-06T05:52:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:52:45.522Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:52:45.523Z||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-06T05:52:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:52:55.069Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:52:55.074Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:53:45.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:53:45.521Z||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-06T05:53:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:53:45.522Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:53:45.522Z||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-06T05:53:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:53:55.097Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:53:55.097Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:54:45.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:54:45.521Z||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-06T05:54:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:54:45.522Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:54:45.523Z||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-06T05:54:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:54:55.071Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:54:55.072Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:55:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:55:45.520Z||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-06T05:55:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:55:45.523Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:55:45.523Z|83414f45-2250-4a07-8630-74d20e833161|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-06T05:55:45.523Z|83414f45-2250-4a07-8630-74d20e833161|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:55:55.083Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:55:55.086Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:56:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:56:45.520Z||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-06T05:56:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:56:45.522Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:56:45.523Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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-06T05:56:45.523Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:56:55.067Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:56:55.067Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:57:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:57:45.520Z||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-06T05:57:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:57:45.522Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:57:45.523Z||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-06T05:57:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:57:55.087Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:57:55.103Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:58:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:58:45.520Z||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-06T05:58:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:58:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:58:45.523Z||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-06T05:58:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:58:55.103Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:58:55.110Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:59:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:59:45.520Z||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-06T05:59:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:59:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T05:59:45.522Z||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-06T05:59:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T05:59:55.066Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T05:59:55.066Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:00:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:00:45.521Z||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-06T06:00:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:00:45.522Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:00:45.523Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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-06T06:00:45.523Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:00:55.078Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:00:55.082Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:01:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:01:45.520Z||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-06T06:01:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:01:45.523Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:01:45.524Z||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-06T06:01:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:01:55.097Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:01:55.098Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:02:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:02:45.520Z||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-06T06:02:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:02:45.522Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:02:45.523Z||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-06T06:02:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:02:55.070Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:02:55.071Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:03:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:03:45.521Z||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-06T06:03:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:03:45.523Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:03:45.524Z|83414f45-2250-4a07-8630-74d20e833161|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-06T06:03:45.524Z|83414f45-2250-4a07-8630-74d20e833161|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:03:55.075Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:03:55.079Z|83414f45-2250-4a07-8630-74d20e833161|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:04:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:04:45.521Z||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-06T06:04:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:04:45.522Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:04:45.523Z||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-06T06:04:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:04:55.101Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:04:55.105Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:05:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:05:45.520Z||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-06T06:05:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:05:45.522Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:05:45.523Z||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-06T06:05:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:05:55.067Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:05:55.067Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:06:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:06:45.521Z||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-06T06:06:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:06:45.522Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:06:45.523Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|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-06T06:06:45.523Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:06:55.064Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:06:55.073Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:07:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:07:45.521Z||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-06T06:07:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:07:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:07:45.523Z||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-06T06:07:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:07:55.071Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:07:55.077Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:08:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:08:45.520Z||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-06T06:08:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:08:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:08:45.522Z||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-06T06:08:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:08:55.065Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:08:55.082Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:09:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:09:45.520Z||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-06T06:09:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:09:45.522Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:09:45.523Z||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-06T06:09:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:09:55.084Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:09:55.087Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:10:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:10:45.520Z||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-06T06:10:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:10:45.522Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:10:45.523Z||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-06T06:10:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:10:55.085Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:10:55.086Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:11:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:11:45.521Z||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-06T06:11:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:11:45.522Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:11:45.523Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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-06T06:11:45.523Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:11:55.094Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:11:55.129Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:12:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:12:45.520Z||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-06T06:12:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:12:45.522Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:12:45.522Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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-06T06:12:45.523Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:12:55.087Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:12:55.088Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:13:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:13:45.521Z||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-06T06:13:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:13:45.522Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:13:45.523Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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-06T06:13:45.523Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:13:55.101Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:13:55.114Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:14:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:14:45.520Z||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-06T06:14:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:14:45.522Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:14:45.523Z||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-06T06:14:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:14:55.084Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:14:55.090Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:15:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:15:45.520Z||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-06T06:15:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:15:45.522Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:15:45.523Z||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-06T06:15:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:15:55.071Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:15:55.117Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:16:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:16:45.520Z||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-06T06:16:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:16:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:16:45.523Z||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-06T06:16:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:16:55.073Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:16:55.106Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:17:45.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:17:45.521Z||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-06T06:17:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:17:45.522Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:17:45.523Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|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-06T06:17:45.523Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:17:55.099Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:17:55.104Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:18:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:18:45.521Z||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-06T06:18:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:18:45.523Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:18:45.524Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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-06T06:18:45.524Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:18:55.091Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:18:55.091Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:19:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:19:45.521Z||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-06T06:19:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:19:45.522Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:19:45.523Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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-06T06:19:45.523Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:19:55.071Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:19:55.085Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:20:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:20:45.520Z||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-06T06:20:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:20:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:20:45.522Z||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-06T06:20:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:20:55.101Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:20:55.119Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:21:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:21:45.520Z||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-06T06:21:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:21:45.523Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:21:45.523Z||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-06T06:21:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:21:55.083Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:21:55.083Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:22:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:22:45.520Z||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-06T06:22:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:22:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:22:45.523Z||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-06T06:22:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:22:55.086Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:22:55.094Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:23:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:23:45.521Z||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-06T06:23:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:23:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:23:45.523Z||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-06T06:23:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:23:55.065Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:23:55.076Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:24:45.519Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:24:45.522Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|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-06T06:24:45.522Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:24:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T06:24:45.523Z||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-06T06:24:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T06:24:55.095Z|9b5165ae-f1a6-404f-80f1-4ede0dda1b1a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-06T06:24:55.095Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK