Results

By type

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

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

2023-02-03T03:44:12.412Z||main|||||INFO|500||The following profiles are active: basic
2023-02-03T03:44:28.162Z||main|||||INFO|500||Starting service [Tomcat]
2023-02-03T03:44:28.163Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-02-03T03:44:28.288Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-02-03T03:44:33.563Z||main|||||INFO|500||catdb-pool - Starting...
2023-02-03T03:44:34.077Z||main|||||INFO|500||catdb-pool - Start completed.
2023-02-03T03:44:34.716Z||main|||||INFO|500||reqdb-pool - Starting...
2023-02-03T03:44:34.742Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-02-03T03:44:35.036Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-02-03T03:44:35.373Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-02-03T03:44:36.106Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-02-03T03:44:38.183Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-03T03:44:41.291Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-03T03:44:41.374Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-02-03T03:44:42.365Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-03T03:44:42.750Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2023-02-03T03:44:44.372Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-03T03:44:45.858Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2023-02-03T03:44:45.891Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$af915e9a.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2023-02-03T03:44:45.895Z||main|||||WARN|500||The sdc end point is not alive
2023-02-03T03:44:49.877Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2023-02-03T03:44:53.663Z||main|||||WARN|500||---
2023-02-03T03:44:53.664Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-02-03T03:44:53.664Z||main|||||WARN|500||---
2023-02-03T03:44:54.228Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-02-03T03:45:02.081Z||main|||||INFO|500||Started Application in 53.886 seconds (JVM running for 57.11)
2023-02-03T03:45:02.161Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-03T03:45:02.174Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-03T03:45:02.212Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-03T03:45:02.286Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-02-03T03:45:02.391Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 230de663-1fb1-4422-ab4b-e1929f776ad3 url= /sdc/v1/artifactTypes
2023-02-03T03:45:02.392Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-02-03T03:45:02.923Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-03T03:45:03.015Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2023-02-03T03:45:03.058Z||scheduling-1|||||DEBUG|500||create keys
2023-02-03T03:45:03.077Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2023-02-03T03:45:03.226Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T03:45:03.264Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 36806f65-418e-4827-bf4d-d39ff27fac3e url= /sdc/v1/registerForDistribution
2023-02-03T03:45:03.498Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 36806f65-418e-4827-bf4d-d39ff27fac3e url= /sdc/v1/registerForDistribution
2023-02-03T03:45:03.499Z||scheduling-1|||||INFO|500||start DistributionClient
2023-02-03T03:45:03.524Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:45:03.528Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:45:03.549Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-02-03T03:45:03.555Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T03:45:03.556Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:45:03.559Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T03:45:03.560Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:45:13.922Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T03:45:13.940Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T03:46:03.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:46:03.514Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T03:46:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:46:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:46:03.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T03:46:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:46:13.083Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T03:46:13.087Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T03:47:03.513Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:47:03.515Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T03:47:03.515Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:47:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:47:03.520Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T03:47:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:47:13.084Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T03:47:13.086Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T03:48:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:48:03.515Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T03:48:03.516Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:48:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:48:03.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T03:48:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:48:13.068Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T03:48:13.068Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T03:49:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:49:03.514Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T03:49:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:49:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:49:03.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T03:49:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:49:13.063Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T03:49:13.068Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T03:50:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:50:03.514Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T03:50:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:50:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:50:03.519Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T03:50:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:50:13.058Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T03:50:13.059Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T03:51:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:51:03.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T03:51:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:51:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:51:03.519Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T03:51:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:51:13.066Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T03:51:13.066Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T03:52:03.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:52:03.513Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T03:52:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:52:03.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:52:03.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.
2023-02-03T03:52:03.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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:52:13.069Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T03:52:13.070Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T03:53:03.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:53:03.514Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T03:53:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:53:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:53:03.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T03:53:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:53:13.074Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T03:53:13.074Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T03:54:03.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:54:03.514Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T03:54:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:54:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:54:03.518Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T03:54:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:54:13.061Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T03:54:13.061Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T03:55:00.437Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-02-03T03:55:03.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:55:03.514Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T03:55:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:55:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:55:03.518Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T03:55:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:55:13.062Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T03:55:13.064Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T03:56:03.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:56:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:56:03.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.
2023-02-03T03:56:03.520Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T03:56:03.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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:56:03.521Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:56:13.069Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T03:56:13.073Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T03:57:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:57:03.514Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T03:57:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:57:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:57:03.519Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T03:57:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:57:13.064Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T03:57:13.065Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T03:58:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:58:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T03:58:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:58:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:58:03.519Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T03:58:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:58:13.058Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T03:58:13.062Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T03:59:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:59:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T03:59:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:59:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T03:59:03.518Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T03:59:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T03:59:13.060Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T03:59:13.061Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:00:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:00:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:00:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:00:03.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:00:03.518Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:00:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:00:13.059Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:00:13.061Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:01:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:01:03.514Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:01:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:01:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:01:03.519Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:01:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:01:13.058Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:01:13.059Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:02:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:02:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:02:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:02:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:02:03.518Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:02:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:02:13.061Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:02:13.061Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:03:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:03:03.514Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:03:03.515Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:03:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:03:03.519Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:03:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:03:13.061Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:03:13.061Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:04:03.513Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:04:03.515Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:04:03.515Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:04:03.519Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:04:03.520Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:04:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:04:13.081Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:04:13.083Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:05:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:05:03.514Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:05:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:05:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:05:03.519Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:05:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:05:13.056Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:05:13.064Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:06:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:06:03.515Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:06:03.516Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:06:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:06:03.519Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:06:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:06:13.073Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:06:13.080Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:07:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:07:03.515Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:07:03.515Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:07:03.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:07:03.520Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:07:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:07:13.069Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:07:13.071Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:08:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:08:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:08:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:08:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:08:03.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:08:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:08:13.067Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:08:13.071Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:09:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:09:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:09:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:09:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:09:03.519Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:09:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:09:13.069Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:09:13.071Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:10:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:10:03.514Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:10:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:10:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:10:03.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:10:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:10:13.067Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:10:13.070Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:11:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:11:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:11:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:11:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:11:03.519Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:11:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:11:13.060Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:11:13.060Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:12:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:12:03.514Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:12:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:12:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:12:03.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:12:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:12:13.079Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:12:13.081Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:13:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:13:03.514Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:13:03.515Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:13:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:13:03.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:13:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:13:13.055Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:13:13.055Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:14:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:14:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:14:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:14:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:14:03.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:14:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:14:13.064Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:14:13.068Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:15:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:15:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:15:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:15:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:15:03.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:15:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:15:13.059Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:15:13.062Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:16:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:16:03.514Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:16:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:16:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:16:03.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:16:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:16:13.084Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:16:13.086Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:17:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:17:03.514Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:17:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:17:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:17:03.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:17:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:17:13.062Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:17:13.063Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:18:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:18:03.514Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:18:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:18:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:18:03.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:18:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:18:13.056Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:18:13.059Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:19:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:19:03.514Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:19:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:19:03.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:19:03.519Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:19:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:19:13.057Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:19:13.059Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:20:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:20:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:20:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:20:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:20:03.519Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:20:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:20:13.058Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:20:13.070Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:21:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:21:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:21:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:21:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:21:03.518Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:21:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:21:13.059Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:21:13.059Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:22:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:22:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:22:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:22:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:22:03.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:22:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:22:13.062Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:22:13.063Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:23:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:23:03.514Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:23:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:23:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:23:03.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:23:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:23:13.064Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:23:13.078Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:24:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:24:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:24:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:24:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:24:03.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:24:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:24:13.065Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:24:13.073Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:25:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:25:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:25:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:25:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:25:03.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:25:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:25:13.072Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:25:13.072Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:26:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:26:03.514Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:26:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:26:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:26:03.519Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:26:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:26:13.077Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:26:13.083Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:27:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:27:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:27:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:27:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:27:03.519Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:27:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:27:13.060Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:27:13.062Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:28:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:28:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:28:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:28:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:28:03.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:28:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:28:13.061Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:28:13.064Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:29:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:29:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:29:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:29:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:29:03.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:29:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:29:13.057Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:29:13.057Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:30:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:30:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:30:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:30:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:30:03.519Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:30:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:30:13.059Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:30:13.059Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:31:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:31:03.514Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:31:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:31:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:31:03.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:31:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:31:13.064Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:31:13.064Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:32:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:32:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:32:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:32:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:32:03.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:32:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:32:13.056Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:32:13.058Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:33:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:33:03.514Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:33:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:33:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:33:03.519Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:33:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:33:13.061Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:33:13.062Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:34:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:34:03.514Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:34:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:34:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:34:03.519Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:34:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:34:13.080Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:34:13.082Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:35:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:35:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:35:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:35:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:35:03.519Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:35:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:35:13.054Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:35:13.066Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:36:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:36:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:36:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:36:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:36:03.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:36:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:36:13.060Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:36:13.060Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:37:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:37:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:37:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:37:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:37:03.519Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:37:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:37:13.078Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:37:13.079Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:38:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:38:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:38:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:38:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:38:03.519Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:38:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:38:13.058Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:38:13.062Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:39:03.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:39:03.514Z||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.
2023-02-03T04:39:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:39:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:39:03.518Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:39:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:39:13.059Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:39:13.059Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:40:03.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:40:03.513Z||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.
2023-02-03T04:40:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:40:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:40:03.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:40:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:40:13.061Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:40:13.061Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:41:03.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:41:03.513Z||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.
2023-02-03T04:41:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:41:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:41:03.519Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:41:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:41:13.062Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:41:13.062Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:42:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:42:03.514Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:42:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:42:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:42:03.519Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:42:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:42:13.077Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:42:13.078Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:43:03.513Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:43:03.516Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:43:03.516Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:43:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:43:03.518Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:43:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:43:13.075Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:43:13.081Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:44:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:44:03.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:44:03.514Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:44:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:44:03.519Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:44:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:44:13.058Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:44:13.058Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:45:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:45:03.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:45:03.514Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:45:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:45:03.519Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:45:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:45:13.064Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:45:13.066Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:46:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:46:03.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:46:03.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:46:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:46:03.519Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:46:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:46:13.061Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:46:13.063Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:47:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:47:03.514Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:47:03.514Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:47:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:47:03.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:47:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:47:13.060Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:47:13.060Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:48:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:48:03.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:48:03.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:48:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:48:03.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:48:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:48:13.068Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:48:13.070Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:49:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:49:03.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:49:03.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:49:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:49:03.519Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:49:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:49:13.057Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:49:13.060Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:50:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:50:03.514Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:50:03.514Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:50:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:50:03.519Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:50:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:50:13.059Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:50:13.062Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:51:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:51:03.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:51:03.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:51:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:51:03.519Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:51:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:51:13.076Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:51:13.080Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:52:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:52:03.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:52:03.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:52:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:52:03.519Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:52:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:52:13.063Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:52:13.088Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:53:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:53:03.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:53:03.514Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:53:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:53:03.519Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:53:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:53:13.062Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:53:13.062Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:54:03.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:54:03.514Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:54:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:54:03.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:54:03.519Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:54:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:54:13.070Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:54:13.071Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:55:03.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:55:03.513Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:55:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:55:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:55:03.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:55:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:55:13.061Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:55:13.063Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:56:03.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:56:03.513Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:56:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:56:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:56:03.519Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:56:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:56:13.061Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:56:13.062Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:57:03.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:57:03.514Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:57:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:57:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:57:03.519Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:57:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:57:13.063Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:57:13.067Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:58:03.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:58:03.513Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:58:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:58:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:58:03.519Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:58:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:58:13.063Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:58:13.065Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:59:03.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:59:03.513Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:59:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:59:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T04:59:03.519Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T04:59:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T04:59:13.089Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T04:59:13.089Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:00:03.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:00:03.513Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:00:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:00:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:00:03.520Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:00:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:00:13.059Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:00:13.059Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:01:03.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:01:03.513Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:01:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:01:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:01:03.519Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:01:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:01:13.069Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:01:13.072Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:02:03.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:02:03.513Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:02:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:02:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:02:03.520Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:02:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:02:13.073Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:02:13.074Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:03:03.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:03:03.513Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:03:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:03:03.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:03:03.519Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:03:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:03:13.061Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:03:13.062Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:04:03.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:04:03.514Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:04:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:04:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:04:03.519Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:04:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:04:13.069Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:04:13.071Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:05:03.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:05:03.514Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:05:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:05:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:05:03.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:05:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:05:13.060Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:05:13.071Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:06:03.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:06:03.515Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:06:03.515Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:06:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:06:03.519Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:06:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:06:13.066Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:06:13.067Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:07:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:07:03.514Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:07:03.515Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:07:03.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:07:03.519Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:07:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:07:13.059Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:07:13.059Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:08:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:08:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:08:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:08:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:08:03.518Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:08:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:08:13.074Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:08:13.076Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:09:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:09:03.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:09:03.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:09:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:09:03.519Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:09:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:09:13.061Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:09:13.063Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:10:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:10:03.514Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:10:03.514Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:10:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:10:03.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:10:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:10:13.063Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:10:13.064Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:11:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:11:03.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:11:03.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:11:03.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:11:03.519Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:11:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:11:13.067Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:11:13.068Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:12:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:12:03.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:12:03.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:12:03.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:12:03.519Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:12:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:12:13.057Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:12:13.081Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:13:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:13:03.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:13:03.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:13:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:13:03.519Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:13:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:13:13.063Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:13:13.063Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:14:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:14:03.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:14:03.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:14:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:14:03.519Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:14:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:14:13.062Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:14:13.063Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:15:03.513Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:15:03.515Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:15:03.515Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:15:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:15:03.518Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:15:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:15:13.071Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:15:13.073Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:16:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:16:03.514Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:16:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:16:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:16:03.518Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:16:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:16:13.071Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:16:13.071Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:17:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:17:03.514Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:17:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:17:03.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:17:03.520Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:17:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:17:13.081Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:17:13.083Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:18:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:18:03.514Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:18:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:18:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:18:03.519Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:18:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:18:13.066Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:18:13.066Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:19:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:19:03.513Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:19:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:19:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:19:03.519Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:19:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:19:13.072Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:19:13.074Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:20:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:20:03.514Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:20:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:20:03.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:20:03.519Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:20:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:20:13.071Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:20:13.072Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:21:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:21:03.513Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:21:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:21:03.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:21:03.519Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:21:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:21:13.069Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:21:13.081Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:22:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:22:03.513Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:22:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:22:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:22:03.519Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:22:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:22:13.059Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:22:13.059Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:23:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:23:03.513Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:23:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:23:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:23:03.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:23:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:23:13.067Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:23:13.071Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:24:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:24:03.514Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:24:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:24:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:24:03.519Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:24:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:24:13.067Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:24:13.069Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:25:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:25:03.514Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:25:03.515Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:25:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:25:03.519Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:25:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:25:13.083Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:25:13.085Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:26:03.513Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:26:03.516Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:26:03.517Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:26:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:26:03.519Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:26:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:26:13.069Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:26:13.069Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:27:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:27:03.514Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:27:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:27:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:27:03.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:27:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:27:13.069Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:27:13.071Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:28:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:28:03.516Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:28:03.517Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:28:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:28:03.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:28:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:28:13.077Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:28:13.086Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:29:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:29:03.513Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:29:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:29:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:29:03.519Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:29:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:29:13.067Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:29:13.071Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:30:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:30:03.514Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:30:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:30:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:30:03.519Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:30:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:30:13.079Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:30:13.081Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:31:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:31:03.515Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:31:03.515Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:31:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:31:03.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:31:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:31:13.066Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:31:13.066Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:32:03.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:32:03.513Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:32:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:32:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:32:03.519Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:32:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:32:13.094Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:32:13.095Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:33:03.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:33:03.513Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:33:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:33:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:33:03.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:33:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:33:13.068Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:33:13.077Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:34:03.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:34:03.513Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:34:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:34:03.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:34:03.520Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:34:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:34:13.087Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:34:13.091Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:35:03.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:35:03.513Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:35:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:35:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:35:03.519Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:35:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:35:13.061Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:35:13.063Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:36:03.513Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:36:03.517Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:36:03.518Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:36:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:36:03.519Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:36:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:36:13.079Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:36:13.084Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:37:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:37:03.514Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:37:03.514Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:37:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:37:03.519Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:37:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:37:13.060Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:37:13.074Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:38:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:38:03.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:38:03.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:38:03.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:38:03.519Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:38:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:38:13.055Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:38:13.058Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:39:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:39:03.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:39:03.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:39:03.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:39:03.518Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:39:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:39:13.058Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:39:13.060Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:40:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:40:03.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:40:03.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:40:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:40:03.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:40:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:40:13.070Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:40:13.070Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:41:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:41:03.513Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:41:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:41:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:41:03.518Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:41:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:41:13.062Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:41:13.065Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:42:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:42:03.513Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:42:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:42:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:42:03.518Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:42:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:42:13.065Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:42:13.066Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:43:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:43:03.513Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:43:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:43:03.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:43:03.519Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:43:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:43:13.058Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:43:13.068Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:44:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:44:03.513Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:44:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:44:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:44:03.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:44:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:44:13.064Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:44:13.065Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:45:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:45:03.513Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:45:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:45:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:45:03.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:45:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:45:13.082Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:45:13.084Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:46:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:46:03.514Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:46:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:46:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:46:03.518Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:46:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:46:13.060Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:46:13.060Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:47:03.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:47:03.514Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:47:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:47:03.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:47:03.519Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:47:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:47:13.087Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:47:13.088Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:48:03.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:48:03.514Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:48:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:48:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:48:03.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:48:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:48:13.064Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:48:13.064Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:49:03.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:49:03.513Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:49:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:49:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:49:03.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:49:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:49:13.081Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:49:13.086Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:50:03.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:50:03.514Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:50:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:50:03.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:50:03.519Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:50:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:50:13.068Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:50:13.068Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:51:03.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:51:03.513Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:51:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:51:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:51:03.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:51:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:51:13.071Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:51:13.073Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:52:03.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:52:03.513Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:52:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:52:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:52:03.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:52:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:52:13.075Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:52:13.076Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:53:03.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:53:03.513Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:53:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:53:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:53:03.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:53:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:53:13.060Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:53:13.059Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:54:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:54:03.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:54:03.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:54:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:54:03.519Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:54:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:54:13.063Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:54:13.068Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:55:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:55:03.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:55:03.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:55:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:55:03.518Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:55:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:55:13.060Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:55:13.060Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:56:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:56:03.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:56:03.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:56:03.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:56:03.519Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:56:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:56:13.061Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:56:13.062Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:57:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:57:03.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:57:03.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:57:03.518Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:57:03.518Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:57:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:57:13.058Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:57:13.058Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:58:03.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:58:03.514Z||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.
2023-02-03T05:58:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:58:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:58:03.520Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:58:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:58:13.067Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:58:13.067Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:59:03.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:59:03.513Z||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.
2023-02-03T05:59:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:59:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T05:59:03.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T05:59:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T05:59:13.056Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T05:59:13.056Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:00:03.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:00:03.513Z||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.
2023-02-03T06:00:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:00:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:00:03.519Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:00:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:00:13.058Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:00:13.062Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:01:03.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:01:03.513Z||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.
2023-02-03T06:01:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:01:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:01:03.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:01:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:01:13.079Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:01:13.082Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:02:03.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:02:03.513Z||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.
2023-02-03T06:02:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:02:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:02:03.518Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:02:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:02:13.059Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:02:13.061Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:03:03.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:03:03.513Z||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.
2023-02-03T06:03:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:03:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:03:03.519Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:03:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:03:13.061Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:03:13.061Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:04:03.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:04:03.513Z||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.
2023-02-03T06:04:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:04:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:04:03.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:04:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:04:13.061Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:04:13.063Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:05:03.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:05:03.513Z||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.
2023-02-03T06:05:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:05:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:05:03.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:05:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:05:13.064Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:05:13.065Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:06:03.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:06:03.514Z||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.
2023-02-03T06:06:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:06:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:06:03.519Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:06:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:06:13.066Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:06:13.067Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:07:03.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:07:03.513Z||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.
2023-02-03T06:07:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:07:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:07:03.518Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:07:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:07:13.087Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:07:13.093Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:08:03.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:08:03.513Z||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.
2023-02-03T06:08:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:08:03.519Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:08:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:04.152Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:08:04.154Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:08:04.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"a9af1fab-6f31-48a5-8192-4952916933cb","serviceName":"vFW 2023-02-03 06-06-44","serviceVersion":"1.0","serviceUUID":"281c036e-0344-489d-a782-9453b698c929","serviceDescription":"catalog service description","serviceInvariantUUID":"aa7d5f83-a97e-46cc-9eac-fb7f2ccbe1db","resources":[{"resourceInstanceName":"vFW f5654110-5dd9 0","resourceName":"vFW f5654110-5dd9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a1204cec-e1a3-4d0f-99a7-6b16b7087938","resourceInvariantUUID":"6600e26e-a1a6-423c-b58a-93dfbbd3478d","resourceCustomizationUUID":"fca594dd-dd46-4795-9904-7a1710fcdd28","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vf-license-model.xml","artifactChecksum":"MTc1MWFiZDU3NjM0MTVlNWQ3ZWUzNjgzY2JlOTQ1NTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38a2f71e-8c8d-4322-a531-60e99e410d29","artifactVersion":"1"},{"artifactName":"vfwf56541105dd90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json","artifactChecksum":"Y2M0ODc0ZWE1YTQ1ZWNkYzE5NTNiMWNjMzBmNTdmMDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e7ad03ed-2112-4cfe-b999-4bd3e155b55b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7e1fbd94-af10-405f-b541-11d591a333ea","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vendor-license-model.xml","artifactChecksum":"ZjhiZTQ5NmRhZTUwZmIzNzAyNjljNTJlZjI0NmMxYjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0c0df202-c477-4fb9-b41c-ebad38c2b41c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9a4a68d2-02e0-4467-a1d9-2664af1d9c26","artifactVersion":"2","generatedFromUUID":"7e1fbd94-af10-405f-b541-11d591a333ea"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230203060644-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-template.yml","artifactChecksum":"YzlkYmYwOGIwYWNhZGQyNDdjMmI5OWRkNTM2YzBkZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8155e407-267a-40b9-a2b1-cc5c33d7a061","artifactVersion":"1"},{"artifactName":"service-Vfw20230203060644-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar","artifactChecksum":"MjIyMzA5OTgxMGIzZDdlZmUzOTBjOThiYWM2NDZjOGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b59bfd9c-036b-4224-95de-407a4393f15e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-03T06:08:04.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675404455920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.179Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:08:04.191Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:08:04.198Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.199Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "aai-ml",
  "timestamp": 1675404449651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.199Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.199Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "cds",
  "timestamp": 1675404459914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.200Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675404458460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.200Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675404459108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.201Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675404455920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json",
  "status": "NOTIFIED"
}
2023-02-03T06:08:04.201Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "aai-ml",
  "timestamp": 1675404449651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "cds",
  "timestamp": 1675404459914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.203Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675404458460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.204Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675404459108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.204Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "aai-ml",
  "timestamp": 1675404449651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.205Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675404455920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-03T06:08:04.211Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "cds",
  "timestamp": 1675404459914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.211Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675404459108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.212Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675404458460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.212Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "aai-ml",
  "timestamp": 1675404449651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.213Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:08:04.213Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404483512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.214Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.214Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.214Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675404455920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.214Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "cds",
  "timestamp": 1675404459914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.215Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675404459108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675404458460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675404455920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-02-03T06:08:04.217Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "aai-ml",
  "timestamp": 1675404449651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.217Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "cds",
  "timestamp": 1675404459914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.218Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675404459108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.218Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675404458460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.219Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "aai-ml",
  "timestamp": 1675404449651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.219Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675404455920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "cds",
  "timestamp": 1675404459914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675404459108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675404458460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675404455920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:08:04.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "aai-ml",
  "timestamp": 1675404449651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:08:04.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "cds",
  "timestamp": 1675404459914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:08:04.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675404459108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:08:04.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675404458460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:08:04.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:08:04.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675404468096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:08:04.224Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:08:04.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675404466750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:08:04.224Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:08:04.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "aai-ml",
  "timestamp": 1675404466756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:08:04.225Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:08:04.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "cds",
  "timestamp": 1675404468124,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:08:04.225Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:08:04.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.226Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "cds",
  "timestamp": 1675404469141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2023-02-03T06:08:04.313Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2023-02-03T06:08:04.319Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:08:04.320Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:04.334Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:08:04.336Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:08:04.552Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a9af1fab-6f31-48a5-8192-4952916933cb
2023-02-03T06:08:04.681Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9af1fab-6f31-48a5-8192-4952916933cb and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:08:04.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675404469186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:08:04.716Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:08:04.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675404470252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:08:04.716Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:08:04.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675404471315,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:08:04.739Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9af1fab-6f31-48a5-8192-4952916933cb
2023-02-03T06:08:04.739Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9af1fab-6f31-48a5-8192-4952916933cb and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:08:04.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675404472320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-03T06:08:04.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:08:04.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675404470962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T06:08:04.753Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:08:04.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675404471968,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:08:04.760Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a9af1fab-6f31-48a5-8192-4952916933cb
2023-02-03T06:08:04.760Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9af1fab-6f31-48a5-8192-4952916933cb and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:08:04.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "aai-ml",
  "timestamp": 1675404477895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T06:08:04.786Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:08:04.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:08:04.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "aai-ml",
  "timestamp": 1675404478901,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:08:04.792Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a9af1fab-6f31-48a5-8192-4952916933cb
2023-02-03T06:08:04.793Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9af1fab-6f31-48a5-8192-4952916933cb and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:08:05.223Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:08:05.224Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:08:05.227Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:08:05.227Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404483512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json",
  "status": "NOTIFIED"
}
2023-02-03T06:08:05.327Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:08:05.328Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:08:05.329Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:05.341Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:08:05.342Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-02-03T06:08:06.228Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:08:06.230Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:08:06.235Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:08:06.235Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404483512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-03T06:08:06.333Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-02-03T06:08:06.334Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:08:06.334Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:06.344Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:08:06.345Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:08:07.236Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:08:07.237Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:08:07.239Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:08:07.239Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404483512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:08:07.340Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-03T06:08:07.341Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:08:07.341Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:07.353Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:08:07.354Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:08:08.242Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:08:08.243Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:08:08.246Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:08:08.246Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404483512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-02-03T06:08:08.346Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:08:08.347Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:08:08.348Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:08.358Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:08:08.359Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:08:09.248Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:08:09.248Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:08:09.251Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:08:09.251Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404483512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:08:09.351Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:08:09.352Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:08:09.353Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:09.364Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:08:09.365Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:08:10.252Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:08:10.253Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:08:10.255Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:08:10.255Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404483512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:08:10.356Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:08:10.357Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:08:10.357Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:10.368Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:08:10.369Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-02-03T06:08:11.258Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "serviceName": "vFW 2023-02-03 06-06-44",
  "serviceVersion": "1.0",
  "serviceUUID": "281c036e-0344-489d-a782-9453b698c929",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "aa7d5f83-a97e-46cc-9eac-fb7f2ccbe1db",
  "resources": [
    {
      "resourceInstanceName": "vFW f5654110-5dd9 0",
      "resourceCustomizationUUID": "fca594dd-dd46-4795-9904-7a1710fcdd28",
      "resourceName": "vFW f5654110-5dd9",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a1204cec-e1a3-4d0f-99a7-6b16b7087938",
      "resourceInvariantUUID": "6600e26e-a1a6-423c-b58a-93dfbbd3478d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwf56541105dd90_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json",
          "artifactChecksum": "Y2M0ODc0ZWE1YTQ1ZWNkYzE5NTNiMWNjMzBmNTdmMDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e7ad03ed-2112-4cfe-b999-4bd3e155b55b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7e1fbd94-af10-405f-b541-11d591a333ea",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9a4a68d2-02e0-4467-a1d9-2664af1d9c26",
            "generatedFromUUID": "7e1fbd94-af10-405f-b541-11d591a333ea"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9a4a68d2-02e0-4467-a1d9-2664af1d9c26",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230203060644-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
      "artifactChecksum": "MjIyMzA5OTgxMGIzZDdlZmUzOTBjOThiYWM2NDZjOGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b59bfd9c-036b-4224-95de-407a4393f15e"
    }
  ],
  "workloadContext": "Production"
}
2023-02-03T06:08:11.259Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-03T06:08:11.260Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 281c036e-0344-489d-a782-9453b698c929 ASDC
2023-02-03T06:08:11.432Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:a9af1fab-6f31-48a5-8192-4952916933cb
ServiceName:vFW 2023-02-03 06-06-44
ServiceVersion:1.0
ServiceUUID:281c036e-0344-489d-a782-9453b698c929
ServiceInvariantUUID:aa7d5f83-a97e-46cc-9eac-fb7f2ccbe1db
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230203060644-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar
ArtifactUUID:b59bfd9c-036b-4224-95de-407a4393f15e
ArtifactChecksum:MjIyMzA5OTgxMGIzZDdlZmUzOTBjOThiYWM2NDZjOGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f5654110-5dd9 0
ResourceCustomizationUUID:fca594dd-dd46-4795-9904-7a1710fcdd28
ResourceInvariantUUID:6600e26e-a1a6-423c-b58a-93dfbbd3478d
ResourceName:vFW f5654110-5dd9
ResourceType:VF
ResourceUUID:a1204cec-e1a3-4d0f-99a7-6b16b7087938
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf56541105dd90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json
ArtifactUUID:e7ad03ed-2112-4cfe-b999-4bd3e155b55b
ArtifactChecksum:Y2M0ODc0ZWE1YTQ1ZWNkYzE5NTNiMWNjMzBmNTdmMDE=
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/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml
ArtifactUUID:7e1fbd94-af10-405f-b541-11d591a333ea
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/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env
ArtifactUUID:9a4a68d2-02e0-4467-a1d9-2664af1d9c26
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/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env
ArtifactUUID:9a4a68d2-02e0-4467-a1d9-2664af1d9c26
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-03T06:08:11.433Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 281c036e-0344-489d-a782-9453b698c929 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-03T06:08:11.531Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-03T06:08:11.532Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-03T06:08:11.534Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-03T06:08:11.535Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b59bfd9c-036b-4224-95de-407a4393f15e from URL: /sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar
2023-02-03T06:08:11.535Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-03T06:08:11.537Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar
2023-02-03T06:08:11.755Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-03T06:08:11.784Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar b59bfd9c-036b-4224-95de-407a4393f15e 100689
2023-02-03T06:08:11.787Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar ASDC sendASDCNotification
2023-02-03T06:08:11.788Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar
2023-02-03T06:08:11.791Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T06:08:11.793Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:08:11.796Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:08:11.797Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404491785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:08:11.897Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:08:11.898Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:08:11.898Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:11.910Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:08:11.911Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:08:12.798Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-03T06:08:12.799Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-03T06:08:12.800Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b59bfd9c-036b-4224-95de-407a4393f15e, URL: /sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar to file: /app/ASDC/1/service-Vfw20230203060644-csar.csar
2023-02-03T06:08:12.801Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230203060644-csar.csar
2023-02-03T06:08:12.959Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230203060644-csar.csar
2023-02-03T06:08:12.960Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230203060644-csar.csar
2023-02-03T06:08:13.880Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8058307180880758833/Definitions/service-Vfw20230203060644-template.yml
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
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-02-03T06:08:17.857Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-03T06:08:17.863Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-03T06:08:17.864Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230203060644-csar.csar
2023-02-03T06:08:17.864Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-02-03T06:08:17.864Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230203060644-csar.csar
2023-02-03T06:08:17.865Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||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-Vfw20230203060644-csar.csar
2023-02-03T06:08:17.865Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||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-Vfw20230203060644-csar.csar
2023-02-03T06:08:17.865Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||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-Vfw20230203060644-csar.csar
2023-02-03T06:08:17.866Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230203060644-csar.csar
2023-02-03T06:08:17.866Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230203060644-csar.csar
2023-02-03T06:08:17.866Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||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-Vfw20230203060644-csar.csar
2023-02-03T06:08:17.866Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230203060644-csar.csar
2023-02-03T06:08:17.867Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230203060644-csar.csar
2023-02-03T06:08:17.867Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f5654110-5dd9 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-Vfw20230203060644-csar.csar
2023-02-03T06:08:17.867Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230203060644-csar.csar
2023-02-03T06:08:17.867Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-03T06:08:17.877Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:17.879Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:08:17.886Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is matching search criteria
2023-02-03T06:08:17.887Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-03T06:08:17.889Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f5654110-5dd9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-03T06:08:17.891Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:17.892Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:08:17.892Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is matching search criteria
2023-02-03T06:08:17.892Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-03T06:08:17.893Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f5654110-5dd9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-03T06:08:17.894Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:17.894Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:08:17.898Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:17.899Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is not matching search criteria
2023-02-03T06:08:17.899Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-03T06:08:17.899Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-03T06:08:17.900Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-03T06:08:17.900Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-03T06:08:17.900Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-03T06:08:17.901Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-03T06:08:17.901Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-03T06:08:17.901Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-03T06:08:17.902Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-03T06:08:17.902Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-03T06:08:17.902Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-03T06:08:17.902Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-03T06:08:17.903Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-03T06:08:17.903Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-03T06:08:17.903Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-03T06:08:17.904Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-03T06:08:17.904Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:17.904Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-03T06:08:17.906Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:17.907Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is matching search criteria
2023-02-03T06:08:17.907Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f5654110-5dd9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:08:17.908Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:17.908Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is matching search criteria
2023-02-03T06:08:17.909Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f5654110-5dd9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:08:17.909Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:17.909Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is matching search criteria
2023-02-03T06:08:17.910Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f5654110-5dd9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:08:17.910Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:17.910Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is not matching search criteria
2023-02-03T06:08:17.911Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-03T06:08:17.911Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-03T06:08:17.911Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-03T06:08:17.912Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-03T06:08:17.912Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-03T06:08:17.912Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-03T06:08:17.912Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-03T06:08:17.913Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-03T06:08:17.913Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-03T06:08:17.913Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-03T06:08:17.914Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-03T06:08:17.914Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=95934307-b338-4467-8cbd-a0f1cc732290
2023-02-03T06:08:17.914Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:17.915Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is not matching search criteria
2023-02-03T06:08:17.915Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-03T06:08:17.915Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-03T06:08:17.915Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-03T06:08:17.916Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-03T06:08:17.916Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-03T06:08:17.916Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-03T06:08:17.916Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-03T06:08:17.917Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-03T06:08:17.917Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-03T06:08:17.917Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-03T06:08:17.918Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-03T06:08:17.918Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-03T06:08:17.918Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=461d5ba5-28ba-4396-947b-bc124e3bca16
2023-02-03T06:08:17.919Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:17.919Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is not matching search criteria
2023-02-03T06:08:17.919Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-03T06:08:17.919Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-03T06:08:17.920Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-03T06:08:17.920Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-03T06:08:17.920Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-03T06:08:17.920Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-03T06:08:17.921Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-03T06:08:17.921Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-03T06:08:17.921Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-03T06:08:17.921Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-03T06:08:17.922Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-03T06:08:17.922Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-03T06:08:17.922Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1c6b9ffc-7581-4c98-a1b7-decd8ca49f9e
2023-02-03T06:08:17.922Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:17.923Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:08:17.923Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:17.923Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:08:17.923Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:17.924Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:08:17.924Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:17.924Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:08:17.925Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-02-03 06-06-44
Description:catalog service description
Model UUID:281c036e-0344-489d-a782-9453b698c929
Model Version:NULL
Model InvariantUuid:aa7d5f83-a97e-46cc-9eac-fb7f2ccbe1db
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW f5654110-5dd9
Model UUID:f85598c3-0bb0-4dc3-9254-4790957c6de2
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6600e26e-a1a6-423c-b58a-93dfbbd3478d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fca594dd-dd46-4795-9904-7a1710fcdd28
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6ce29095-376c-4d27-a134-10e25c7617b2
ModelName:VfwF56541105dd9..base_vfw..module-0
ModelUuid:092c7070-2d44-4586-8130-283d808312d2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:95934307-b338-4467-8cbd-a0f1cc732290
ModelInvariantUuid:c60bdb9f-5c40-46d9-af01-bfad1c4c1955
ModelName:vFW f5654110-5dd9-nodes.vfwCvfc
ModelUuid:a3d5c3b1-fb42-4031-af29-7845e2661eb0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:86426b19-6160-42ad-98c3-dbd755096017
ModelInvariantUuid:eca7b272-85b9-41a3-9b5c-b0530f07deee
ModelName:VfwF56541105dd9.compute.nodes.heat.vfw
ModelUuid:cc5ad765-c886-49fd-8302-2219b84d878a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:461d5ba5-28ba-4396-947b-bc124e3bca16
ModelInvariantUuid:2f81ff99-672f-459e-8b5a-89f9c72716d4
ModelName:vFW f5654110-5dd9-nodes.vsnCvfc
ModelUuid:3548b04a-d005-42f0-b017-fe67ba0de218
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:9230daaf-147a-4bb7-95d0-5134265e0eff
ModelInvariantUuid:cb93d01f-2791-410a-96da-0fb16ae7134e
ModelName:VfwF56541105dd9.compute.nodes.heat.vsn
ModelUuid:9df111ad-5fd1-44e5-9511-3a3704c0e84f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:1c6b9ffc-7581-4c98-a1b7-decd8ca49f9e
ModelInvariantUuid:d522248d-6bfa-494c-9ef8-853c5c3af725
ModelName:vFW f5654110-5dd9-nodes.vpgCvfc
ModelUuid:9dc8fa48-2833-4aeb-8002-b25c0edb4227
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:607349f0-c083-4ab8-b315-70b8001ab980
ModelInvariantUuid:9b141ad0-2256-4b1f-807c-4f3cdfede602
ModelName:VfwF56541105dd9.compute.nodes.heat.vpg
ModelUuid:ee51f5da-5df0-432f-a975-0f21d7039bf8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-03T06:08:17.943Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: a1204cec-e1a3-4d0f-99a7-6b16b7087938
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T06:08:18.079Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||vFW f5654110-5dd9 0
2023-02-03T06:08:18.087Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a1204cec-e1a3-4d0f-99a7-6b16b7087938
2023-02-03T06:08:18.087Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e7ad03ed-2112-4cfe-b999-4bd3e155b55b from URL: /sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json
2023-02-03T06:08:18.088Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-03T06:08:18.088Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json
2023-02-03T06:08:18.156Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-03T06:08:18.156Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json e7ad03ed-2112-4cfe-b999-4bd3e155b55b 785
2023-02-03T06:08:18.157Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json ASDC sendASDCNotification
2023-02-03T06:08:18.157Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json
2023-02-03T06:08:18.157Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T06:08:18.158Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:08:18.161Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:08:18.161Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404498157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:08:18.262Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:08:18.263Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:08:18.263Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:18.277Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:08:18.278Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:08:19.163Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF56541105dd9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6ce29095-376c-4d27-a134-10e25c7617b2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "092c7070-2d44-4586-8130-283d808312d2",
    "vfModuleModelCustomizationUUID": "e9e8bd1a-e9e4-47b4-b8fe-4ee770bf3347",
    "isBase": true,
    "artifacts": [
      "7e1fbd94-af10-405f-b541-11d591a333ea",
      "9a4a68d2-02e0-4467-a1d9-2664af1d9c26"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-03T06:08:19.181Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF56541105dd9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:092c7070-2d44-4586-8130-283d808312d2
VfModuleModelInvariantUUID:6ce29095-376c-4d27-a134-10e25c7617b2
VfModuleModelDescription:NULL
Artifacts UUID List:{
7e1fbd94-af10-405f-b541-11d591a333ea
,
9a4a68d2-02e0-4467-a1d9-2664af1d9c26

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

isBase:true


}

2023-02-03T06:08:19.185Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF56541105dd9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6ce29095-376c-4d27-a134-10e25c7617b2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "092c7070-2d44-4586-8130-283d808312d2",
    "vfModuleModelCustomizationUUID": "e9e8bd1a-e9e4-47b4-b8fe-4ee770bf3347",
    "isBase": true,
    "artifacts": [
      "7e1fbd94-af10-405f-b541-11d591a333ea",
      "9a4a68d2-02e0-4467-a1d9-2664af1d9c26"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-03T06:08:19.185Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF56541105dd9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:092c7070-2d44-4586-8130-283d808312d2
VfModuleModelInvariantUUID:6ce29095-376c-4d27-a134-10e25c7617b2
VfModuleModelDescription:NULL
Artifacts UUID List:{
7e1fbd94-af10-405f-b541-11d591a333ea
,
9a4a68d2-02e0-4467-a1d9-2664af1d9c26

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

isBase:true


}

2023-02-03T06:08:19.185Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7e1fbd94-af10-405f-b541-11d591a333ea from URL: /sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml
2023-02-03T06:08:19.185Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-03T06:08:19.186Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml
2023-02-03T06:08:19.254Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-03T06:08:19.256Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml 7e1fbd94-af10-405f-b541-11d591a333ea 20368
2023-02-03T06:08:19.256Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-03T06:08:19.256Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml
2023-02-03T06:08:19.256Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T06:08:19.257Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:08:19.259Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:08:19.259Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404499256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:08:19.360Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:08:19.361Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:08:19.361Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:19.379Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:08:19.380Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:08:20.261Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9a4a68d2-02e0-4467-a1d9-2664af1d9c26 from URL: /sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env
2023-02-03T06:08:20.261Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-03T06:08:20.261Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env
2023-02-03T06:08:20.312Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-03T06:08:20.312Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env 9a4a68d2-02e0-4467-a1d9-2664af1d9c26 2098
2023-02-03T06:08:20.313Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-03T06:08:20.313Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env
2023-02-03T06:08:20.313Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T06:08:20.313Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:08:20.317Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:08:20.317Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404500313,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:08:20.417Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:08:20.418Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:08:20.418Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:20.437Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:08:20.438Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:08:21.318Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 281c036e-0344-489d-a782-9453b698c929
2023-02-03T06:08:21.320Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f5654110-5dd9 0 a1204cec-e1a3-4d0f-99a7-6b16b7087938 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T06:08:21.387Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21382c53, org.onap.sdc.toscaparser.api.parameters.Input@1b20b8c4, org.onap.sdc.toscaparser.api.parameters.Input@7ed88891, org.onap.sdc.toscaparser.api.parameters.Input@43624c82, org.onap.sdc.toscaparser.api.parameters.Input@23d8aa09]
2023-02-03T06:08:21.393Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:21.394Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:08:21.394Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-02-03T06:08:21.394Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= fca594dd-dd46-4795-9904-7a1710fcdd28
2023-02-03T06:08:21.394Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fca594dd-dd46-4795-9904-7a1710fcdd28 matches Tosca VF Customization UUID: fca594dd-dd46-4795-9904-7a1710fcdd28
2023-02-03T06:08:21.394Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: fca594dd-dd46-4795-9904-7a1710fcdd28  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-03T06:08:21.408Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:21.409Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:08:21.411Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id fca594dd-dd46-4795-9904-7a1710fcdd28: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-03T06:08:21.411Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d31b035
2023-02-03T06:08:21.412Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:21.412Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-03T06:08:21.413Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e9e8bd1a-e9e4-47b4-b8fe-4ee770bf3347
2023-02-03T06:08:21.415Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e9e8bd1a-e9e4-47b4-b8fe-4ee770bf3347
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-03T06:08:21.427Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:21.428Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is matching search criteria
2023-02-03T06:08:21.428Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f5654110-5dd9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:08:21.430Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:21.430Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is matching search criteria
2023-02-03T06:08:21.430Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f5654110-5dd9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:08:21.430Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:21.431Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is not matching search criteria
2023-02-03T06:08:21.431Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-03T06:08:21.431Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-03T06:08:21.431Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-03T06:08:21.431Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-03T06:08:21.432Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-03T06:08:21.432Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-03T06:08:21.433Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-03T06:08:21.433Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-03T06:08:21.433Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-03T06:08:21.434Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-03T06:08:21.434Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-03T06:08:21.434Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=95934307-b338-4467-8cbd-a0f1cc732290
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-03T06:08:21.445Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:21.446Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is matching search criteria
2023-02-03T06:08:21.447Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f5654110-5dd9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:08:21.447Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:21.447Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is not matching search criteria
2023-02-03T06:08:21.448Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-03T06:08:21.448Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-03T06:08:21.448Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-03T06:08:21.449Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-03T06:08:21.449Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-03T06:08:21.449Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-03T06:08:21.449Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-03T06:08:21.450Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-03T06:08:21.450Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-03T06:08:21.450Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-03T06:08:21.451Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-03T06:08:21.451Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-03T06:08:21.451Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=461d5ba5-28ba-4396-947b-bc124e3bca16
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-03T06:08:21.455Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:21.456Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is matching search criteria
2023-02-03T06:08:21.456Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f5654110-5dd9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:08:21.460Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:21.461Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is not matching search criteria
2023-02-03T06:08:21.461Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-03T06:08:21.462Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-03T06:08:21.462Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-03T06:08:21.462Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-03T06:08:21.463Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-03T06:08:21.463Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-03T06:08:21.463Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-03T06:08:21.464Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-03T06:08:21.464Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-03T06:08:21.464Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-03T06:08:21.465Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-03T06:08:21.465Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-03T06:08:21.465Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1c6b9ffc-7581-4c98-a1b7-decd8ca49f9e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-03T06:08:21.469Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:21.469Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is matching search criteria
2023-02-03T06:08:21.469Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f5654110-5dd9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:08:21.470Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:21.470Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Node template vFW f5654110-5dd9 0 is matching search criteria
2023-02-03T06:08:21.470Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f5654110-5dd9 0] matching following query criteria: sdcType=VF, customizationUUID=fca594dd-dd46-4795-9904-7a1710fcdd28
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T06:08:21.473Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:21.473Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:08:21.473Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 281c036e-0344-489d-a782-9453b698c929: vFW f5654110-5dd9
2023-02-03T06:08:21.473Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:21.474Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:08:21.474Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:21.474Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:08:21.475Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:21.475Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:08:21.476Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:21.476Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:08:21.476Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:08:21.476Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-03 06-06-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:08:21.477Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2023-02-03 06-06-44 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:08:21.819Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f5654110-5dd9 a1204cec-e1a3-4d0f-99a7-6b16b7087938 1 ASDC deployResourceStructure
2023-02-03T06:08:21.820Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json ASDC sendASDCNotification
2023-02-03T06:08:21.820Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json
2023-02-03T06:08:21.820Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T06:08:21.820Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:08:21.823Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:08:21.823Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404501819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-03T06:08:21.923Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:08:21.924Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:08:21.924Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:21.936Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:08:21.936Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-02-03T06:08:22.824Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-03T06:08:22.824Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml
2023-02-03T06:08:22.824Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T06:08:22.825Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:08:22.827Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:08:22.827Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404502824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-02-03T06:08:22.928Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-03T06:08:22.929Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:08:22.929Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:22.938Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:08:22.939Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:08:23.828Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-03T06:08:23.828Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env
2023-02-03T06:08:23.828Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T06:08:23.829Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:08:23.831Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:08:23.831Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404503828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-02-03T06:08:23.931Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:08:23.932Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:08:23.933Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:23.944Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:08:23.945Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:08:24.832Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar ASDC sendASDCNotification
2023-02-03T06:08:24.833Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar
2023-02-03T06:08:24.833Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T06:08:24.835Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:08:24.837Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:08:24.837Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404504832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T06:08:24.938Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:08:24.939Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:08:24.939Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:08:24.951Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:08:24.952Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:08:25.841Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9af1fab-6f31-48a5-8192-4952916933cb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T06:08:25.868Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9af1fab-6f31-48a5-8192-4952916933cb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T06:08:25.873Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-03T06:08:25.874Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-03T06:08:25.875Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-03T06:08:25.875Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-03T06:08:25.876Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T06:08:25.876Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T06:08:25.876Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T06:08:25.877Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T06:08:25.877Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T06:08:25.878Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:08:25.888Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-03T06:08:55.889Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a9af1fab-6f31-48a5-8192-4952916933cb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-03T06:08:55.908Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a9af1fab-6f31-48a5-8192-4952916933cb and serviceModelVersionId: 281c036e-0344-489d-a782-9453b698c929
2023-02-03T06:08:55.909Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aa7d5f83-a97e-46cc-9eac-fb7f2ccbe1db
2023-02-03T06:09:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:09:03.519Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:09:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:03.642Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:09:03.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:09:03.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404483512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:09:03.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:09:14.501Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aa7d5f83-a97e-46cc-9eac-fb7f2ccbe1db/model-vers/model-ver/281c036e-0344-489d-a782-9453b698c929?depth=0
2023-02-03T06:09:14.691Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-02-03T06:09:15.413Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa7d5f83-a97e-46cc-9eac-fb7f2ccbe1db/model-vers/model-ver/281c036e-0344-489d-a782-9453b698c929?depth=0|INFO|500||Invoke
2023-02-03T06:09:15.428Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa7d5f83-a97e-46cc-9eac-fb7f2ccbe1db/model-vers/model-ver/281c036e-0344-489d-a782-9453b698c929?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa7d5f83-a97e-46cc-9eac-fb7f2ccbe1db/model-vers/model-ver/281c036e-0344-489d-a782-9453b698c929?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a9af1fab-6f31-48a5-8192-4952916933cb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d1913a9a-ccba-4a74-90d6-a364af02939a], X-ECOMP-RequestID=[a9af1fab-6f31-48a5-8192-4952916933cb], X-TransactionId=[], X-ONAP-RequestID=[a9af1fab-6f31-48a5-8192-4952916933cb], Content-Type=[application/merge-patch+json]}
2023-02-03T06:09:15.605Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa7d5f83-a97e-46cc-9eac-fb7f2ccbe1db/model-vers/model-ver/281c036e-0344-489d-a782-9453b698c929?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-03T06:09:15.843Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa7d5f83-a97e-46cc-9eac-fb7f2ccbe1db/model-vers/model-ver/281c036e-0344-489d-a782-9453b698c929?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/aa7d5f83-a97e-46cc-9eac-fb7f2ccbe1db/model-vers/model-ver/281c036e-0344-489d-a782-9453b698c929?depth=0 has http status code:200 and response headers:{date=[Fri, 03 Feb 2023 06:09:16 GMT], content-length=[0], vertex-id=[184536], x-aai-txid=[0-aai-resources-230203-06:09:16:132-40224], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-03T06:09:15.847Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa7d5f83-a97e-46cc-9eac-fb7f2ccbe1db/model-vers/model-ver/281c036e-0344-489d-a782-9453b698c929?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-03T06:09:15.848Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa7d5f83-a97e-46cc-9eac-fb7f2ccbe1db/model-vers/model-ver/281c036e-0344-489d-a782-9453b698c929?depth=0|INFO|500||InvokeReturn
2023-02-03T06:09:15.856Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-03T06:09:15.858Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T06:09:15.867Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-03T06:09:15.869Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a9af1fab-6f31-48a5-8192-4952916933cb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-03T06:09:15.871Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-03T06:09:15.871Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:09:15.875Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:09:15.875Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404555869,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-03T06:09:15.978Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-02-03T06:09:15.979Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:09:15.980Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:16.000Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:09:16.001Z||pool-18-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-03T06:09:16.892Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:09:16.894Z|a9af1fab-6f31-48a5-8192-4952916933cb|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.
2023-02-03T06:09:16.894Z|a9af1fab-6f31-48a5-8192-4952916933cb|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:17.530Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:09:17.532Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-03T06:09:17.532Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c27e2721-5571-4525-aa07-3fe7322844d4","serviceName":"basic_onboard_nzcamv","serviceVersion":"1.0","serviceUUID":"2aceca55-4e28-4940-b5f0-41aad809fe7d","serviceDescription":"service","serviceInvariantUUID":"8099ee4e-6fcd-4594-a9e8-575d266994ba","resources":[{"resourceInstanceName":"basic_onboard_nzcamv 0","resourceName":"basic_onboard_nzcamv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e39cb49f-91b5-4438-b692-d1b65c319073","resourceInvariantUUID":"60fb18c7-a54d-45f0-88f5-6c1bc5afaafe","resourceCustomizationUUID":"65391985-26a5-4c52-975a-461b7680784f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/vf-license-model.xml","artifactChecksum":"N2I5ZTNhNTgwMGNjNzgxZDc4YWZkNTBiNzJiNzgzMjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7021e018-d862-492a-ae1c-6fce16f2dd6f","artifactVersion":"1"},{"artifactName":"basic_onboard_nzcamv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json","artifactChecksum":"MDhkNGQ1Zjk0ZTEzYWY2Njg5ZWYzYWY4NmQ4MWVhMDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"922f2a42-3291-4ff4-8df3-5cfa3dccb5a0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1aa1dfda-1f60-4902-8d0e-64fbbe28e02f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3981df56-d213-4b6a-9e57-3d3ebf33c168","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"17006533-1059-4a9c-8b2b-56a9c48e122b","artifactVersion":"2","generatedFromUUID":"1aa1dfda-1f60-4902-8d0e-64fbbe28e02f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNzcamv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-template.yml","artifactChecksum":"NjAyMDA2MWFmM2Y3MDdmZDBmNTg4M2MxNjY5OTI4ZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"09a20bb8-011c-4900-a5ea-3fe931373839","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNzcamv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar","artifactChecksum":"NzM0MTEzNjJkMDEzYzJiMzA3YjVlY2M5YzhjYjZiMWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"82f1aa37-5e43-457d-8c70-039b5956fc99","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-03T06:09:17.537Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:09:17.537Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:09:17.539Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:09:17.539Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404556892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:09:17.640Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:09:17.641Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:09:17.641Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:17.652Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:09:17.653Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:09:18.540Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:09:18.542Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:09:18.545Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:09:18.545Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404556892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json",
  "status": "NOTIFIED"
}
2023-02-03T06:09:18.645Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:09:18.646Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:09:18.646Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:18.662Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:09:18.663Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:09:19.546Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:09:19.547Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:09:19.550Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:09:19.550Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404556892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-03T06:09:19.650Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:09:19.651Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:09:19.652Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:19.673Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:09:19.674Z||pool-21-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2023-02-03T06:09:20.551Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:09:20.552Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:09:20.554Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:09:20.554Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404556892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:09:20.656Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-02-03T06:09:20.657Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:09:20.658Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:20.678Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:09:20.678Z||pool-22-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:09:21.555Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:09:21.556Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:09:21.559Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:09:21.559Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404556892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-02-03T06:09:21.659Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:09:21.660Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:09:21.660Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:21.670Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:09:21.671Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:09:22.560Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:09:22.561Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:09:22.563Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:09:22.563Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404556892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:09:22.663Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:09:22.664Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:09:22.664Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:22.675Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:09:22.676Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:09:23.563Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:09:23.567Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:09:23.571Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:09:23.571Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404556892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:09:23.670Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-02-03T06:09:23.671Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:09:23.671Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:23.685Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:09:23.686Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:09:24.575Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "serviceName": "basic_onboard_nzcamv",
  "serviceVersion": "1.0",
  "serviceUUID": "2aceca55-4e28-4940-b5f0-41aad809fe7d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8099ee4e-6fcd-4594-a9e8-575d266994ba",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_nzcamv 0",
      "resourceCustomizationUUID": "65391985-26a5-4c52-975a-461b7680784f",
      "resourceName": "basic_onboard_nzcamv",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e39cb49f-91b5-4438-b692-d1b65c319073",
      "resourceInvariantUUID": "60fb18c7-a54d-45f0-88f5-6c1bc5afaafe",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_nzcamv0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json",
          "artifactChecksum": "MDhkNGQ1Zjk0ZTEzYWY2Njg5ZWYzYWY4NmQ4MWVhMDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "922f2a42-3291-4ff4-8df3-5cfa3dccb5a0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1aa1dfda-1f60-4902-8d0e-64fbbe28e02f",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "17006533-1059-4a9c-8b2b-56a9c48e122b",
            "generatedFromUUID": "1aa1dfda-1f60-4902-8d0e-64fbbe28e02f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "17006533-1059-4a9c-8b2b-56a9c48e122b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNzcamv-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
      "artifactChecksum": "NzM0MTEzNjJkMDEzYzJiMzA3YjVlY2M5YzhjYjZiMWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "82f1aa37-5e43-457d-8c70-039b5956fc99"
    }
  ],
  "workloadContext": "Production"
}
2023-02-03T06:09:24.575Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-03T06:09:24.576Z|a9af1fab-6f31-48a5-8192-4952916933cb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2aceca55-4e28-4940-b5f0-41aad809fe7d ASDC
2023-02-03T06:09:24.576Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c27e2721-5571-4525-aa07-3fe7322844d4
ServiceName:basic_onboard_nzcamv
ServiceVersion:1.0
ServiceUUID:2aceca55-4e28-4940-b5f0-41aad809fe7d
ServiceInvariantUUID:8099ee4e-6fcd-4594-a9e8-575d266994ba
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNzcamv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar
ArtifactUUID:82f1aa37-5e43-457d-8c70-039b5956fc99
ArtifactChecksum:NzM0MTEzNjJkMDEzYzJiMzA3YjVlY2M5YzhjYjZiMWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_nzcamv 0
ResourceCustomizationUUID:65391985-26a5-4c52-975a-461b7680784f
ResourceInvariantUUID:60fb18c7-a54d-45f0-88f5-6c1bc5afaafe
ResourceName:basic_onboard_nzcamv
ResourceType:VF
ResourceUUID:e39cb49f-91b5-4438-b692-d1b65c319073
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nzcamv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json
ArtifactUUID:922f2a42-3291-4ff4-8df3-5cfa3dccb5a0
ArtifactChecksum:MDhkNGQ1Zjk0ZTEzYWY2Njg5ZWYzYWY4NmQ4MWVhMDI=
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/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:1aa1dfda-1f60-4902-8d0e-64fbbe28e02f
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/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env
ArtifactUUID:17006533-1059-4a9c-8b2b-56a9c48e122b
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/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env
ArtifactUUID:17006533-1059-4a9c-8b2b-56a9c48e122b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-03T06:09:24.577Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2aceca55-4e28-4940-b5f0-41aad809fe7d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:09:24.620Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-03T06:09:24.621Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-03T06:09:24.621Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-03T06:09:24.622Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 82f1aa37-5e43-457d-8c70-039b5956fc99 from URL: /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar
2023-02-03T06:09:24.622Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-03T06:09:24.622Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar
2023-02-03T06:09:24.704Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-03T06:09:24.709Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar 82f1aa37-5e43-457d-8c70-039b5956fc99 75296
2023-02-03T06:09:24.709Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar ASDC sendASDCNotification
2023-02-03T06:09:24.710Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar
2023-02-03T06:09:24.710Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T06:09:24.711Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:09:24.715Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:09:24.715Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404564709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:09:24.814Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:09:24.816Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:09:24.816Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:24.829Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:09:24.829Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-02-03T06:09:25.715Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-03T06:09:25.716Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-03T06:09:25.717Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 82f1aa37-5e43-457d-8c70-039b5956fc99, URL: /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar to file: /app/ASDC/1/service-BasicOnboardNzcamv-csar.csar
2023-02-03T06:09:25.717Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNzcamv-csar.csar
2023-02-03T06:09:25.718Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNzcamv-csar.csar
2023-02-03T06:09:25.718Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNzcamv-csar.csar
2023-02-03T06:09:25.917Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16895942316988530212/Definitions/service-BasicOnboardNzcamv-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-02-03T06:09:27.185Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-03T06:09:27.186Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-03T06:09:27.186Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNzcamv-csar.csar
2023-02-03T06:09:27.186Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-03T06:09:27.187Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardNzcamv-csar.csar
2023-02-03T06:09:27.187Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||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-BasicOnboardNzcamv-csar.csar
2023-02-03T06:09:27.187Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nzcamv 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-BasicOnboardNzcamv-csar.csar
2023-02-03T06:09:27.187Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||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-BasicOnboardNzcamv-csar.csar
2023-02-03T06:09:27.187Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||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-BasicOnboardNzcamv-csar.csar
2023-02-03T06:09:27.187Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNzcamv-csar.csar
2023-02-03T06:09:27.187Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||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-BasicOnboardNzcamv-csar.csar
2023-02-03T06:09:27.187Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-03T06:09:27.187Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:09:27.188Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:09:27.188Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nzcamv 0 is matching search criteria
2023-02-03T06:09:27.188Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-03T06:09:27.188Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nzcamv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-03T06:09:27.189Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:09:27.189Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:09:27.189Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nzcamv 0 is matching search criteria
2023-02-03T06:09:27.189Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-03T06:09:27.189Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nzcamv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-03T06:09:27.189Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:09:27.190Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:09:27.190Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:09:27.190Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nzcamv 0 is not matching search criteria
2023-02-03T06:09:27.190Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-02-03T06:09:27.190Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-02-03T06:09:27.190Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-02-03T06:09:27.191Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-03T06:09:27.191Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-03T06:09:27.191Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:09:27.191Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-03T06:09:27.191Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:09:27.192Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nzcamv 0 is matching search criteria
2023-02-03T06:09:27.192Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nzcamv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:09:27.192Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:09:27.193Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nzcamv 0 is matching search criteria
2023-02-03T06:09:27.193Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nzcamv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:09:27.193Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:09:27.193Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nzcamv 0 is matching search criteria
2023-02-03T06:09:27.193Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nzcamv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:09:27.194Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:09:27.194Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nzcamv 0 is not matching search criteria
2023-02-03T06:09:27.194Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-03T06:09:27.194Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-03T06:09:27.194Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=41c66341-d9b1-4c64-8baf-bad9a07e33a1
2023-02-03T06:09:27.195Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:09:27.195Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:09:27.195Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:09:27.195Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:09:27.195Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:09:27.196Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:09:27.196Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:09:27.196Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:09:27.196Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_nzcamv
Description:service
Model UUID:2aceca55-4e28-4940-b5f0-41aad809fe7d
Model Version:NULL
Model InvariantUuid:8099ee4e-6fcd-4594-a9e8-575d266994ba
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_nzcamv
Model UUID:2232138b-5677-48fd-86b6-53daab752f78
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:60fb18c7-a54d-45f0-88f5-6c1bc5afaafe
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:65391985-26a5-4c52-975a-461b7680784f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e757ab8f-1953-405e-a697-ba30b83d94b0
ModelName:BasicOnboardNzcamv..base_ubuntu18..module-0
ModelUuid:2c1603bc-eb9e-459e-ab76-1006c4db369f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:41c66341-d9b1-4c64-8baf-bad9a07e33a1
ModelInvariantUuid:f7feb7f8-db4b-46ea-9749-8a4245037680
ModelName:basic_onboard_nzcamv-nodes.ubuntu18Cvfc
ModelUuid:efbaddd3-47d2-44e4-a25a-de18fad83c19
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:2917fccc-f560-4562-bab9-9090e1d07628
ModelInvariantUuid:f8f84435-92a9-4d97-abb8-db52f40e4e22
ModelName:BasicOnboardNzcamv.compute.nodes.heat.ubuntu18
ModelUuid:1d6403aa-f54b-43b3-8339-f1e8ba050f0b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-03T06:09:27.201Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: e39cb49f-91b5-4438-b692-d1b65c319073
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T06:09:27.204Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||basic_onboard_nzcamv 0
2023-02-03T06:09:27.205Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e39cb49f-91b5-4438-b692-d1b65c319073
2023-02-03T06:09:27.205Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 922f2a42-3291-4ff4-8df3-5cfa3dccb5a0 from URL: /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json
2023-02-03T06:09:27.205Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-03T06:09:27.205Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json
2023-02-03T06:09:27.262Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-03T06:09:27.263Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json 922f2a42-3291-4ff4-8df3-5cfa3dccb5a0 798
2023-02-03T06:09:27.263Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json ASDC sendASDCNotification
2023-02-03T06:09:27.263Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json
2023-02-03T06:09:27.263Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T06:09:27.264Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:09:27.267Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:09:27.267Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404567263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:09:27.367Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:09:27.368Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:09:27.369Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:27.380Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:09:27.381Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:09:28.268Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNzcamv..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e757ab8f-1953-405e-a697-ba30b83d94b0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2c1603bc-eb9e-459e-ab76-1006c4db369f",
    "vfModuleModelCustomizationUUID": "28db579a-e396-462f-8b4f-9dd88c14fd03",
    "isBase": true,
    "artifacts": [
      "1aa1dfda-1f60-4902-8d0e-64fbbe28e02f",
      "17006533-1059-4a9c-8b2b-56a9c48e122b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-03T06:09:28.273Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNzcamv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2c1603bc-eb9e-459e-ab76-1006c4db369f
VfModuleModelInvariantUUID:e757ab8f-1953-405e-a697-ba30b83d94b0
VfModuleModelDescription:NULL
Artifacts UUID List:{
1aa1dfda-1f60-4902-8d0e-64fbbe28e02f
,
17006533-1059-4a9c-8b2b-56a9c48e122b

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

isBase:true


}

2023-02-03T06:09:28.275Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNzcamv..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e757ab8f-1953-405e-a697-ba30b83d94b0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2c1603bc-eb9e-459e-ab76-1006c4db369f",
    "vfModuleModelCustomizationUUID": "28db579a-e396-462f-8b4f-9dd88c14fd03",
    "isBase": true,
    "artifacts": [
      "1aa1dfda-1f60-4902-8d0e-64fbbe28e02f",
      "17006533-1059-4a9c-8b2b-56a9c48e122b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-03T06:09:28.275Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNzcamv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2c1603bc-eb9e-459e-ab76-1006c4db369f
VfModuleModelInvariantUUID:e757ab8f-1953-405e-a697-ba30b83d94b0
VfModuleModelDescription:NULL
Artifacts UUID List:{
1aa1dfda-1f60-4902-8d0e-64fbbe28e02f
,
17006533-1059-4a9c-8b2b-56a9c48e122b

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

isBase:true


}

2023-02-03T06:09:28.275Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1aa1dfda-1f60-4902-8d0e-64fbbe28e02f from URL: /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml
2023-02-03T06:09:28.275Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-03T06:09:28.276Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml
2023-02-03T06:09:28.334Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-03T06:09:28.335Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml 1aa1dfda-1f60-4902-8d0e-64fbbe28e02f 5033
2023-02-03T06:09:28.335Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-03T06:09:28.335Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml
2023-02-03T06:09:28.335Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T06:09:28.335Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:09:28.338Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:09:28.338Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404568335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:09:28.438Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:09:28.439Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:09:28.439Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:28.452Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:09:28.453Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-02-03T06:09:29.339Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 17006533-1059-4a9c-8b2b-56a9c48e122b from URL: /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env
2023-02-03T06:09:29.339Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-03T06:09:29.340Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env
2023-02-03T06:09:29.403Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-03T06:09:29.403Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env 17006533-1059-4a9c-8b2b-56a9c48e122b 909
2023-02-03T06:09:29.403Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-03T06:09:29.404Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env
2023-02-03T06:09:29.404Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T06:09:29.404Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:09:29.406Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:09:29.406Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404569403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:09:29.506Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:09:29.508Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:09:29.508Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:29.519Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:09:29.519Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:09:30.407Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 2aceca55-4e28-4940-b5f0-41aad809fe7d
2023-02-03T06:09:30.407Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nzcamv 0 e39cb49f-91b5-4438-b692-d1b65c319073 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T06:09:30.422Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ff5a52f, org.onap.sdc.toscaparser.api.parameters.Input@295de852, org.onap.sdc.toscaparser.api.parameters.Input@44eb2185, org.onap.sdc.toscaparser.api.parameters.Input@7e6301e3, org.onap.sdc.toscaparser.api.parameters.Input@2c6d0fdd]
2023-02-03T06:09:30.424Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:09:30.425Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:09:30.425Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-02-03T06:09:30.425Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 65391985-26a5-4c52-975a-461b7680784f
2023-02-03T06:09:30.426Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 65391985-26a5-4c52-975a-461b7680784f matches Tosca VF Customization UUID: 65391985-26a5-4c52-975a-461b7680784f
2023-02-03T06:09:30.426Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 65391985-26a5-4c52-975a-461b7680784f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-03T06:09:30.430Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:09:30.430Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:09:30.431Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 65391985-26a5-4c52-975a-461b7680784f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-03T06:09:30.431Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@11c4f5a3
2023-02-03T06:09:30.432Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:09:30.432Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-03T06:09:30.432Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 28db579a-e396-462f-8b4f-9dd88c14fd03
2023-02-03T06:09:30.432Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 28db579a-e396-462f-8b4f-9dd88c14fd03
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-03T06:09:30.436Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:09:30.437Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nzcamv 0 is matching search criteria
2023-02-03T06:09:30.437Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nzcamv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:09:30.438Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:09:30.438Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nzcamv 0 is matching search criteria
2023-02-03T06:09:30.439Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nzcamv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:09:30.439Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:09:30.439Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nzcamv 0 is not matching search criteria
2023-02-03T06:09:30.440Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-03T06:09:30.440Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-03T06:09:30.440Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=41c66341-d9b1-4c64-8baf-bad9a07e33a1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-03T06:09:30.444Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:09:30.444Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nzcamv 0 is matching search criteria
2023-02-03T06:09:30.445Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nzcamv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:09:30.445Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:09:30.445Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nzcamv 0 is matching search criteria
2023-02-03T06:09:30.446Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nzcamv 0] matching following query criteria: sdcType=VF, customizationUUID=65391985-26a5-4c52-975a-461b7680784f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T06:09:30.449Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:09:30.449Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:09:30.449Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 2aceca55-4e28-4940-b5f0-41aad809fe7d: basic_onboard_nzcamv
2023-02-03T06:09:30.449Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:09:30.450Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:09:30.450Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:09:30.450Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:09:30.450Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:09:30.451Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:09:30.451Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:09:30.451Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:09:30.452Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:09:30.452Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nzcamv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:09:30.452Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_nzcamv 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:09:30.577Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nzcamv e39cb49f-91b5-4438-b692-d1b65c319073 1 ASDC deployResourceStructure
2023-02-03T06:09:30.578Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json ASDC sendASDCNotification
2023-02-03T06:09:30.578Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json
2023-02-03T06:09:30.579Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T06:09:30.579Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:09:30.582Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:09:30.582Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404570578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-03T06:09:30.682Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:09:30.683Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:09:30.683Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:30.698Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:09:30.699Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:09:31.583Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-03T06:09:31.584Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml
2023-02-03T06:09:31.584Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T06:09:31.585Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:09:31.587Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:09:31.588Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404571583,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-02-03T06:09:31.688Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:09:31.689Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:09:31.689Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:31.698Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:09:31.699Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:09:32.589Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-03T06:09:32.589Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env
2023-02-03T06:09:32.590Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T06:09:32.590Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:09:32.592Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:09:32.592Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404572589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-02-03T06:09:32.692Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:09:32.694Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:09:32.694Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:32.704Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:09:32.705Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:09:33.594Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar ASDC sendASDCNotification
2023-02-03T06:09:33.596Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar
2023-02-03T06:09:33.596Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T06:09:33.598Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:09:33.601Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:09:33.601Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404573594,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T06:09:33.701Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:09:33.702Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:09:33.702Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:09:33.715Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:09:33.715Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-02-03T06:09:34.602Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c27e2721-5571-4525-aa07-3fe7322844d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T06:09:34.621Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c27e2721-5571-4525-aa07-3fe7322844d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T06:09:34.624Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-03T06:09:34.625Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-03T06:09:34.625Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-03T06:10:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:10:03.519Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:10:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:10:03.546Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:10:03.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404483512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json",
  "status": "NOTIFIED"
}
2023-02-03T06:10:03.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404483512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-03T06:10:03.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404483512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404483512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-02-03T06:10:03.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404483512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.555Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "aai-ml",
  "timestamp": 1675404479905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.555Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675404488459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.556Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.556Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.556Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "cds",
  "timestamp": 1675404489914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.556Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.556Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.557Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404483512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:10:03.557Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.557Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.557Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "aai-ml",
  "timestamp": 1675404479905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.558Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.558Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.558Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675404488459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.558Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "cds",
  "timestamp": 1675404489914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.559Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "aai-ml",
  "timestamp": 1675404479905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.560Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675404488459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.561Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.561Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "cds",
  "timestamp": 1675404489914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.562Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404491785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:10:03.563Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:03.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "aai-ml",
  "timestamp": 1675404479905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.563Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675404488459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "cds",
  "timestamp": 1675404489914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "aai-ml",
  "timestamp": 1675404479905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675404488459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "cds",
  "timestamp": 1675404489914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "aai-ml",
  "timestamp": 1675404479905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675404488459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.568Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "cds",
  "timestamp": 1675404489914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.569Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "aai-ml",
  "timestamp": 1675404479905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:10:03.570Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675404488459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:10:03.570Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675404495920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.571Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "cds",
  "timestamp": 1675404489914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:10:03.572Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "aai-ml",
  "timestamp": 1675404496189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:10:03.573Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:03.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675404495920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json",
  "status": "NOTIFIED"
}
2023-02-03T06:10:03.574Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675404496281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:10:03.574Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:03.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "cds",
  "timestamp": 1675404497670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:10:03.575Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:03.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675404495920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-03T06:10:03.576Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "cds",
  "timestamp": 1675404498675,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:10:03.587Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c27e2721-5571-4525-aa07-3fe7322844d4
2023-02-03T06:10:03.587Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c27e2721-5571-4525-aa07-3fe7322844d4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:10:03.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404498157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:10:03.606Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:03.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675404495920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675404498447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T06:10:03.607Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:03.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404499256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:10:03.629Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:03.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675404499108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.633Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675404495920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-02-03T06:10:03.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675404499451,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:10:03.643Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c27e2721-5571-4525-aa07-3fe7322844d4
2023-02-03T06:10:03.644Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c27e2721-5571-4525-aa07-3fe7322844d4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:10:03.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404500313,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:10:03.659Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:03.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675404499108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.660Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675404495920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675404499108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675404495920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:10:03.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404501819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/vfwf56541105dd90_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-03T06:10:03.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:03.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "aai-ml",
  "timestamp": 1675404501566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T06:10:03.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:03.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675404499108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404502824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-02-03T06:10:03.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:03.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675404503685,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:10:03.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:03.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "aai-ml",
  "timestamp": 1675404502570,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:10:03.676Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c27e2721-5571-4525-aa07-3fe7322844d4
2023-02-03T06:10:03.676Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c27e2721-5571-4525-aa07-3fe7322844d4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:10:03.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675404499108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404503828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/resourceInstances/vfwf56541105dd90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-02-03T06:10:03.688Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:03.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675404504748,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:10:03.688Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:03.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675404499108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404504832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230203060644/1.0/artifacts/service-Vfw20230203060644-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T06:10:03.690Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:03.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675404505830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:10:03.690Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:03.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675404499108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:10:03.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:10:03.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675404506845,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:10:03.698Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c27e2721-5571-4525-aa07-3fe7322844d4
2023-02-03T06:10:03.699Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c27e2721-5571-4525-aa07-3fe7322844d4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:10:03.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-03T06:10:03.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675404507849,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-03T06:10:03.712Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:10:04.625Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c27e2721-5571-4525-aa07-3fe7322844d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T06:10:04.639Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c27e2721-5571-4525-aa07-3fe7322844d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T06:10:04.644Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-03T06:10:04.644Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-03T06:10:04.644Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-03T06:10:04.644Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-03T06:10:04.644Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T06:10:04.645Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T06:10:04.645Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T06:10:04.645Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T06:10:04.645Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T06:10:04.645Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:10:04.653Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-03T06:10:34.653Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c27e2721-5571-4525-aa07-3fe7322844d4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-03T06:10:34.671Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c27e2721-5571-4525-aa07-3fe7322844d4 and serviceModelVersionId: 2aceca55-4e28-4940-b5f0-41aad809fe7d
2023-02-03T06:10:34.671Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8099ee4e-6fcd-4594-a9e8-575d266994ba
2023-02-03T06:10:34.672Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8099ee4e-6fcd-4594-a9e8-575d266994ba/model-vers/model-ver/2aceca55-4e28-4940-b5f0-41aad809fe7d?depth=0
2023-02-03T06:10:34.677Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-02-03T06:10:34.754Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8099ee4e-6fcd-4594-a9e8-575d266994ba/model-vers/model-ver/2aceca55-4e28-4940-b5f0-41aad809fe7d?depth=0|INFO|500||Invoke
2023-02-03T06:10:34.755Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8099ee4e-6fcd-4594-a9e8-575d266994ba/model-vers/model-ver/2aceca55-4e28-4940-b5f0-41aad809fe7d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8099ee4e-6fcd-4594-a9e8-575d266994ba/model-vers/model-ver/2aceca55-4e28-4940-b5f0-41aad809fe7d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c27e2721-5571-4525-aa07-3fe7322844d4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[21f44e14-ce89-4930-87f6-2a60fee47936], X-ECOMP-RequestID=[c27e2721-5571-4525-aa07-3fe7322844d4], X-TransactionId=[], X-ONAP-RequestID=[c27e2721-5571-4525-aa07-3fe7322844d4], Content-Type=[application/merge-patch+json]}
2023-02-03T06:10:34.810Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8099ee4e-6fcd-4594-a9e8-575d266994ba/model-vers/model-ver/2aceca55-4e28-4940-b5f0-41aad809fe7d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-03T06:10:35.020Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8099ee4e-6fcd-4594-a9e8-575d266994ba/model-vers/model-ver/2aceca55-4e28-4940-b5f0-41aad809fe7d?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/8099ee4e-6fcd-4594-a9e8-575d266994ba/model-vers/model-ver/2aceca55-4e28-4940-b5f0-41aad809fe7d?depth=0 has http status code:200 and response headers:{date=[Fri, 03 Feb 2023 06:10:35 GMT], content-length=[0], vertex-id=[168088], x-aai-txid=[0-aai-resources-230203-06:10:35:336-97345], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-03T06:10:35.021Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8099ee4e-6fcd-4594-a9e8-575d266994ba/model-vers/model-ver/2aceca55-4e28-4940-b5f0-41aad809fe7d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-03T06:10:35.022Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8099ee4e-6fcd-4594-a9e8-575d266994ba/model-vers/model-ver/2aceca55-4e28-4940-b5f0-41aad809fe7d?depth=0|INFO|500||InvokeReturn
2023-02-03T06:10:35.025Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-03T06:10:35.026Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T06:10:35.031Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-03T06:10:35.031Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c27e2721-5571-4525-aa07-3fe7322844d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-03T06:10:35.031Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-03T06:10:35.032Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:10:35.037Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:10:35.037Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404635031,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-03T06:10:35.137Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:10:35.138Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:10:35.139Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:10:35.150Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:10:35.151Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-03T06:10:36.056Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:10:36.056Z|c27e2721-5571-4525-aa07-3fe7322844d4|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.
2023-02-03T06:10:36.057Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:10:45.619Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:11:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:11:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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.
2023-02-03T06:11:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:11:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:11:03.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:11:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:11:03.546Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:11:03.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:11:03.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af1fab-6f31-48a5-8192-4952916933cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404555869,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-03T06:11:03.549Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:11:03.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:11:03.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404556892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:11:03.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:11:03.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:11:03.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404556892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json",
  "status": "NOTIFIED"
}
2023-02-03T06:11:03.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:11:03.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:11:03.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404556892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-03T06:11:03.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:11:03.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:11:03.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404556892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:11:03.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:11:03.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:11:03.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404556892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-02-03T06:11:03.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:11:03.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:11:03.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404556892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:11:03.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:11:03.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:11:03.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404556892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:11:03.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:11:03.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:11:03.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404564709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:11:03.554Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:11:03.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:11:03.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404567263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:11:03.555Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:11:03.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:11:03.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404568335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:11:03.556Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:11:03.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:11:03.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404569403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:11:03.557Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:11:03.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:11:03.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404570578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/basic_onboard_nzcamv0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-03T06:11:03.558Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:11:03.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:11:03.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404571583,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-02-03T06:11:03.559Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:11:03.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:11:03.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404572589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/resourceInstances/basic_onboard_nzcamv0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-02-03T06:11:03.560Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:11:03.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:11:03.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404573594,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNzcamv/1.0/artifacts/service-BasicOnboardNzcamv-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T06:11:03.561Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:11:13.065Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:12:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:12:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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.
2023-02-03T06:12:03.514Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:12:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:12:03.519Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:12:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:12:04.039Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:12:04.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:12:04.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c27e2721-5571-4525-aa07-3fe7322844d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675404635031,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-03T06:12:04.043Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:12:13.068Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:13:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:13:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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.
2023-02-03T06:13:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:13:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:13:03.519Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:13:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:13:13.098Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:13:13.099Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:14:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:14:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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.
2023-02-03T06:14:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:14:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:14:03.518Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:14:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:14:13.068Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:14:13.077Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:15:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:15:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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.
2023-02-03T06:15:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:15:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:15:03.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:15:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:15:13.076Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:15:13.077Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:16:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:16:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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.
2023-02-03T06:16:03.514Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:16:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:16:03.518Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:16:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:16:13.059Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:16:13.067Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:17:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:17:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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.
2023-02-03T06:17:03.514Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:17:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:17:03.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:17:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:17:13.065Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:17:13.072Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:18:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:18:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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.
2023-02-03T06:18:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:18:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:18:03.518Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:18:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:18:13.070Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:18:13.084Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:19:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:19:03.514Z|c27e2721-5571-4525-aa07-3fe7322844d4|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.
2023-02-03T06:19:03.514Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:19:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:19:03.518Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:19:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:19:13.072Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:19:13.072Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:20:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:20:03.514Z|c27e2721-5571-4525-aa07-3fe7322844d4|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.
2023-02-03T06:20:03.514Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:20:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:20:03.519Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:20:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:20:13.061Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:20:13.065Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:21:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:21:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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.
2023-02-03T06:21:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:21:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:21:03.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:21:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:21:13.082Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:21:13.088Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:22:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:22:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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.
2023-02-03T06:22:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:22:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:22:03.520Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:22:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:22:13.074Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:22:13.084Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:23:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:23:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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.
2023-02-03T06:23:03.515Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:23:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:23:03.518Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:23:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:23:13.064Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:23:13.066Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:24:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:24:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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.
2023-02-03T06:24:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:24:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:24:03.518Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:24:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:24:13.063Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:24:13.063Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:25:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:25:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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.
2023-02-03T06:25:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:25:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:25:03.519Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:25:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:25:13.079Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:25:13.079Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:26:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:26:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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.
2023-02-03T06:26:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:26:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:26:03.518Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:26:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:26:13.058Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:26:13.060Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:27:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:27:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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.
2023-02-03T06:27:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:27:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:27:03.518Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:27:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:27:13.055Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:27:13.058Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:28:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:28:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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.
2023-02-03T06:28:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:28:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:28:03.519Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:28:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:28:13.070Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:28:13.073Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:29:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:29:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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.
2023-02-03T06:29:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:29:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:29:03.518Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:29:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:29:13.070Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:29:13.073Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:30:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:30:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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.
2023-02-03T06:30:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:30:03.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:30:03.519Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:30:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:30:13.083Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:30:13.083Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:31:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:31:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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.
2023-02-03T06:31:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:31:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:31:03.518Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:31:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:31:13.083Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:31:13.084Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:32:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:32:03.514Z|c27e2721-5571-4525-aa07-3fe7322844d4|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.
2023-02-03T06:32:03.514Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:32:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:32:03.519Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:32:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:32:13.065Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:32:13.065Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:33:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:33:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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.
2023-02-03T06:33:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:33:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:33:03.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:33:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:33:13.074Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:33:13.079Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:34:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:34:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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.
2023-02-03T06:34:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:34:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:34:03.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:34:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:34:13.072Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:34:13.079Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:35:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:35:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:35:03.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:35:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:35:03.517Z|c27e2721-5571-4525-aa07-3fe7322844d4|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.
2023-02-03T06:35:03.519Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:35:13.084Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:35:13.086Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:36:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:36:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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.
2023-02-03T06:36:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:36:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:36:03.519Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:36:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:36:13.078Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:36:13.079Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:37:03.512Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:37:03.513Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:37:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:37:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:37:03.518Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:37:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:37:13.062Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:37:13.064Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:38:03.512Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:38:03.513Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:38:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:38:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:38:03.518Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:38:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:38:13.066Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:38:13.073Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:39:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:39:03.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:39:03.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:39:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:39:03.518Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:39:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:39:13.061Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:39:13.064Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:40:03.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:40:03.513Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:40:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:40:03.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:40:03.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:40:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:40:13.090Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:40:13.091Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:41:03.512Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:41:03.513Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:41:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:41:03.519Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:41:03.520Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:41:03.521Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:41:13.065Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:41:13.091Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:42:03.512Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:42:03.513Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:42:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:42:03.521Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:42:03.521Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:42:03.522Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:42:13.072Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:42:13.073Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:43:03.514Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:43:03.516Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:43:03.516Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:43:03.518Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:43:03.518Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:43:03.518Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:43:13.095Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:43:13.096Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:44:03.512Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:44:03.514Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:44:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:44:03.518Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:44:03.519Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:44:03.519Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:44:13.069Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:44:13.072Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:45:03.512Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:45:03.513Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:45:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:45:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:45:03.519Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:45:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:45:13.064Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:45:13.076Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:46:03.512Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:46:03.513Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:46:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:46:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:46:03.519Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:46:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:46:04.147Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:46:04.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:46:04.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
  "consumerID": "cds",
  "timestamp": 1675406754914,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:46:04.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:46:04.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:46:04.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
  "consumerID": "cds",
  "timestamp": 1675406754914,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:46:04.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:46:04.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:46:04.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406755920,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:46:04.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:46:04.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:46:04.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406755920,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:46:04.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:46:04.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:46:04.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
  "consumerID": "cds",
  "timestamp": 1675406757780,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:46:04.153Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:46:04.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:46:04.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
  "consumerID": "cds",
  "timestamp": 1675406758785,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2023-02-03T06:46:04.162Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:46:04.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:46:04.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"733d01cf-339e-46a1-ae95-6ae21d220053","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e2a48cd9-5d27-4bc7-82b3-47b4affcaa01","serviceDescription":"service","serviceInvariantUUID":"9ed7af19-9a12-4869-8115-f3897cd9690f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"72ce2e9f-99ab-463f-a866-b7e9174738ae","resourceInvariantUUID":"2f7df9c1-5608-4e3e-afd2-8191b83077a7","resourceCustomizationUUID":"fbb388a1-63d0-49b9-be9e-2687c1244af9","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":"ZTNjZTUwMWYwYzlkNWYxZGM1ZDJjNzM5MjVlODIwZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"35663fb6-0ce4-4131-9165-af5241616f9c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzM0NzE4OGQ2MzE0Y2NjNWQ1NzliMmZhN2U0MmRlNjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"355a54bb-6ded-4cba-957f-696079cded4a","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:46:04.171Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:46:04.172Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:46:04.178Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:46:04.178Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406763512,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:46:04.195Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 733d01cf-339e-46a1-ae95-6ae21d220053
2023-02-03T06:46:04.196Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 733d01cf-339e-46a1-ae95-6ae21d220053 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:46:04.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:46:04.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675406759108,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:46:04.211Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:46:04.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:46:04.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675406759108,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:46:04.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:46:04.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:46:04.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
  "consumerID": "aai-ml",
  "timestamp": 1675406759651,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:46:04.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:46:04.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:46:04.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
  "consumerID": "aai-ml",
  "timestamp": 1675406759651,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:46:04.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:46:04.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:46:04.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
  "consumerID": "aai-ml",
  "timestamp": 1675406762410,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:46:04.214Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:46:04.278Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:46:04.279Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:46:04.280Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:46:04.297Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:46:04.298Z||pool-35-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:46:05.179Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:46:05.180Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:46:05.183Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:46:05.183Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406763512,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:46:05.284Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:46:05.285Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:46:05.285Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:46:05.298Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:46:05.299Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:46:06.185Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "e2a48cd9-5d27-4bc7-82b3-47b4affcaa01",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9ed7af19-9a12-4869-8115-f3897cd9690f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "fbb388a1-63d0-49b9-be9e-2687c1244af9",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "72ce2e9f-99ab-463f-a866-b7e9174738ae",
      "resourceInvariantUUID": "2f7df9c1-5608-4e3e-afd2-8191b83077a7",
      "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": "MzM0NzE4OGQ2MzE0Y2NjNWQ1NzliMmZhN2U0MmRlNjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "355a54bb-6ded-4cba-957f-696079cded4a"
    }
  ],
  "workloadContext": "Production"
}
2023-02-03T06:46:06.185Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-03T06:46:06.185Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e2a48cd9-5d27-4bc7-82b3-47b4affcaa01 ASDC
2023-02-03T06:46:06.186Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:733d01cf-339e-46a1-ae95-6ae21d220053
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:e2a48cd9-5d27-4bc7-82b3-47b4affcaa01
ServiceInvariantUUID:9ed7af19-9a12-4869-8115-f3897cd9690f
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:355a54bb-6ded-4cba-957f-696079cded4a
ArtifactChecksum:MzM0NzE4OGQ2MzE0Y2NjNWQ1NzliMmZhN2U0MmRlNjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:fbb388a1-63d0-49b9-be9e-2687c1244af9
ResourceInvariantUUID:2f7df9c1-5608-4e3e-afd2-8191b83077a7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:72ce2e9f-99ab-463f-a866-b7e9174738ae
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-02-03T06:46:06.187Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e2a48cd9-5d27-4bc7-82b3-47b4affcaa01 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-03T06:46:06.232Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-03T06:46:06.234Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-03T06:46:06.234Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-03T06:46:06.234Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 355a54bb-6ded-4cba-957f-696079cded4a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-03T06:46:06.234Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-03T06:46:06.235Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-03T06:46:06.366Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-03T06:46:06.370Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 355a54bb-6ded-4cba-957f-696079cded4a 57664
2023-02-03T06:46:06.370Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-03T06:46:06.370Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-03T06:46:06.371Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T06:46:06.371Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:46:06.374Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:46:06.374Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406766370,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:46:06.474Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:46:06.475Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:46:06.476Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:46:06.493Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:46:06.494Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:46:07.374Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-03T06:46:07.376Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-03T06:46:07.377Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 355a54bb-6ded-4cba-957f-696079cded4a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-03T06:46:07.377Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-02-03T06:46:07.377Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-03T06:46:07.377Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-03T06:46:07.611Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11505167622927122327/Definitions/service-BasicNetwork-template.yml
2023-02-03T06:46:08.401Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-03T06:46:08.402Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-03T06:46:08.402Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-03T06:46:08.403Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-02-03T06:46:08.403Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-03T06:46:08.403Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-03T06:46:08.403Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-03T06:46:08.404Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-03T06:46:08.404Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-03T06:46:08.404Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-03T06:46:08.404Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-03T06:46:08.404Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-03T06:46:08.404Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-03T06:46:08.405Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:46:08.405Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:46:08.406Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-03T06:46:08.406Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-03T06:46:08.406Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-03T06:46:08.406Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:46:08.407Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:46:08.407Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-03T06:46:08.407Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-03T06:46:08.407Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-03T06:46:08.408Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:46:08.408Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:46:08.408Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:46:08.408Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:46:08.409Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:46:08.409Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:46:08.409Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:46:08.410Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:46:08.410Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:46:08.410Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:46:08.410Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:e2a48cd9-5d27-4bc7-82b3-47b4affcaa01
Model Version:NULL
Model InvariantUuid:9ed7af19-9a12-4869-8115-f3897cd9690f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:2f7df9c1-5608-4e3e-afd2-8191b83077a7
Model UUID:d1a3c736-2154-481c-b5b5-411c669ddb7b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:fbb388a1-63d0-49b9-be9e-2687c1244af9
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-03T06:46:08.450Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 72ce2e9f-99ab-463f-a866-b7e9174738ae
2023-02-03T06:46:08.451Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||No resources found for Service: e2a48cd9-5d27-4bc7-82b3-47b4affcaa01
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T06:46:08.459Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||
2023-02-03T06:46:08.460Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-02-03T06:46:08.461Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||No resources found for Service: e2a48cd9-5d27-4bc7-82b3-47b4affcaa01
2023-02-03T06:46:08.462Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e2a48cd9-5d27-4bc7-82b3-47b4affcaa01
2023-02-03T06:46:08.462Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-02-03T06:46:08.462Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T06:46:08.471Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27e9d341, org.onap.sdc.toscaparser.api.parameters.Input@50496a00, org.onap.sdc.toscaparser.api.parameters.Input@52b0a88b, org.onap.sdc.toscaparser.api.parameters.Input@4e5bfd1e, org.onap.sdc.toscaparser.api.parameters.Input@27415c4f]
2023-02-03T06:46:08.473Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:46:08.474Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:46:08.474Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:46:08.474Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:46:08.475Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e2a48cd9-5d27-4bc7-82b3-47b4affcaa01: Generic NeutronNet
2023-02-03T06:46:08.475Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:46:08.475Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:46:08.476Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:46:08.476Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-02-03T06:46:08.520Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:46:08.521Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:46:08.521Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:46:08.521Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:46:08.521Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:46:08.522Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:46:08.522Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-02-03T06:46:08.595Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-02-03T06:46:08.595Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-03T06:46:08.595Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-03T06:46:08.596Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T06:46:08.596Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:46:08.626Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:46:08.626Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406768595,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T06:46:08.700Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 72 ms
2023-02-03T06:46:08.702Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:46:08.702Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:46:08.722Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:46:08.723Z||pool-38-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:46:09.628Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 733d01cf-339e-46a1-ae95-6ae21d220053
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T06:46:09.646Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 733d01cf-339e-46a1-ae95-6ae21d220053
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T06:46:09.653Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-03T06:46:09.654Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-03T06:46:09.654Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-03T06:46:39.655Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 733d01cf-339e-46a1-ae95-6ae21d220053
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T06:46:39.671Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 733d01cf-339e-46a1-ae95-6ae21d220053
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T06:46:39.674Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-03T06:46:39.674Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-03T06:46:39.674Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-03T06:47:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:47:03.519Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:47:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:47:03.651Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:47:03.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:47:03.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406763512,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:47:03.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:47:09.675Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 733d01cf-339e-46a1-ae95-6ae21d220053
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T06:47:09.687Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 733d01cf-339e-46a1-ae95-6ae21d220053
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T06:47:09.692Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-03T06:47:09.693Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-03T06:47:09.693Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-03T06:47:39.693Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 733d01cf-339e-46a1-ae95-6ae21d220053
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T06:47:39.709Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 733d01cf-339e-46a1-ae95-6ae21d220053
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T06:47:39.712Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-03T06:47:39.713Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-03T06:47:39.713Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-03T06:48:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:48:03.518Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:48:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:48:03.544Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:48:03.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406763512,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:48:03.569Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406766370,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:48:03.569Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
  "consumerID": "aai-ml",
  "timestamp": 1675406765854,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T06:48:03.571Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.571Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
  "consumerID": "aai-ml",
  "timestamp": 1675406766858,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:48:03.585Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 733d01cf-339e-46a1-ae95-6ae21d220053
2023-02-03T06:48:03.586Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 733d01cf-339e-46a1-ae95-6ae21d220053 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:48:03.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406768595,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T06:48:03.610Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "cds",
  "timestamp": 1675406769914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.611Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406768458,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.612Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "cds",
  "timestamp": 1675406769914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.613Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.613Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406768458,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:48:03.613Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.613Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "cds",
  "timestamp": 1675406769914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.614Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406771160,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:48:03.614Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "cds",
  "timestamp": 1675406769914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.615Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406772711,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T06:48:03.615Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "cds",
  "timestamp": 1675406769914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.616Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406773715,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:48:03.623Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 733d01cf-339e-46a1-ae95-6ae21d220053
2023-02-03T06:48:03.624Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 733d01cf-339e-46a1-ae95-6ae21d220053 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:48:03.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "cds",
  "timestamp": 1675406769914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406768458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "cds",
  "timestamp": 1675406769914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:48:03.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406775920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406768458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "cds",
  "timestamp": 1675406777554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:48:03.640Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406775920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-02-03T06:48:03.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406768458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "cds",
  "timestamp": 1675406778560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:48:03.658Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 27916bac-4260-448e-bed3-911aa3baa353
2023-02-03T06:48:03.658Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27916bac-4260-448e-bed3-911aa3baa353 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:48:03.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406775920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-03T06:48:03.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406768458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406775920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406768458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675406779108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406775920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-03T06:48:03.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406768458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675406779108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406775920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406768458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:48:03.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675406779108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406775920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:48:03.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406781832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:48:03.676Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675406779108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406783753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:48:03.676Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675406779108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406784829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:48:03.677Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406784080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T06:48:03.677Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "cds",
  "timestamp": 1675406784914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675406779108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406785899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:48:03.678Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406785084,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:48:03.686Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 27916bac-4260-448e-bed3-911aa3baa353
2023-02-03T06:48:03.686Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27916bac-4260-448e-bed3-911aa3baa353 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:48:03.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "cds",
  "timestamp": 1675406784914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675406779108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.702Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406786930,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:48:03.710Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 27916bac-4260-448e-bed3-911aa3baa353
2023-02-03T06:48:03.711Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27916bac-4260-448e-bed3-911aa3baa353 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:48:03.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "cds",
  "timestamp": 1675406784914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675406779108,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406787935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-03T06:48:03.725Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "cds",
  "timestamp": 1675406784914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675406779108,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406775920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "cds",
  "timestamp": 1675406784914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675406779108,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406775920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "cds",
  "timestamp": 1675406784914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675406779108,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406775920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "cds",
  "timestamp": 1675406784914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675406779108,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "aai-ml",
  "timestamp": 1675406789652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406775920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "cds",
  "timestamp": 1675406784914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:48:03.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675406779108,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-02-03T06:48:03.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "aai-ml",
  "timestamp": 1675406789652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406775920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675406779108,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "cds",
  "timestamp": 1675406793584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:48:03.734Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "aai-ml",
  "timestamp": 1675406789652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406775920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675406779108,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "cds",
  "timestamp": 1675406794590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:48:03.757Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d939e6d1-c154-473e-bf87-4bbda87df0a8
2023-02-03T06:48:03.758Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d939e6d1-c154-473e-bf87-4bbda87df0a8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:48:03.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "aai-ml",
  "timestamp": 1675406789652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406775920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "aai-ml",
  "timestamp": 1675406789652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675406795003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:48:03.786Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406775920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:48:03.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "aai-ml",
  "timestamp": 1675406789652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675406796254,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-02-03T06:48:03.787Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "aai-ml",
  "timestamp": 1675406789652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:48:03.787Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675406797260,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:48:03.799Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d939e6d1-c154-473e-bf87-4bbda87df0a8
2023-02-03T06:48:03.800Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d939e6d1-c154-473e-bf87-4bbda87df0a8 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:48:03.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "aai-ml",
  "timestamp": 1675406797410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:48:03.816Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406798458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406798458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406798458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406798458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406798458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "aai-ml",
  "timestamp": 1675406803327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T06:48:03.819Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406798458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "aai-ml",
  "timestamp": 1675406804331,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:48:03.829Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 27916bac-4260-448e-bed3-911aa3baa353
2023-02-03T06:48:03.830Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27916bac-4260-448e-bed3-911aa3baa353 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:48:03.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406798458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "aai-ml",
  "timestamp": 1675406789652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406798458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:48:03.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "aai-ml",
  "timestamp": 1675406789652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406807071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:48:03.850Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "aai-ml",
  "timestamp": 1675406789652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "aai-ml",
  "timestamp": 1675406789652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406808781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T06:48:03.852Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "aai-ml",
  "timestamp": 1675406789652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406809785,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:48:03.862Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d939e6d1-c154-473e-bf87-4bbda87df0a8
2023-02-03T06:48:03.863Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d939e6d1-c154-473e-bf87-4bbda87df0a8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:48:03.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "aai-ml",
  "timestamp": 1675406789652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "aai-ml",
  "timestamp": 1675406789652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:03.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "aai-ml",
  "timestamp": 1675406789652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:48:03.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:48:03.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "aai-ml",
  "timestamp": 1675406813424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:48:03.893Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "aai-ml",
  "timestamp": 1675406817354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T06:48:03.893Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:48:03.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:48:03.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "aai-ml",
  "timestamp": 1675406818358,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:48:03.900Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d939e6d1-c154-473e-bf87-4bbda87df0a8
2023-02-03T06:48:03.901Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d939e6d1-c154-473e-bf87-4bbda87df0a8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:48:09.713Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 733d01cf-339e-46a1-ae95-6ae21d220053
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T06:48:09.726Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 733d01cf-339e-46a1-ae95-6ae21d220053
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T06:48:09.733Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-03T06:48:09.734Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-03T06:48:09.734Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-03T06:48:09.734Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-03T06:48:09.734Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T06:48:09.734Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T06:48:09.735Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T06:48:09.735Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T06:48:09.735Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:48:09.742Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-03T06:48:39.743Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 733d01cf-339e-46a1-ae95-6ae21d220053 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-03T06:48:39.755Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 733d01cf-339e-46a1-ae95-6ae21d220053 and serviceModelVersionId: e2a48cd9-5d27-4bc7-82b3-47b4affcaa01
2023-02-03T06:48:39.756Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9ed7af19-9a12-4869-8115-f3897cd9690f
2023-02-03T06:48:39.760Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9ed7af19-9a12-4869-8115-f3897cd9690f/model-vers/model-ver/e2a48cd9-5d27-4bc7-82b3-47b4affcaa01?depth=0
2023-02-03T06:48:39.783Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-02-03T06:48:39.914Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ed7af19-9a12-4869-8115-f3897cd9690f/model-vers/model-ver/e2a48cd9-5d27-4bc7-82b3-47b4affcaa01?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-03T06:48:39.916Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ed7af19-9a12-4869-8115-f3897cd9690f/model-vers/model-ver/e2a48cd9-5d27-4bc7-82b3-47b4affcaa01?depth=0|INFO|500||Invoke
2023-02-03T06:48:39.971Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ed7af19-9a12-4869-8115-f3897cd9690f/model-vers/model-ver/e2a48cd9-5d27-4bc7-82b3-47b4affcaa01?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-03T06:48:40.090Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ed7af19-9a12-4869-8115-f3897cd9690f/model-vers/model-ver/e2a48cd9-5d27-4bc7-82b3-47b4affcaa01?depth=0|INFO|500||InvokeReturn
2023-02-03T06:48:40.091Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ed7af19-9a12-4869-8115-f3897cd9690f/model-vers/model-ver/e2a48cd9-5d27-4bc7-82b3-47b4affcaa01?depth=0 has http status code:200 and response headers:{date=[Fri, 03 Feb 2023 06:48:40 GMT], content-length=[0], vertex-id=[200920], x-aai-txid=[1-aai-resources-230203-06:48:40:496-70028], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-03T06:48:40.091Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-02-03T06:48:40.092Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-03T06:48:40.092Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T06:48:40.103Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-03T06:48:40.103Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 733d01cf-339e-46a1-ae95-6ae21d220053 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-03T06:48:40.104Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-03T06:48:40.104Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:48:40.107Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:48:40.107Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406920104,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-03T06:48:40.208Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-03T06:48:40.209Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:48:40.210Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:48:40.224Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:48:40.225Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-03T06:48:41.124Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:48:41.125Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"27916bac-4260-448e-bed3-911aa3baa353","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"642e2f52-be7c-4cd2-b660-769b2a7b9bcb","serviceDescription":"service","serviceInvariantUUID":"0cb0f207-d7fa-4784-827a-e5fc9ce3ad35","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e302973c-da74-4ec1-bcfd-86bb69f08b23","resourceInvariantUUID":"04622568-ea6e-4400-a7a9-e10680b0af06","resourceCustomizationUUID":"162fa0a9-c41f-4b6f-8452-c884bea96e15","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":"Mjc3ZDIzZTZiNGVmNzViZDcwZWI1NjcyY2ZjY2ZmOTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f6a134de-bfcc-41bf-9536-79d4fdc428c1","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":"ZTZkYTEzMmMwZTY5MmE4OTQ4ZTI3NmUzZGQwNWYzZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f0795e6d-4d27-446c-9980-3fafa5dc2afe","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":"b7951ce6-d121-4351-b7a1-c1471c356836","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":"c8df29de-8c82-43a1-b45b-21f6e60a86e6","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":"c8cf6e69-58b6-4575-b489-b2d99ec2183b","artifactVersion":"2","generatedFromUUID":"b7951ce6-d121-4351-b7a1-c1471c356836"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTY0ZTJiYWE1ZGQyYjMyZmNkMjNiN2VkMDg5NGQ3ZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7c4c1f6f-b29f-4f18-b79e-3f524b59c281","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDcwNDliMDkwMzc5YmJhOTZhN2EyYTMzNzY1MTM3Yzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eec76f62-857a-465e-8db8-22bd60cf7257","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-03T06:48:41.126Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:48:41.126Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:48:41.128Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:48:41.128Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406763512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:41.228Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:48:41.229Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:48:41.230Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:48:41.239Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:48:41.240Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2023-02-03T06:48:42.129Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:48:42.130Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:48:42.132Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:48:42.132Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406763512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-02-03T06:48:42.234Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-02-03T06:48:42.235Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:48:42.235Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:48:42.252Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:48:42.252Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:48:43.133Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:48:43.134Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:48:43.136Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:48:43.136Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406763512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-03T06:48:43.237Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-03T06:48:43.238Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:48:43.239Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:48:43.249Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:48:43.249Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:48:44.142Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:48:44.148Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:48:44.152Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:48:44.152Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406763512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:44.252Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:48:44.252Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:48:44.253Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:48:44.267Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:48:44.267Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:48:45.153Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:48:45.154Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:48:45.157Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:48:45.157Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406763512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-03T06:48:45.257Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:48:45.258Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:48:45.258Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:48:45.269Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:48:45.270Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:48:46.157Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:48:46.158Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:48:46.161Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:48:46.161Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406763512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:48:46.261Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:48:46.262Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:48:46.262Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:48:46.275Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:48:46.275Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:48:47.162Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:48:47.163Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:48:47.166Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:48:47.166Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406763512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:48:47.266Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:48:47.267Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:48:47.267Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:48:47.278Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:48:47.279Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-02-03T06:48:48.168Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "642e2f52-be7c-4cd2-b660-769b2a7b9bcb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0cb0f207-d7fa-4784-827a-e5fc9ce3ad35",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "162fa0a9-c41f-4b6f-8452-c884bea96e15",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e302973c-da74-4ec1-bcfd-86bb69f08b23",
      "resourceInvariantUUID": "04622568-ea6e-4400-a7a9-e10680b0af06",
      "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": "ZTZkYTEzMmMwZTY5MmE4OTQ4ZTI3NmUzZGQwNWYzZDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f0795e6d-4d27-446c-9980-3fafa5dc2afe",
          "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": "b7951ce6-d121-4351-b7a1-c1471c356836",
          "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": "c8cf6e69-58b6-4575-b489-b2d99ec2183b",
            "generatedFromUUID": "b7951ce6-d121-4351-b7a1-c1471c356836"
          },
          "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": "c8cf6e69-58b6-4575-b489-b2d99ec2183b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZDcwNDliMDkwMzc5YmJhOTZhN2EyYTMzNzY1MTM3Yzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eec76f62-857a-465e-8db8-22bd60cf7257"
    }
  ],
  "workloadContext": "Production"
}
2023-02-03T06:48:48.168Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-03T06:48:48.168Z|733d01cf-339e-46a1-ae95-6ae21d220053|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 642e2f52-be7c-4cd2-b660-769b2a7b9bcb ASDC
2023-02-03T06:48:48.169Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:27916bac-4260-448e-bed3-911aa3baa353
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:642e2f52-be7c-4cd2-b660-769b2a7b9bcb
ServiceInvariantUUID:0cb0f207-d7fa-4784-827a-e5fc9ce3ad35
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:eec76f62-857a-465e-8db8-22bd60cf7257
ArtifactChecksum:ZDcwNDliMDkwMzc5YmJhOTZhN2EyYTMzNzY1MTM3Yzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:162fa0a9-c41f-4b6f-8452-c884bea96e15
ResourceInvariantUUID:04622568-ea6e-4400-a7a9-e10680b0af06
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e302973c-da74-4ec1-bcfd-86bb69f08b23
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:f0795e6d-4d27-446c-9980-3fafa5dc2afe
ArtifactChecksum:ZTZkYTEzMmMwZTY5MmE4OTQ4ZTI3NmUzZGQwNWYzZDE=
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:b7951ce6-d121-4351-b7a1-c1471c356836
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:c8cf6e69-58b6-4575-b489-b2d99ec2183b
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:c8cf6e69-58b6-4575-b489-b2d99ec2183b
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-03T06:48:48.169Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 642e2f52-be7c-4cd2-b660-769b2a7b9bcb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-03T06:48:48.224Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-03T06:48:48.225Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-03T06:48:48.225Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-03T06:48:48.225Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: eec76f62-857a-465e-8db8-22bd60cf7257 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-03T06:48:48.226Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-03T06:48:48.226Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-03T06:48:48.310Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-03T06:48:48.315Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar eec76f62-857a-465e-8db8-22bd60cf7257 74811
2023-02-03T06:48:48.316Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-02-03T06:48:48.316Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-03T06:48:48.316Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T06:48:48.317Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:48:48.319Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:48:48.319Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406928316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:48:48.419Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:48:48.420Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:48:48.420Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:48:48.431Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:48:48.432Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:48:49.320Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-03T06:48:49.321Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-03T06:48:49.322Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: eec76f62-857a-465e-8db8-22bd60cf7257, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-02-03T06:48:49.326Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-02-03T06:48:49.327Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-02-03T06:48:49.327Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-02-03T06:48:49.476Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3775856519347340536/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-02-03T06:48:50.818Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-03T06:48:50.819Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-03T06:48:50.819Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-03T06:48:50.819Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-03T06:48:50.819Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-03T06:48:50.819Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-03T06:48:50.820Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-03T06:48:50.820Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-03T06:48:50.820Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-03T06:48:50.820Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-03T06:48:50.820Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-03T06:48:50.820Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-03T06:48:50.821Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:48:50.821Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:48:50.821Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-03T06:48:50.821Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-03T06:48:50.822Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-03T06:48:50.822Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:48:50.822Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:48:50.822Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-03T06:48:50.822Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-03T06:48:50.823Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-03T06:48:50.823Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:48:50.823Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:48:50.824Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:48:50.824Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-03T06:48:50.824Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-02-03T06:48:50.825Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-02-03T06:48:50.825Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-02-03T06:48:50.825Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-03T06:48:50.825Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-03T06:48:50.826Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:48:50.826Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-03T06:48:50.826Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:48:50.827Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-03T06:48:50.827Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:48:50.827Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:48:50.828Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-03T06:48:50.828Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:48:50.828Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:48:50.828Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-03T06:48:50.829Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:48:50.829Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:48:50.829Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-03T06:48:50.829Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-03T06:48:50.830Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-03T06:48:50.830Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ac12a54d-bf70-426a-bd09-8baedcf93411
2023-02-03T06:48:50.830Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:48:50.830Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:48:50.831Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:48:50.831Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:48:50.831Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:48:50.832Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:48:50.832Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:48:50.832Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:48:50.832Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:642e2f52-be7c-4cd2-b660-769b2a7b9bcb
Model Version:NULL
Model InvariantUuid:0cb0f207-d7fa-4784-827a-e5fc9ce3ad35
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:5b274827-6a67-4b91-90eb-72c7e255bf46
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:04622568-ea6e-4400-a7a9-e10680b0af06
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:162fa0a9-c41f-4b6f-8452-c884bea96e15
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:791a6465-51b7-4524-b2f0-dfa9da88d721
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:77fd4d45-7397-4b20-8303-0b3b6160253e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ac12a54d-bf70-426a-bd09-8baedcf93411
ModelInvariantUuid:3461ec31-31bf-4d18-9eed-0ec80014cfa6
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:fe51c655-1b5c-43b0-975d-d31c151a0d8e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:fb6afe63-c815-451f-86f0-f7219ebab0d3
ModelInvariantUuid:20c877e3-8d2f-4b55-a89e-8f874c1a9305
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:4a78cbd1-8415-43a1-92e6-a00f2a681e5d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-03T06:48:50.842Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: e302973c-da74-4ec1-bcfd-86bb69f08b23
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T06:48:50.846Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||basic_vm 0
2023-02-03T06:48:50.847Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e302973c-da74-4ec1-bcfd-86bb69f08b23
2023-02-03T06:48:50.847Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f0795e6d-4d27-446c-9980-3fafa5dc2afe from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-03T06:48:50.847Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-03T06:48:50.848Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-03T06:48:50.902Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-03T06:48:50.903Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json f0795e6d-4d27-446c-9980-3fafa5dc2afe 787
2023-02-03T06:48:50.904Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-02-03T06:48:50.904Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-03T06:48:50.904Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T06:48:50.905Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:48:50.908Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:48:50.908Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406930904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:48:51.008Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:48:51.009Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:48:51.009Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:48:51.019Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:48:51.019Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:48:51.909Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "791a6465-51b7-4524-b2f0-dfa9da88d721",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "77fd4d45-7397-4b20-8303-0b3b6160253e",
    "vfModuleModelCustomizationUUID": "7f3be9e9-b02c-43af-a917-f922bd200eca",
    "isBase": true,
    "artifacts": [
      "b7951ce6-d121-4351-b7a1-c1471c356836",
      "c8cf6e69-58b6-4575-b489-b2d99ec2183b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-03T06:48:51.915Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:77fd4d45-7397-4b20-8303-0b3b6160253e
VfModuleModelInvariantUUID:791a6465-51b7-4524-b2f0-dfa9da88d721
VfModuleModelDescription:NULL
Artifacts UUID List:{
b7951ce6-d121-4351-b7a1-c1471c356836
,
c8cf6e69-58b6-4575-b489-b2d99ec2183b

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

isBase:true


}

2023-02-03T06:48:51.917Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "791a6465-51b7-4524-b2f0-dfa9da88d721",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "77fd4d45-7397-4b20-8303-0b3b6160253e",
    "vfModuleModelCustomizationUUID": "7f3be9e9-b02c-43af-a917-f922bd200eca",
    "isBase": true,
    "artifacts": [
      "b7951ce6-d121-4351-b7a1-c1471c356836",
      "c8cf6e69-58b6-4575-b489-b2d99ec2183b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-03T06:48:51.917Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:77fd4d45-7397-4b20-8303-0b3b6160253e
VfModuleModelInvariantUUID:791a6465-51b7-4524-b2f0-dfa9da88d721
VfModuleModelDescription:NULL
Artifacts UUID List:{
b7951ce6-d121-4351-b7a1-c1471c356836
,
c8cf6e69-58b6-4575-b489-b2d99ec2183b

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

isBase:true


}

2023-02-03T06:48:51.918Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b7951ce6-d121-4351-b7a1-c1471c356836 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-03T06:48:51.918Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-03T06:48:51.918Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-03T06:48:51.979Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-03T06:48:51.980Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml b7951ce6-d121-4351-b7a1-c1471c356836 5033
2023-02-03T06:48:51.980Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-03T06:48:51.981Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-03T06:48:51.981Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T06:48:51.981Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:48:51.983Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:48:51.984Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406931980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:48:52.084Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:48:52.085Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:48:52.085Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:48:52.095Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:48:52.096Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:48:52.984Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c8cf6e69-58b6-4575-b489-b2d99ec2183b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-03T06:48:52.985Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-03T06:48:52.986Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-03T06:48:53.060Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-03T06:48:53.061Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env c8cf6e69-58b6-4575-b489-b2d99ec2183b 903
2023-02-03T06:48:53.061Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-03T06:48:53.061Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-03T06:48:53.061Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T06:48:53.062Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:48:53.063Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:48:53.063Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406933061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:48:53.164Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:48:53.164Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:48:53.165Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:48:53.175Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:48:53.176Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:48:54.064Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 642e2f52-be7c-4cd2-b660-769b2a7b9bcb
2023-02-03T06:48:54.065Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e302973c-da74-4ec1-bcfd-86bb69f08b23 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T06:48:54.080Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@8610884, org.onap.sdc.toscaparser.api.parameters.Input@6c7938f7, org.onap.sdc.toscaparser.api.parameters.Input@620556e6, org.onap.sdc.toscaparser.api.parameters.Input@294e6323, org.onap.sdc.toscaparser.api.parameters.Input@29eb6ba6]
2023-02-03T06:48:54.082Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:48:54.082Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:48:54.082Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2023-02-03T06:48:54.082Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 162fa0a9-c41f-4b6f-8452-c884bea96e15
2023-02-03T06:48:54.083Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 162fa0a9-c41f-4b6f-8452-c884bea96e15 matches Tosca VF Customization UUID: 162fa0a9-c41f-4b6f-8452-c884bea96e15
2023-02-03T06:48:54.083Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 162fa0a9-c41f-4b6f-8452-c884bea96e15  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-03T06:48:54.086Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:48:54.086Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:48:54.087Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 162fa0a9-c41f-4b6f-8452-c884bea96e15: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-03T06:48:54.087Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1e87b12b
2023-02-03T06:48:54.088Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:48:54.088Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-03T06:48:54.088Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7f3be9e9-b02c-43af-a917-f922bd200eca
2023-02-03T06:48:54.088Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7f3be9e9-b02c-43af-a917-f922bd200eca
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-03T06:48:54.092Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:48:54.093Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-03T06:48:54.093Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:48:54.093Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:48:54.093Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-03T06:48:54.093Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:48:54.094Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:48:54.094Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-03T06:48:54.094Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-03T06:48:54.094Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-03T06:48:54.094Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ac12a54d-bf70-426a-bd09-8baedcf93411
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-03T06:48:54.098Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:48:54.099Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-03T06:48:54.099Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:48:54.099Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:48:54.099Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-03T06:48:54.099Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=162fa0a9-c41f-4b6f-8452-c884bea96e15
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T06:48:54.101Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:48:54.101Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:48:54.101Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 642e2f52-be7c-4cd2-b660-769b2a7b9bcb: basic_vm
2023-02-03T06:48:54.102Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:48:54.102Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:48:54.102Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:48:54.102Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:48:54.102Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:48:54.103Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:48:54.103Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:48:54.103Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:48:54.103Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:48:54.104Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:48:54.104Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:48:54.210Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e302973c-da74-4ec1-bcfd-86bb69f08b23 1 ASDC deployResourceStructure
2023-02-03T06:48:54.211Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-02-03T06:48:54.211Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-03T06:48:54.211Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T06:48:54.211Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:48:54.213Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:48:54.213Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406934211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-03T06:48:54.313Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:48:54.315Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:48:54.315Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:48:54.327Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:48:54.328Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:48:55.214Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-03T06:48:55.215Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-03T06:48:55.215Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T06:48:55.215Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:48:55.218Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:48:55.218Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406935214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-02-03T06:48:55.318Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:48:55.319Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:48:55.319Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:48:55.328Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:48:55.329Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2023-02-03T06:48:56.219Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-03T06:48:56.219Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-03T06:48:56.219Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T06:48:56.220Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:48:56.222Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:48:56.222Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406936219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-02-03T06:48:56.323Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-03T06:48:56.324Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:48:56.324Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:48:56.357Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:48:56.358Z||pool-53-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2023-02-03T06:48:57.223Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-02-03T06:48:57.224Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-03T06:48:57.224Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T06:48:57.224Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:48:57.227Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:48:57.228Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406937223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T06:48:57.328Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:48:57.329Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:48:57.329Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:48:57.339Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:48:57.340Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-02-03T06:48:58.228Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 27916bac-4260-448e-bed3-911aa3baa353
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T06:48:58.240Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 27916bac-4260-448e-bed3-911aa3baa353
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T06:48:58.243Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-03T06:48:58.243Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-03T06:48:58.243Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-03T06:48:58.243Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-03T06:48:58.243Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T06:48:58.244Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T06:48:58.244Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T06:48:58.244Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T06:48:58.244Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T06:48:58.244Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:48:58.249Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-03T06:49:03.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:49:03.519Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:49:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:49:03.577Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:49:03.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406828458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "cds",
  "timestamp": 1675406829914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406835922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406828458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.584Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "cds",
  "timestamp": 1675406829914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.584Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406835922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-02-03T06:49:03.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406828458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "cds",
  "timestamp": 1675406829914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406835922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-02-03T06:49:03.588Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406828458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "cds",
  "timestamp": 1675406829914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406835922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-02-03T06:49:03.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "cds",
  "timestamp": 1675406829914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406828458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675406839108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406835922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-02-03T06:49:03.598Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "cds",
  "timestamp": 1675406829914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.599Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406828458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.610Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675406839108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.610Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406835922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.611Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "cds",
  "timestamp": 1675406829914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.611Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406828458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675406839108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.613Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406835922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-02-03T06:49:03.613Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "cds",
  "timestamp": 1675406829914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.613Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406828458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.614Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675406839108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.614Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406835922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.615Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "cds",
  "timestamp": 1675406829914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:49:03.615Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406828458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:49:03.616Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675406839108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.616Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406835922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:49:03.617Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "cds",
  "timestamp": 1675406844768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:49:03.617Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:49:03.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406843407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:49:03.618Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:49:03.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675406839108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406845673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:49:03.619Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:49:03.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "cds",
  "timestamp": 1675406845774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:49:03.656Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4f0339cc-1040-494f-9016-16c02c7b3b99
2023-02-03T06:49:03.656Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f0339cc-1040-494f-9016-16c02c7b3b99 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:49:03.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675406839108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406846760,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:49:03.688Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:49:03.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406845405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T06:49:03.689Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:49:03.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675406839108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675406846408,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:49:03.701Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4f0339cc-1040-494f-9016-16c02c7b3b99
2023-02-03T06:49:03.702Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f0339cc-1040-494f-9016-16c02c7b3b99 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:49:03.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406847832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:49:03.722Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:49:03.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675406839108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.725Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406848892,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:49:03.726Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:49:03.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406849923,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:49:03.738Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f0339cc-1040-494f-9016-16c02c7b3b99
2023-02-03T06:49:03.739Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f0339cc-1040-494f-9016-16c02c7b3b99 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:49:03.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675406850926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-03T06:49:03.772Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:49:03.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "aai-ml",
  "timestamp": 1675406849651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "aai-ml",
  "timestamp": 1675406849651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "aai-ml",
  "timestamp": 1675406849651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "aai-ml",
  "timestamp": 1675406849651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.776Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "aai-ml",
  "timestamp": 1675406849651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.777Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "aai-ml",
  "timestamp": 1675406849651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.778Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "aai-ml",
  "timestamp": 1675406849651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.779Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.779Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.779Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "aai-ml",
  "timestamp": 1675406849651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:03.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "aai-ml",
  "timestamp": 1675406849651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:49:03.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:49:03.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "aai-ml",
  "timestamp": 1675406859389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:49:03.781Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:49:03.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "aai-ml",
  "timestamp": 1675406864544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T06:49:03.782Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:49:03.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-03T06:49:03.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "aai-ml",
  "timestamp": 1675406865547,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:49:03.812Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4f0339cc-1040-494f-9016-16c02c7b3b99
2023-02-03T06:49:03.812Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f0339cc-1040-494f-9016-16c02c7b3b99 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:49:28.249Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 27916bac-4260-448e-bed3-911aa3baa353 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-03T06:49:28.270Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 27916bac-4260-448e-bed3-911aa3baa353 and serviceModelVersionId: 642e2f52-be7c-4cd2-b660-769b2a7b9bcb
2023-02-03T06:49:28.270Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cb0f207-d7fa-4784-827a-e5fc9ce3ad35
2023-02-03T06:49:28.271Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cb0f207-d7fa-4784-827a-e5fc9ce3ad35/model-vers/model-ver/642e2f52-be7c-4cd2-b660-769b2a7b9bcb?depth=0
2023-02-03T06:49:28.275Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-02-03T06:49:28.339Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cb0f207-d7fa-4784-827a-e5fc9ce3ad35/model-vers/model-ver/642e2f52-be7c-4cd2-b660-769b2a7b9bcb?depth=0|INFO|500||Invoke
2023-02-03T06:49:28.339Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cb0f207-d7fa-4784-827a-e5fc9ce3ad35/model-vers/model-ver/642e2f52-be7c-4cd2-b660-769b2a7b9bcb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cb0f207-d7fa-4784-827a-e5fc9ce3ad35/model-vers/model-ver/642e2f52-be7c-4cd2-b660-769b2a7b9bcb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[27916bac-4260-448e-bed3-911aa3baa353], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c3e6a943-f9a9-4928-aa6a-b76874a4606a], X-ECOMP-RequestID=[27916bac-4260-448e-bed3-911aa3baa353], X-TransactionId=[], X-ONAP-RequestID=[27916bac-4260-448e-bed3-911aa3baa353], Content-Type=[application/merge-patch+json]}
2023-02-03T06:49:28.360Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cb0f207-d7fa-4784-827a-e5fc9ce3ad35/model-vers/model-ver/642e2f52-be7c-4cd2-b660-769b2a7b9bcb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-03T06:49:28.470Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cb0f207-d7fa-4784-827a-e5fc9ce3ad35/model-vers/model-ver/642e2f52-be7c-4cd2-b660-769b2a7b9bcb?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/0cb0f207-d7fa-4784-827a-e5fc9ce3ad35/model-vers/model-ver/642e2f52-be7c-4cd2-b660-769b2a7b9bcb?depth=0 has http status code:200 and response headers:{date=[Fri, 03 Feb 2023 06:49:28 GMT], content-length=[0], vertex-id=[237688], x-aai-txid=[1-aai-resources-230203-06:49:28:890-16393], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-03T06:49:28.470Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cb0f207-d7fa-4784-827a-e5fc9ce3ad35/model-vers/model-ver/642e2f52-be7c-4cd2-b660-769b2a7b9bcb?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-03T06:49:28.471Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cb0f207-d7fa-4784-827a-e5fc9ce3ad35/model-vers/model-ver/642e2f52-be7c-4cd2-b660-769b2a7b9bcb?depth=0|INFO|500||InvokeReturn
2023-02-03T06:49:28.473Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-03T06:49:28.473Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T06:49:28.480Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-03T06:49:28.480Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 27916bac-4260-448e-bed3-911aa3baa353 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-03T06:49:28.481Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-03T06:49:28.481Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:49:28.484Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:49:28.484Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406968480,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-03T06:49:28.584Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:49:28.586Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:49:28.586Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:49:28.605Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:49:28.606Z||pool-55-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=?
2023-02-03T06:49:29.500Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:49:29.501Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:49:29.501Z|27916bac-4260-448e-bed3-911aa3baa353|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:49:33.996Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:49:33.997Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:49:33.998Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"d939e6d1-c154-473e-bf87-4bbda87df0a8","serviceName":"Demo_pNF_1GHIh0gQrglf97NxpWHl","serviceVersion":"1.0","serviceUUID":"eed7c2ef-5042-4d6a-b2ec-1ae0660e03a8","serviceDescription":"catalog service description","serviceInvariantUUID":"81bc933d-dc7e-464b-9028-74bf7fe05166","resources":[{"resourceInstanceName":"pNF abf16636-4283 0","resourceName":"pNF abf16636-4283","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"bbd9aea3-830c-45cd-a782-cadeee2b357a","resourceInvariantUUID":"a5b3c5d0-0d64-41a4-b8cd-1f4f80b38ddf","resourceCustomizationUUID":"4e8ba3b9-5e0c-442d-8462-572f994e36a2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/vf-license-model.xml","artifactChecksum":"MmM1M2EzZjE3MTNkNDAzNThjNjk0OTBmMGU5MmQzYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2f4b4eda-ffeb-4cc4-9c80-6bf4ae7de32e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/pNF.csar","artifactChecksum":"M2Y1YmE5NTg1YWU1NjU2ZGQ3NzBkMTkyNGNhMzc5MDA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6970dc7b-38a2-4c13-882c-628ef1d33a1a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8a50967a-326d-46c1-8cf8-733675b407d3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/vendor-license-model.xml","artifactChecksum":"OGExZmRlNzcwNzhhN2JmYzg5NzRlNzE1YzVmNjZhZjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bb25e0bc-ae1d-4a84-9528-f2786ae793e6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c60731d3-8d05-4758-b77e-4415a1ed1f56","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d97351c9-57f5-4dce-88bd-99d60aa7c857","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf1ghih0gqrglf97nxpwhl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-template.yml","artifactChecksum":"YjVkYWU1N2U5ZjdlY2IxNGUyZjg0MDkwM2JjODNiY2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"936f75ba-ac44-4749-8e69-9d8a69fb99db","artifactVersion":"1"},{"artifactName":"service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar","artifactChecksum":"YWRjYjM5NjM0ODJiM2E5ZDM3ZTc2YmNmYzU3NzA3N2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6664b453-48d0-4c34-9c9f-a0fca486bf15","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-03T06:49:34.001Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:49:34.002Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:49:34.004Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:49:34.004Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:34.104Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:49:34.105Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:49:34.106Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:49:34.124Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:49:34.125Z||pool-56-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:49:35.005Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:49:35.006Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:49:35.007Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:49:35.008Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:35.108Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:49:35.109Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:49:35.109Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:49:35.121Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:49:35.122Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:49:36.008Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:49:36.009Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:49:36.015Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:49:36.015Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:36.116Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-03T06:49:36.118Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:49:36.118Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:49:36.135Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:49:36.136Z||pool-58-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2023-02-03T06:49:37.018Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:49:37.019Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:49:37.025Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:49:37.026Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:37.122Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2023-02-03T06:49:37.123Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:49:37.123Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:49:37.144Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:49:37.144Z||pool-59-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:49:38.027Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:49:38.027Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:49:38.038Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:49:38.038Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:38.134Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2023-02-03T06:49:38.134Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:49:38.134Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:49:38.152Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:49:38.152Z||pool-60-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:49:39.044Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:49:39.054Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:49:39.062Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:49:39.063Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:39.158Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2023-02-03T06:49:39.160Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:49:39.160Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:49:39.189Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:49:39.190Z||pool-61-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:49:40.064Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:49:40.066Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:49:40.068Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:49:40.068Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:49:40.168Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:49:40.169Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:49:40.169Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:49:40.180Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:49:40.180Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:49:41.069Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:49:41.070Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:49:41.073Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:49:41.074Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:49:41.174Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:49:41.175Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:49:41.175Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:49:41.185Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:49:41.186Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2023-02-03T06:49:42.074Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "serviceName": "Demo_pNF_1GHIh0gQrglf97NxpWHl",
  "serviceVersion": "1.0",
  "serviceUUID": "eed7c2ef-5042-4d6a-b2ec-1ae0660e03a8",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "81bc933d-dc7e-464b-9028-74bf7fe05166",
  "resources": [
    {
      "resourceInstanceName": "pNF abf16636-4283 0",
      "resourceCustomizationUUID": "4e8ba3b9-5e0c-442d-8462-572f994e36a2",
      "resourceName": "pNF abf16636-4283",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "bbd9aea3-830c-45cd-a782-cadeee2b357a",
      "resourceInvariantUUID": "a5b3c5d0-0d64-41a4-b8cd-1f4f80b38ddf",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar",
      "artifactChecksum": "YWRjYjM5NjM0ODJiM2E5ZDM3ZTc2YmNmYzU3NzA3N2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6664b453-48d0-4c34-9c9f-a0fca486bf15"
    }
  ],
  "workloadContext": "Production"
}
2023-02-03T06:49:42.075Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-03T06:49:42.075Z|27916bac-4260-448e-bed3-911aa3baa353|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 eed7c2ef-5042-4d6a-b2ec-1ae0660e03a8 ASDC
2023-02-03T06:49:42.076Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:d939e6d1-c154-473e-bf87-4bbda87df0a8
ServiceName:Demo_pNF_1GHIh0gQrglf97NxpWHl
ServiceVersion:1.0
ServiceUUID:eed7c2ef-5042-4d6a-b2ec-1ae0660e03a8
ServiceInvariantUUID:81bc933d-dc7e-464b-9028-74bf7fe05166
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar
ArtifactUUID:6664b453-48d0-4c34-9c9f-a0fca486bf15
ArtifactChecksum:YWRjYjM5NjM0ODJiM2E5ZDM3ZTc2YmNmYzU3NzA3N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF abf16636-4283 0
ResourceCustomizationUUID:4e8ba3b9-5e0c-442d-8462-572f994e36a2
ResourceInvariantUUID:a5b3c5d0-0d64-41a4-b8cd-1f4f80b38ddf
ResourceName:pNF abf16636-4283
ResourceType:PNF
ResourceUUID:bbd9aea3-830c-45cd-a782-cadeee2b357a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-03T06:49:42.076Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eed7c2ef-5042-4d6a-b2ec-1ae0660e03a8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-03T06:49:42.118Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-03T06:49:42.118Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-03T06:49:42.119Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-03T06:49:42.119Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6664b453-48d0-4c34-9c9f-a0fca486bf15 from URL: /sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar
2023-02-03T06:49:42.119Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-03T06:49:42.119Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar
2023-02-03T06:49:42.265Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-03T06:49:42.270Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar 6664b453-48d0-4c34-9c9f-a0fca486bf15 87773
2023-02-03T06:49:42.271Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar ASDC sendASDCNotification
2023-02-03T06:49:42.271Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar
2023-02-03T06:49:42.271Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T06:49:42.272Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:49:42.274Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:49:42.274Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406982271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:49:42.374Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:49:42.375Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:49:42.375Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:49:42.386Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:49:42.386Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:49:43.275Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-03T06:49:43.276Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-03T06:49:43.277Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 6664b453-48d0-4c34-9c9f-a0fca486bf15, URL: /sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar to file: /app/ASDC/1/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar
2023-02-03T06:49:43.278Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar
2023-02-03T06:49:43.279Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar
2023-02-03T06:49:43.279Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar
2023-02-03T06:49:43.433Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4791807641013652381/Definitions/service-DemoPnf1ghih0gqrglf97nxpwhl-template.yml
2023-02-03T06:49:44.330Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-03T06:49:44.331Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-03T06:49:44.332Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar
2023-02-03T06:49:44.332Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-03T06:49:44.332Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar
2023-02-03T06:49:44.332Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar
2023-02-03T06:49:44.333Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar
2023-02-03T06:49:44.333Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF abf16636-4283 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-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar
2023-02-03T06:49:44.333Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar
2023-02-03T06:49:44.334Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar
2023-02-03T06:49:44.334Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar
2023-02-03T06:49:44.334Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-03T06:49:44.335Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:49:44.335Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_1GHIh0gQrglf97NxpWHl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:49:44.335Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Node template pNF abf16636-4283 0 is matching search criteria
2023-02-03T06:49:44.336Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-03T06:49:44.336Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF abf16636-4283 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-03T06:49:44.337Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:49:44.337Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_1GHIh0gQrglf97NxpWHl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:49:44.337Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Node template pNF abf16636-4283 0 is matching search criteria
2023-02-03T06:49:44.337Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-03T06:49:44.338Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF abf16636-4283 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-03T06:49:44.338Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:49:44.338Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_1GHIh0gQrglf97NxpWHl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:49:44.339Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:49:44.339Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_1GHIh0gQrglf97NxpWHl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:49:44.340Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:49:44.340Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_1GHIh0gQrglf97NxpWHl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:49:44.340Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:49:44.340Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_1GHIh0gQrglf97NxpWHl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:49:44.341Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:49:44.341Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_1GHIh0gQrglf97NxpWHl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:49:44.341Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_1GHIh0gQrglf97NxpWHl
Description:catalog service description
Model UUID:eed7c2ef-5042-4d6a-b2ec-1ae0660e03a8
Model Version:NULL
Model InvariantUuid:81bc933d-dc7e-464b-9028-74bf7fe05166
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-03T06:49:44.358Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: bbd9aea3-830c-45cd-a782-cadeee2b357a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T06:49:44.362Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||pNF abf16636-4283 0
2023-02-03T06:49:44.363Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: bbd9aea3-830c-45cd-a782-cadeee2b357a
2023-02-03T06:49:44.363Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||No resources found for Service: eed7c2ef-5042-4d6a-b2ec-1ae0660e03a8
2023-02-03T06:49:44.364Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: eed7c2ef-5042-4d6a-b2ec-1ae0660e03a8
2023-02-03T06:49:44.364Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF abf16636-4283 0 bbd9aea3-830c-45cd-a782-cadeee2b357a ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T06:49:44.372Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38d31dc0, org.onap.sdc.toscaparser.api.parameters.Input@35c42086, org.onap.sdc.toscaparser.api.parameters.Input@3a6acbc, org.onap.sdc.toscaparser.api.parameters.Input@5c689e9c, org.onap.sdc.toscaparser.api.parameters.Input@7cf5a5cc]
2023-02-03T06:49:44.373Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:49:44.373Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_1GHIh0gQrglf97NxpWHl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:49:44.373Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid eed7c2ef-5042-4d6a-b2ec-1ae0660e03a8: pNF abf16636-4283
2023-02-03T06:49:44.374Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||Processing PNF resource: bbd9aea3-830c-45cd-a782-cadeee2b357a
2023-02-03T06:49:44.374Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:49:44.375Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_1GHIh0gQrglf97NxpWHl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:49:44.375Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||Resource customization UUID: 4e8ba3b9-5e0c-442d-8462-572f994e36a2 is the same as notified resource customizationUUID: 4e8ba3b9-5e0c-442d-8462-572f994e36a2
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-02-03T06:49:44.444Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF abf16636-4283 bbd9aea3-830c-45cd-a782-cadeee2b357a 0 ASDC deployResourceStructure
2023-02-03T06:49:44.445Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar ASDC sendASDCNotification
2023-02-03T06:49:44.445Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar
2023-02-03T06:49:44.446Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T06:49:44.446Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:49:44.449Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:49:44.450Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406984445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T06:49:44.549Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:49:44.550Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:49:44.550Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:49:44.567Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:49:44.567Z||pool-65-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:49:45.451Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d939e6d1-c154-473e-bf87-4bbda87df0a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T06:49:45.476Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d939e6d1-c154-473e-bf87-4bbda87df0a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T06:49:45.479Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-03T06:49:45.480Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-03T06:49:45.480Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-03T06:49:45.480Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-03T06:49:45.480Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T06:49:45.480Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T06:49:45.480Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T06:49:45.480Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T06:49:45.480Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T06:49:45.480Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:49:45.486Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-03T06:50:03.518Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:50:03.518Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:50:03.519Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:50:03.544Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:50:03.545Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-03T06:50:03.545Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "733d01cf-339e-46a1-ae95-6ae21d220053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406920104,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-03T06:50:03.546Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:50:03.546Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-03T06:50:03.546Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406763512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:50:03.546Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:50:03.547Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-03T06:50:03.547Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406763512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-02-03T06:50:03.547Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:50:03.547Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-03T06:50:03.547Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406763512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-03T06:50:03.547Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:50:03.547Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-03T06:50:03.548Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406763512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:50:03.548Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:50:03.548Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-03T06:50:03.548Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406763512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-03T06:50:03.548Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:50:03.548Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-03T06:50:03.548Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406763512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:50:03.548Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:50:03.548Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-03T06:50:03.548Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406763512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:50:03.549Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:50:03.549Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-03T06:50:03.549Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406928316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:50:03.549Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:50:03.549Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-03T06:50:03.549Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406930904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:50:03.549Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:50:03.549Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-03T06:50:03.549Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406931980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:50:03.549Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:50:03.549Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-03T06:50:03.549Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406933061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:50:03.550Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:50:03.550Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-03T06:50:03.550Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406934211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-03T06:50:03.550Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:50:03.550Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-03T06:50:03.550Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406935214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-02-03T06:50:03.550Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:50:03.550Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-03T06:50:03.550Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406936219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-02-03T06:50:03.550Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:50:03.550Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-03T06:50:03.551Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406937223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T06:50:03.551Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:50:15.488Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d939e6d1-c154-473e-bf87-4bbda87df0a8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-03T06:50:15.515Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d939e6d1-c154-473e-bf87-4bbda87df0a8 and serviceModelVersionId: eed7c2ef-5042-4d6a-b2ec-1ae0660e03a8
2023-02-03T06:50:15.516Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 81bc933d-dc7e-464b-9028-74bf7fe05166
2023-02-03T06:50:15.517Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/81bc933d-dc7e-464b-9028-74bf7fe05166/model-vers/model-ver/eed7c2ef-5042-4d6a-b2ec-1ae0660e03a8?depth=0
2023-02-03T06:50:15.526Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-02-03T06:50:15.651Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81bc933d-dc7e-464b-9028-74bf7fe05166/model-vers/model-ver/eed7c2ef-5042-4d6a-b2ec-1ae0660e03a8?depth=0|INFO|500||Invoke
2023-02-03T06:50:15.652Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81bc933d-dc7e-464b-9028-74bf7fe05166/model-vers/model-ver/eed7c2ef-5042-4d6a-b2ec-1ae0660e03a8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81bc933d-dc7e-464b-9028-74bf7fe05166/model-vers/model-ver/eed7c2ef-5042-4d6a-b2ec-1ae0660e03a8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d939e6d1-c154-473e-bf87-4bbda87df0a8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9ea8c5c5-2684-48fe-beaa-bb616f74e92f], X-ECOMP-RequestID=[d939e6d1-c154-473e-bf87-4bbda87df0a8], X-TransactionId=[], X-ONAP-RequestID=[d939e6d1-c154-473e-bf87-4bbda87df0a8], Content-Type=[application/merge-patch+json]}
2023-02-03T06:50:15.699Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81bc933d-dc7e-464b-9028-74bf7fe05166/model-vers/model-ver/eed7c2ef-5042-4d6a-b2ec-1ae0660e03a8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-03T06:50:15.903Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81bc933d-dc7e-464b-9028-74bf7fe05166/model-vers/model-ver/eed7c2ef-5042-4d6a-b2ec-1ae0660e03a8?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/81bc933d-dc7e-464b-9028-74bf7fe05166/model-vers/model-ver/eed7c2ef-5042-4d6a-b2ec-1ae0660e03a8?depth=0 has http status code:200 and response headers:{date=[Fri, 03 Feb 2023 06:50:16 GMT], content-length=[0], vertex-id=[450600], x-aai-txid=[2-aai-resources-230203-06:50:16:227-55484], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-03T06:50:15.903Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81bc933d-dc7e-464b-9028-74bf7fe05166/model-vers/model-ver/eed7c2ef-5042-4d6a-b2ec-1ae0660e03a8?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-03T06:50:15.905Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81bc933d-dc7e-464b-9028-74bf7fe05166/model-vers/model-ver/eed7c2ef-5042-4d6a-b2ec-1ae0660e03a8?depth=0|INFO|500||InvokeReturn
2023-02-03T06:50:15.905Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-03T06:50:15.905Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T06:50:15.925Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-03T06:50:15.927Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d939e6d1-c154-473e-bf87-4bbda87df0a8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-03T06:50:15.930Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-03T06:50:15.937Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:50:15.946Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:50:15.946Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407015927,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-03T06:50:16.044Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2023-02-03T06:50:16.045Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:50:16.045Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:50:16.074Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:50:16.075Z||pool-66-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-03T06:50:16.965Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:50:16.965Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"4f0339cc-1040-494f-9016-16c02c7b3b99","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"a6fe7068-4ac4-4e7f-a96c-ed1ab83fc4bd","serviceDescription":"service","serviceInvariantUUID":"ca1d8197-b7be-4dc8-83f4-43770a4f9b97","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"000449dd-4157-4e17-8cbe-71760a519b8b","resourceInvariantUUID":"ce63f568-3ec0-4f01-abd5-65e1a8c642d6","resourceCustomizationUUID":"5795bc70-7953-4e9c-98d3-c620f5fcb342","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":"ZDUyOWY2NjVhNGZmYjE3YWQ2Y2ZlYzI2MjZmNTc1YzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"21a70409-6b93-4fd3-a9ea-5a35bed1aebf","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":"4b8a48c4-0dcd-4002-bf65-02e941ac786f","artifactVersion":"2","generatedFromUUID":"217b6e44-0cb1-42d9-a906-8ba94b0c52c6"},{"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":"217b6e44-0cb1-42d9-a906-8ba94b0c52c6","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":"NWI1MDUwZmZmYzQ1NDIwN2Q3MDUwMGQ3N2RmNTcyNmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c1c959f2-4046-4d7a-baeb-5750b89bf4a3","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":"ccf35181-906b-418f-a206-322b55bbb75a","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":"6685c90e-d24f-460f-90d1-23d2feccb12f","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":"6a37aa54-764f-43db-a147-587153ba74a3","artifactVersion":"2","generatedFromUUID":"ccf35181-906b-418f-a206-322b55bbb75a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NjdlYmI0YmFjZjhkNjNkYjViYzgwNzgzNTI0YzNkYTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2a953da2-9469-4dd9-a356-1411ec48b96c","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"N2UzMTZlYTAxZjE0NTEwNGFkMDA5Y2VjODhlOWRjNTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0b355d3c-a4bc-49d6-9127-341ed569c086","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-03T06:50:16.966Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:50:16.967Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:50:16.969Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:50:16.970Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:50:17.070Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:50:17.071Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:50:17.071Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:50:17.086Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:50:17.088Z||pool-67-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:50:17.971Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:50:17.971Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:50:17.974Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:50:17.974Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-02-03T06:50:18.074Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:50:18.075Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:50:18.075Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:50:18.084Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:50:18.085Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:50:18.974Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:50:18.975Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:50:18.977Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:50:18.977Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-02-03T06:50:19.078Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-03T06:50:19.079Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:50:19.079Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:50:19.102Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:50:19.103Z||pool-69-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2023-02-03T06:50:19.978Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:50:19.979Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:50:19.981Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:50:19.981Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-02-03T06:50:20.081Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:50:20.083Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:50:20.083Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:50:20.104Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:50:20.105Z||pool-70-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:50:20.983Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:50:20.984Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:50:20.989Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:50:20.990Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-02-03T06:50:21.087Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2023-02-03T06:50:21.088Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:50:21.088Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:50:21.112Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:50:21.114Z||pool-71-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2023-02-03T06:50:22.005Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:50:22.007Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:50:22.009Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:50:22.009Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:50:22.109Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:50:22.114Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:50:22.115Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:50:22.128Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:50:22.129Z||pool-72-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:50:23.010Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:50:23.011Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:50:23.013Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:50:23.013Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-02-03T06:50:23.114Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:50:23.115Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:50:23.115Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:50:23.129Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:50:23.130Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:50:24.014Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:50:24.015Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:50:24.018Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:50:24.018Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:50:24.119Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-03T06:50:24.121Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:50:24.121Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:50:24.133Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:50:24.134Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:50:25.019Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T06:50:25.021Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:50:25.023Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:50:25.024Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:50:25.124Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:50:25.125Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:50:25.125Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:50:25.135Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:50:25.135Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:50:26.025Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "a6fe7068-4ac4-4e7f-a96c-ed1ab83fc4bd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ca1d8197-b7be-4dc8-83f4-43770a4f9b97",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "5795bc70-7953-4e9c-98d3-c620f5fcb342",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "000449dd-4157-4e17-8cbe-71760a519b8b",
      "resourceInvariantUUID": "ce63f568-3ec0-4f01-abd5-65e1a8c642d6",
      "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": "4b8a48c4-0dcd-4002-bf65-02e941ac786f",
          "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": "217b6e44-0cb1-42d9-a906-8ba94b0c52c6",
          "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": "NWI1MDUwZmZmYzQ1NDIwN2Q3MDUwMGQ3N2RmNTcyNmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c1c959f2-4046-4d7a-baeb-5750b89bf4a3",
          "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": "ccf35181-906b-418f-a206-322b55bbb75a",
          "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": "6a37aa54-764f-43db-a147-587153ba74a3",
            "generatedFromUUID": "ccf35181-906b-418f-a206-322b55bbb75a"
          },
          "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": "6a37aa54-764f-43db-a147-587153ba74a3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "N2UzMTZlYTAxZjE0NTEwNGFkMDA5Y2VjODhlOWRjNTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0b355d3c-a4bc-49d6-9127-341ed569c086"
    }
  ],
  "workloadContext": "Production"
}
2023-02-03T06:50:26.026Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-03T06:50:26.026Z|d939e6d1-c154-473e-bf87-4bbda87df0a8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 a6fe7068-4ac4-4e7f-a96c-ed1ab83fc4bd ASDC
2023-02-03T06:50:26.026Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:4f0339cc-1040-494f-9016-16c02c7b3b99
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:a6fe7068-4ac4-4e7f-a96c-ed1ab83fc4bd
ServiceInvariantUUID:ca1d8197-b7be-4dc8-83f4-43770a4f9b97
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:0b355d3c-a4bc-49d6-9127-341ed569c086
ArtifactChecksum:N2UzMTZlYTAxZjE0NTEwNGFkMDA5Y2VjODhlOWRjNTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:5795bc70-7953-4e9c-98d3-c620f5fcb342
ResourceInvariantUUID:ce63f568-3ec0-4f01-abd5-65e1a8c642d6
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:000449dd-4157-4e17-8cbe-71760a519b8b
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:4b8a48c4-0dcd-4002-bf65-02e941ac786f
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:217b6e44-0cb1-42d9-a906-8ba94b0c52c6
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:c1c959f2-4046-4d7a-baeb-5750b89bf4a3
ArtifactChecksum:NWI1MDUwZmZmYzQ1NDIwN2Q3MDUwMGQ3N2RmNTcyNmY=
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:ccf35181-906b-418f-a206-322b55bbb75a
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:6a37aa54-764f-43db-a147-587153ba74a3
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:6a37aa54-764f-43db-a147-587153ba74a3
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-03T06:50:26.027Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a6fe7068-4ac4-4e7f-a96c-ed1ab83fc4bd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-03T06:50:26.112Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-03T06:50:26.113Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-03T06:50:26.113Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-03T06:50:26.114Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0b355d3c-a4bc-49d6-9127-341ed569c086 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-03T06:50:26.114Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-03T06:50:26.114Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-03T06:50:26.272Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-03T06:50:26.275Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 0b355d3c-a4bc-49d6-9127-341ed569c086 73664
2023-02-03T06:50:26.276Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-02-03T06:50:26.276Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-03T06:50:26.276Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T06:50:26.277Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:50:26.278Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:50:26.279Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407026276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:50:26.379Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:50:26.380Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:50:26.380Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:50:26.406Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:50:26.407Z||pool-76-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:50:27.279Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-03T06:50:27.283Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-03T06:50:27.284Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 0b355d3c-a4bc-49d6-9127-341ed569c086, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-03T06:50:27.284Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-02-03T06:50:27.285Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-03T06:50:27.285Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-03T06:50:27.416Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16356260561162556391/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2023-02-03T06:50:28.855Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-03T06:50:28.856Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-03T06:50:28.856Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-03T06:50:28.856Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-02-03T06:50:28.856Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-03T06:50:28.857Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-03T06:50:28.857Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-03T06:50:28.857Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-03T06:50:28.857Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-03T06:50:28.857Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:50:28.859Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:50:28.859Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-03T06:50:28.859Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-03T06:50:28.859Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-03T06:50:28.860Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:50:28.860Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:50:28.860Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-03T06:50:28.861Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-03T06:50:28.861Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-03T06:50:28.861Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:50:28.862Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:50:28.862Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:50:28.862Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-03T06:50:28.863Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2023-02-03T06:50:28.863Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2023-02-03T06:50:28.864Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-03T06:50:28.864Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:50:28.864Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-03T06:50:28.864Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:50:28.865Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-03T06:50:28.865Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:50:28.865Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:50:28.866Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-03T06:50:28.866Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:50:28.866Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:50:28.866Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-03T06:50:28.867Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:50:28.867Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:50:28.867Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-03T06:50:28.867Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-02-03T06:50:28.868Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0605b410-93b0-4a94-beb4-5326488ddc3f
2023-02-03T06:50:28.868Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:50:28.868Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:50:28.868Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:50:28.869Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:50:28.869Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:50:28.869Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:50:28.869Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:50:28.869Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:50:28.870Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:a6fe7068-4ac4-4e7f-a96c-ed1ab83fc4bd
Model Version:NULL
Model InvariantUuid:ca1d8197-b7be-4dc8-83f4-43770a4f9b97
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:c42fa1b6-b887-4b19-af1c-f9ec73f556e1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ce63f568-3ec0-4f01-abd5-65e1a8c642d6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5795bc70-7953-4e9c-98d3-c620f5fcb342
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1d4873b9-224b-458c-ab01-affb58c54b6b
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:a55ad2ce-229c-40e3-9a1b-678becef61c4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0605b410-93b0-4a94-beb4-5326488ddc3f
ModelInvariantUuid:4dd2369b-ce8d-4772-a442-5ab5b9104362
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:38e0e4f6-92b7-4ff0-a41a-8548d93e4269
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:1e248e51-c882-4e09-b300-cfb7a80705ed
ModelInvariantUuid:4ae9bc11-3655-44a0-ac12-8f307b288c35
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:27c02c29-b93e-47fb-b9d1-028810ca4106
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-03T06:50:28.890Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 000449dd-4157-4e17-8cbe-71760a519b8b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T06:50:28.896Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||basic_cnf 0
2023-02-03T06:50:28.897Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 000449dd-4157-4e17-8cbe-71760a519b8b
2023-02-03T06:50:28.897Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4b8a48c4-0dcd-4002-bf65-02e941ac786f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-03T06:50:28.898Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-03T06:50:28.898Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-03T06:50:28.979Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-03T06:50:28.980Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 4b8a48c4-0dcd-4002-bf65-02e941ac786f 12
2023-02-03T06:50:28.981Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-02-03T06:50:28.981Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-03T06:50:28.981Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T06:50:28.982Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:50:28.986Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:50:28.986Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407028981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:50:29.085Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:50:29.086Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:50:29.087Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:50:29.103Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:50:29.104Z||pool-77-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:50:29.987Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 217b6e44-0cb1-42d9-a906-8ba94b0c52c6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-03T06:50:29.987Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-03T06:50:29.987Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-03T06:50:30.049Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-03T06:50:30.050Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 217b6e44-0cb1-42d9-a906-8ba94b0c52c6 2688
2023-02-03T06:50:30.050Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-02-03T06:50:30.050Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-03T06:50:30.051Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T06:50:30.051Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:50:30.054Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:50:30.054Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407030050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:50:30.154Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:50:30.155Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:50:30.155Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:50:30.167Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:50:30.168Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-02-03T06:50:31.055Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c1c959f2-4046-4d7a-baeb-5750b89bf4a3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-03T06:50:31.055Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-03T06:50:31.055Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-03T06:50:31.126Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-03T06:50:31.129Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json c1c959f2-4046-4d7a-baeb-5750b89bf4a3 828
2023-02-03T06:50:31.129Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-02-03T06:50:31.129Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-03T06:50:31.129Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T06:50:31.130Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:50:31.138Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:50:31.139Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407031129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:50:31.235Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2023-02-03T06:50:31.237Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:50:31.237Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:50:31.252Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:50:31.253Z||pool-79-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2023-02-03T06:50:32.144Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "1d4873b9-224b-458c-ab01-affb58c54b6b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a55ad2ce-229c-40e3-9a1b-678becef61c4",
    "vfModuleModelCustomizationUUID": "01cffd40-55de-402e-ac46-920c08d98204",
    "isBase": true,
    "artifacts": [
      "217b6e44-0cb1-42d9-a906-8ba94b0c52c6",
      "ccf35181-906b-418f-a206-322b55bbb75a",
      "6a37aa54-764f-43db-a147-587153ba74a3"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-03T06:50:32.148Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a55ad2ce-229c-40e3-9a1b-678becef61c4
VfModuleModelInvariantUUID:1d4873b9-224b-458c-ab01-affb58c54b6b
VfModuleModelDescription:NULL
Artifacts UUID List:{
217b6e44-0cb1-42d9-a906-8ba94b0c52c6
,
ccf35181-906b-418f-a206-322b55bbb75a
,
6a37aa54-764f-43db-a147-587153ba74a3

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

isBase:true


}

2023-02-03T06:50:32.150Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "1d4873b9-224b-458c-ab01-affb58c54b6b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a55ad2ce-229c-40e3-9a1b-678becef61c4",
    "vfModuleModelCustomizationUUID": "01cffd40-55de-402e-ac46-920c08d98204",
    "isBase": true,
    "artifacts": [
      "217b6e44-0cb1-42d9-a906-8ba94b0c52c6",
      "ccf35181-906b-418f-a206-322b55bbb75a",
      "6a37aa54-764f-43db-a147-587153ba74a3"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-03T06:50:32.150Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a55ad2ce-229c-40e3-9a1b-678becef61c4
VfModuleModelInvariantUUID:1d4873b9-224b-458c-ab01-affb58c54b6b
VfModuleModelDescription:NULL
Artifacts UUID List:{
217b6e44-0cb1-42d9-a906-8ba94b0c52c6
,
ccf35181-906b-418f-a206-322b55bbb75a
,
6a37aa54-764f-43db-a147-587153ba74a3

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

isBase:true


}

2023-02-03T06:50:32.150Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ccf35181-906b-418f-a206-322b55bbb75a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-03T06:50:32.151Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-03T06:50:32.151Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-03T06:50:32.217Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-03T06:50:32.218Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ccf35181-906b-418f-a206-322b55bbb75a 1164
2023-02-03T06:50:32.218Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-02-03T06:50:32.218Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-03T06:50:32.218Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T06:50:32.219Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:50:32.221Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:50:32.222Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407032218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:50:32.322Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:50:32.323Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:50:32.324Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:50:32.337Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:50:32.338Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:50:33.244Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6a37aa54-764f-43db-a147-587153ba74a3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-03T06:50:33.244Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-03T06:50:33.245Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-03T06:50:33.322Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-03T06:50:33.323Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 6a37aa54-764f-43db-a147-587153ba74a3 200
2023-02-03T06:50:33.323Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-02-03T06:50:33.323Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-03T06:50:33.323Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T06:50:33.324Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:50:33.326Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:50:33.326Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407033323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:50:33.426Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:50:33.427Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:50:33.427Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:50:33.478Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:50:33.478Z||pool-81-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:50:34.326Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a6fe7068-4ac4-4e7f-a96c-ed1ab83fc4bd
2023-02-03T06:50:34.327Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 000449dd-4157-4e17-8cbe-71760a519b8b ASDC
2023-02-03T06:50:34.342Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T06:50:34.354Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4e19e5a8, org.onap.sdc.toscaparser.api.parameters.Input@276beb36, org.onap.sdc.toscaparser.api.parameters.Input@6f65ee23, org.onap.sdc.toscaparser.api.parameters.Input@70d9da2d, org.onap.sdc.toscaparser.api.parameters.Input@716c453b]
2023-02-03T06:50:34.356Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:50:34.356Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:50:34.357Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2023-02-03T06:50:34.357Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 5795bc70-7953-4e9c-98d3-c620f5fcb342
2023-02-03T06:50:34.357Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5795bc70-7953-4e9c-98d3-c620f5fcb342 matches Tosca VF Customization UUID: 5795bc70-7953-4e9c-98d3-c620f5fcb342
2023-02-03T06:50:34.357Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 5795bc70-7953-4e9c-98d3-c620f5fcb342  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-03T06:50:34.361Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:50:34.361Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:50:34.362Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 5795bc70-7953-4e9c-98d3-c620f5fcb342: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-03T06:50:34.362Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7744623b
2023-02-03T06:50:34.362Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:50:34.362Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-03T06:50:34.363Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 01cffd40-55de-402e-ac46-920c08d98204
2023-02-03T06:50:34.363Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 01cffd40-55de-402e-ac46-920c08d98204
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-03T06:50:34.366Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:50:34.367Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-03T06:50:34.367Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:50:34.368Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:50:34.368Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-03T06:50:34.368Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:50:34.369Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:50:34.369Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-03T06:50:34.369Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-02-03T06:50:34.369Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0605b410-93b0-4a94-beb4-5326488ddc3f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-03T06:50:34.372Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:50:34.372Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-03T06:50:34.372Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T06:50:34.373Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:50:34.373Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-03T06:50:34.373Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=5795bc70-7953-4e9c-98d3-c620f5fcb342
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T06:50:34.378Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:50:34.379Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:50:34.379Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a6fe7068-4ac4-4e7f-a96c-ed1ab83fc4bd: basic_cnf
2023-02-03T06:50:34.380Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:50:34.380Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:50:34.380Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:50:34.381Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:50:34.381Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:50:34.381Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:50:34.381Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:50:34.382Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:50:34.382Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T06:50:34.382Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T06:50:34.382Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T06:50:34.489Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 000449dd-4157-4e17-8cbe-71760a519b8b 1 ASDC deployResourceStructure
2023-02-03T06:50:34.490Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-02-03T06:50:34.490Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2023-02-03T06:50:34.490Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-03T06:50:34.490Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:50:34.493Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:50:34.493Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407034489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-03T06:50:34.593Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:50:34.594Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:50:34.595Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:50:34.612Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:50:34.612Z||pool-82-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:50:35.494Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-02-03T06:50:35.494Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2023-02-03T06:50:35.494Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-03T06:50:35.495Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:50:35.497Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:50:35.497Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407035494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-03T06:50:35.598Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-03T06:50:35.599Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:50:35.599Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:50:35.614Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:50:35.615Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:50:36.498Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-02-03T06:50:36.499Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-03T06:50:36.499Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T06:50:36.499Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:50:36.504Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:50:36.504Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407036498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-03T06:50:36.604Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:50:36.605Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:50:36.605Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:50:36.621Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:50:36.622Z||pool-84-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:50:37.505Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-02-03T06:50:37.506Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-03T06:50:37.506Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T06:50:37.506Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:50:37.510Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:50:37.510Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407037505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-02-03T06:50:37.610Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T06:50:37.612Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:50:37.613Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:50:37.628Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:50:37.629Z||pool-85-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:50:38.511Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-02-03T06:50:38.511Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-03T06:50:38.512Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T06:50:38.512Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:50:38.516Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:50:38.516Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407038511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-02-03T06:50:38.616Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-02-03T06:50:38.617Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:50:38.617Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:50:38.642Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:50:38.643Z||pool-86-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2023-02-03T06:50:39.519Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-02-03T06:50:39.519Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-03T06:50:39.519Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T06:50:39.519Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:50:39.523Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:50:39.523Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407039519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T06:50:39.625Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-02-03T06:50:39.626Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:50:39.626Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:50:39.651Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:50:39.652Z||pool-87-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2023-02-03T06:50:40.524Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f0339cc-1040-494f-9016-16c02c7b3b99
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T06:50:40.538Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f0339cc-1040-494f-9016-16c02c7b3b99
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T06:50:40.544Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-03T06:50:40.544Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-03T06:50:40.544Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-03T06:50:40.545Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-03T06:50:40.545Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T06:50:40.545Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T06:50:40.545Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T06:50:40.546Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T06:50:40.546Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T06:50:40.546Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T06:50:40.555Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-03T06:51:03.518Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:51:03.519Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:51:03.519Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:51:03.569Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:51:03.570Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-03T06:51:03.570Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27916bac-4260-448e-bed3-911aa3baa353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406968480,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-03T06:51:03.571Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:51:03.572Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-03T06:51:03.573Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:51:03.573Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:51:03.573Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-03T06:51:03.573Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:51:03.574Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:51:03.574Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-03T06:51:03.574Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:51:03.574Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:51:03.574Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-03T06:51:03.575Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:51:03.575Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:51:03.575Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-03T06:51:03.575Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:51:03.575Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:51:03.576Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-03T06:51:03.576Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/resourceInstances/pnfabf1663642830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:51:03.576Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:51:03.576Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-03T06:51:03.576Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:51:03.576Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:51:03.577Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-03T06:51:03.577Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:51:03.577Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:51:03.577Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-03T06:51:03.577Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406982271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:51:03.577Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:51:03.578Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-03T06:51:03.578Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406984445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ghih0gqrglf97nxpwhl/1.0/artifacts/service-DemoPnf1ghih0gqrglf97nxpwhl-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T06:51:03.578Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:51:10.556Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f0339cc-1040-494f-9016-16c02c7b3b99 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-03T06:51:10.565Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f0339cc-1040-494f-9016-16c02c7b3b99 and serviceModelVersionId: a6fe7068-4ac4-4e7f-a96c-ed1ab83fc4bd
2023-02-03T06:51:10.565Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ca1d8197-b7be-4dc8-83f4-43770a4f9b97
2023-02-03T06:51:10.567Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ca1d8197-b7be-4dc8-83f4-43770a4f9b97/model-vers/model-ver/a6fe7068-4ac4-4e7f-a96c-ed1ab83fc4bd?depth=0
2023-02-03T06:51:10.572Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-02-03T06:51:10.623Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca1d8197-b7be-4dc8-83f4-43770a4f9b97/model-vers/model-ver/a6fe7068-4ac4-4e7f-a96c-ed1ab83fc4bd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-03T06:51:10.625Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca1d8197-b7be-4dc8-83f4-43770a4f9b97/model-vers/model-ver/a6fe7068-4ac4-4e7f-a96c-ed1ab83fc4bd?depth=0|INFO|500||Invoke
2023-02-03T06:51:10.646Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca1d8197-b7be-4dc8-83f4-43770a4f9b97/model-vers/model-ver/a6fe7068-4ac4-4e7f-a96c-ed1ab83fc4bd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-03T06:51:10.768Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca1d8197-b7be-4dc8-83f4-43770a4f9b97/model-vers/model-ver/a6fe7068-4ac4-4e7f-a96c-ed1ab83fc4bd?depth=0|INFO|500||InvokeReturn
2023-02-03T06:51:10.770Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca1d8197-b7be-4dc8-83f4-43770a4f9b97/model-vers/model-ver/a6fe7068-4ac4-4e7f-a96c-ed1ab83fc4bd?depth=0 has http status code:200 and response headers:{date=[Fri, 03 Feb 2023 06:51:11 GMT], content-length=[0], vertex-id=[647184], x-aai-txid=[1-aai-resources-230203-06:51:11:168-94678], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-03T06:51:10.771Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-02-03T06:51:10.772Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-03T06:51:10.772Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T06:51:10.779Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-03T06:51:10.780Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f0339cc-1040-494f-9016-16c02c7b3b99 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-03T06:51:10.780Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-03T06:51:10.781Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-03T06:51:10.785Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T06:51:10.786Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407070780,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-03T06:51:10.886Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T06:51:10.887Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T06:51:10.887Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:51:10.904Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:51:10.905Z||pool-88-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=?
2023-02-03T06:51:11.809Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:51:11.810Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:51:11.810Z|4f0339cc-1040-494f-9016-16c02c7b3b99|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:51:21.371Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:51:21.372Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:51:21.373Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:51:21.373Z|4f0339cc-1040-494f-9016-16c02c7b3b99|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:51:30.992Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:51:30.993Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:51:30.994Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:51:30.994Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:51:40.559Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:51:40.561Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:51:40.561Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:51:40.561Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:51:50.172Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:52:03.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:52:03.514Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:52:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:52:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:52:03.519Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:52:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:52:03.563Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:52:03.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:52:03.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d939e6d1-c154-473e-bf87-4bbda87df0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407015927,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-03T06:52:03.566Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:52:03.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:52:03.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:52:03.567Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:52:03.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:52:03.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-02-03T06:52:03.567Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:52:03.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:52:03.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-02-03T06:52:03.568Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:52:03.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:52:03.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-02-03T06:52:03.568Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:52:03.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:52:03.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-02-03T06:52:03.568Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:52:03.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:52:03.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:52:03.569Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:52:03.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:52:03.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-02-03T06:52:03.569Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:52:03.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:52:03.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T06:52:03.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:52:03.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:52:03.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675406969500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T06:52:03.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-03T06:52:03.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:52:03.571Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407026276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:52:03.571Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:52:03.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:52:03.571Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407028981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:52:03.571Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:52:03.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:52:03.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407030050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:52:03.572Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:52:03.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:52:03.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407031129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:52:03.572Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:52:03.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:52:03.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407032218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:52:03.573Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:52:03.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:52:03.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407033323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-02-03T06:52:03.573Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:52:03.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:52:03.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407034489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-03T06:52:03.574Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:52:03.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:52:03.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407035494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-03T06:52:03.574Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:52:03.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:52:03.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407036498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-03T06:52:03.574Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:52:03.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:52:03.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407037505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-02-03T06:52:03.575Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:52:03.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:52:03.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407038511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-02-03T06:52:03.575Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:52:03.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-03T06:52:03.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407039519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T06:52:03.576Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:52:13.195Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:53:03.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:53:03.513Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:53:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:53:03.518Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:53:03.518Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:53:03.519Z|4f0339cc-1040-494f-9016-16c02c7b3b99|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:53:04.056Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:53:04.058Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-03T06:53:04.058Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f0339cc-1040-494f-9016-16c02c7b3b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407070780,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-03T06:53:04.061Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T06:53:13.092Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:54:03.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:54:03.514Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:54:03.515Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:54:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:54:03.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:54:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:54:13.125Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:54:13.130Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:55:03.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:55:03.513Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:55:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:55:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:55:03.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:55:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:55:13.079Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:55:13.079Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:56:03.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:56:03.513Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:56:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:56:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:56:03.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:56:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:56:13.063Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:56:13.063Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:57:03.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:57:03.513Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:57:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:57:03.518Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:57:03.518Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:57:03.518Z|4f0339cc-1040-494f-9016-16c02c7b3b99|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:57:13.070Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:57:13.082Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:58:03.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:58:03.513Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:58:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:58:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:58:03.518Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:58:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:58:13.066Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:58:13.087Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:59:03.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:59:03.514Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:59:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:59:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T06:59:03.519Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T06:59:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T06:59:13.069Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T06:59:13.075Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:00:03.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:00:03.514Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:00:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:00:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:00:03.518Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:00:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:00:13.080Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:00:13.097Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:01:03.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:01:03.513Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:01:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:01:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:01:03.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:01:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:01:04.144Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:01:04.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-03T07:01:04.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"85a40d7f-36b2-46d7-95fe-346527b7bb32","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"025f9031-1b64-4f5e-b6fd-31e70f360b26","serviceDescription":"service","serviceInvariantUUID":"cf35ebe1-cae4-4380-ab2b-4d29c7b73f1d","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"11e531a0-d0fd-423e-b916-b42c7937d983","resourceInvariantUUID":"ac3c4e51-fc82-4652-8272-1aeaaa0e7bf4","resourceCustomizationUUID":"68fbefa0-2674-4de8-b5ee-8372a14f92fc","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":"ZDk5NzJiYzU5MzEwMDkxYWFjZjM1NGNmZGM3ZjEwOTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5514dc39-ec8e-4841-9b08-e326236a1763","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":"OTA4Y2E4OTU1NTM5MTE1MjdiYTUyNzNkNTRkMjljZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"61e73d97-0e89-4f13-9fcf-bbe357a7bc22","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":"2d140f27-8930-48eb-a852-82caec5b1934","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":"e06c423e-cb0c-4911-8f57-aadc568bcbff","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":"804d8c31-5d73-426a-bba7-fa88592474b7","artifactVersion":"2","generatedFromUUID":"fccae656-b65e-4ce6-bdf3-779b07f472de"},{"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":"09239d58-243d-45ba-931e-2da10121bed1","artifactVersion":"2","generatedFromUUID":"2d140f27-8930-48eb-a852-82caec5b1934"},{"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":"fccae656-b65e-4ce6-bdf3-779b07f472de","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":"7213b6b4-88b3-4972-b100-3ab91a5ac5fe","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":"ZGQ3OGYwNzQyNjI5NDM4YjlmYzk5Y2QxNDZkNjkwYTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"992abc20-9246-4c22-b577-a64a77050267","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YjVkNmNhMWI4N2ExYWFmMWJmYmMyY2JjMzU0YTg0NjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a02367eb-a915-4987-9b6e-0aa3744ab387","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-03T07:01:04.151Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T07:01:04.153Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:01:04.160Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:01:04.161Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407663512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:01:04.170Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:01:04.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:01:04.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "cds",
  "timestamp": 1675407654914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:01:04.173Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:01:04.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:01:04.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "aai-ml",
  "timestamp": 1675407659651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:01:04.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:01:04.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:01:04.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407655920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:01:04.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:01:04.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:01:04.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675407659108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:01:04.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:01:04.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:01:04.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "cds",
  "timestamp": 1675407654914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:01:04.176Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:01:04.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:01:04.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407655920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-03T07:01:04.176Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:01:04.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:01:04.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "aai-ml",
  "timestamp": 1675407659651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:01:04.177Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:01:04.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:01:04.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675407659108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:01:04.177Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:01:04.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:01:04.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "cds",
  "timestamp": 1675407654914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:01:04.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:01:04.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:01:04.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675407659108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:01:04.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:01:04.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:01:04.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "aai-ml",
  "timestamp": 1675407659651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:01:04.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:01:04.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:01:04.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407655920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-03T07:01:04.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:01:04.261Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T07:01:04.263Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:01:04.263Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:01:04.276Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:01:04.278Z||pool-89-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:01:05.163Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T07:01:05.165Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:01:05.170Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:01:05.171Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407663512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-03T07:01:05.271Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T07:01:05.272Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:01:05.272Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:01:05.283Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:01:05.284Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:01:06.172Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T07:01:06.173Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:01:06.175Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:01:06.175Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407663512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-03T07:01:06.275Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T07:01:06.276Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:01:06.276Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:01:06.287Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:01:06.288Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:01:07.176Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T07:01:07.177Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:01:07.183Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:01:07.183Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407663512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:01:07.280Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2023-02-03T07:01:07.281Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:01:07.281Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:01:07.293Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:01:07.294Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-02-03T07:01:08.185Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T07:01:08.186Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:01:08.189Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:01:08.190Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407663512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-02-03T07:01:08.290Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T07:01:08.290Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:01:08.291Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:01:08.303Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:01:08.304Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:01:09.193Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T07:01:09.194Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:01:09.206Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:01:09.206Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407663512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-02-03T07:01:09.300Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2023-02-03T07:01:09.301Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:01:09.301Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:01:09.312Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:01:09.313Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-02-03T07:01:10.207Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T07:01:10.208Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:01:10.210Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:01:10.210Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407663512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-02-03T07:01:10.311Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T07:01:10.312Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:01:10.312Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:01:10.326Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:01:10.326Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:01:11.211Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T07:01:11.216Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:01:11.221Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:01:11.222Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407663512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:01:11.318Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2023-02-03T07:01:11.319Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:01:11.320Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:01:11.331Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:01:11.332Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-02-03T07:01:12.223Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T07:01:12.224Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:01:12.226Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:01:12.226Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407663512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:01:12.326Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T07:01:12.328Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:01:12.328Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:01:12.343Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:01:12.344Z||pool-97-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:01:13.227Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T07:01:13.228Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:01:13.231Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:01:13.231Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407663512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T07:01:13.331Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T07:01:13.332Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:01:13.332Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:01:13.348Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:01:13.349Z||pool-98-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:01:14.233Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "025f9031-1b64-4f5e-b6fd-31e70f360b26",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cf35ebe1-cae4-4380-ab2b-4d29c7b73f1d",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "68fbefa0-2674-4de8-b5ee-8372a14f92fc",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "11e531a0-d0fd-423e-b916-b42c7937d983",
      "resourceInvariantUUID": "ac3c4e51-fc82-4652-8272-1aeaaa0e7bf4",
      "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": "OTA4Y2E4OTU1NTM5MTE1MjdiYTUyNzNkNTRkMjljZTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "61e73d97-0e89-4f13-9fcf-bbe357a7bc22",
          "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": "2d140f27-8930-48eb-a852-82caec5b1934",
          "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": "09239d58-243d-45ba-931e-2da10121bed1",
            "generatedFromUUID": "2d140f27-8930-48eb-a852-82caec5b1934"
          },
          "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": "804d8c31-5d73-426a-bba7-fa88592474b7",
          "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": "09239d58-243d-45ba-931e-2da10121bed1",
          "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": "fccae656-b65e-4ce6-bdf3-779b07f472de",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YjVkNmNhMWI4N2ExYWFmMWJmYmMyY2JjMzU0YTg0NjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a02367eb-a915-4987-9b6e-0aa3744ab387"
    }
  ],
  "workloadContext": "Production"
}
2023-02-03T07:01:14.234Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-03T07:01:14.234Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 025f9031-1b64-4f5e-b6fd-31e70f360b26 ASDC
2023-02-03T07:01:14.236Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:85a40d7f-36b2-46d7-95fe-346527b7bb32
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:025f9031-1b64-4f5e-b6fd-31e70f360b26
ServiceInvariantUUID:cf35ebe1-cae4-4380-ab2b-4d29c7b73f1d
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:a02367eb-a915-4987-9b6e-0aa3744ab387
ArtifactChecksum:YjVkNmNhMWI4N2ExYWFmMWJmYmMyY2JjMzU0YTg0NjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:68fbefa0-2674-4de8-b5ee-8372a14f92fc
ResourceInvariantUUID:ac3c4e51-fc82-4652-8272-1aeaaa0e7bf4
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:11e531a0-d0fd-423e-b916-b42c7937d983
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:61e73d97-0e89-4f13-9fcf-bbe357a7bc22
ArtifactChecksum:OTA4Y2E4OTU1NTM5MTE1MjdiYTUyNzNkNTRkMjljZTI=
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:2d140f27-8930-48eb-a852-82caec5b1934
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:09239d58-243d-45ba-931e-2da10121bed1
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:804d8c31-5d73-426a-bba7-fa88592474b7
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:09239d58-243d-45ba-931e-2da10121bed1
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:fccae656-b65e-4ce6-bdf3-779b07f472de
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-03T07:01:14.236Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 025f9031-1b64-4f5e-b6fd-31e70f360b26 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T07:01:14.303Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-03T07:01:14.306Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-03T07:01:14.306Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-03T07:01:14.307Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a02367eb-a915-4987-9b6e-0aa3744ab387 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-03T07:01:14.307Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-03T07:01:14.308Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-03T07:01:14.411Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-03T07:01:14.420Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar a02367eb-a915-4987-9b6e-0aa3744ab387 162975
2023-02-03T07:01:14.420Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-02-03T07:01:14.420Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-03T07:01:14.420Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T07:01:14.420Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:01:14.423Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:01:14.423Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407674420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:01:14.525Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-02-03T07:01:14.526Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:01:14.526Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:01:14.560Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:01:14.560Z||pool-99-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:01:15.424Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-03T07:01:15.425Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-03T07:01:15.426Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a02367eb-a915-4987-9b6e-0aa3744ab387, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-03T07:01:15.427Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-02-03T07:01:15.428Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-03T07:01:15.428Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-03T07:01:15.712Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4188724043147992850/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-02-03T07:01:17.486Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-03T07:01:17.486Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-03T07:01:17.487Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-03T07:01:17.487Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-02-03T07:01:17.487Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-03T07:01:17.487Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-03T07:01:17.487Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-03T07:01:17.487Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-03T07:01:17.487Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-03T07:01:17.487Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:01:17.488Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:01:17.488Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-03T07:01:17.488Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-03T07:01:17.488Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-03T07:01:17.488Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:01:17.489Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:01:17.489Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-03T07:01:17.489Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-03T07:01:17.489Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-03T07:01:17.489Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:01:17.489Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:01:17.490Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:01:17.490Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-02-03T07:01:17.490Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-02-03T07:01:17.490Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-02-03T07:01:17.490Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-03T07:01:17.491Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:01:17.491Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-03T07:01:17.491Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:01:17.491Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-03T07:01:17.491Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T07:01:17.492Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:01:17.492Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-03T07:01:17.492Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T07:01:17.492Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:01:17.493Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-03T07:01:17.493Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T07:01:17.493Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:01:17.493Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-03T07:01:17.493Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T07:01:17.493Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:01:17.494Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-02-03T07:01:17.494Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-02-03T07:01:17.494Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=a43c6885-b891-4344-9666-bf8dc90d1841
2023-02-03T07:01:17.494Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:01:17.494Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:01:17.494Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:01:17.495Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:01:17.495Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:01:17.495Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:01:17.495Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:01:17.495Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:01:17.496Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:025f9031-1b64-4f5e-b6fd-31e70f360b26
Model Version:NULL
Model InvariantUuid:cf35ebe1-cae4-4380-ab2b-4d29c7b73f1d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:731f0a82-223b-47f3-b94f-a3815d4a3911
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ac3c4e51-fc82-4652-8272-1aeaaa0e7bf4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:68fbefa0-2674-4de8-b5ee-8372a14f92fc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5eeb211d-d829-49f1-ae3c-329ad147fa10
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:0632ac21-281a-41fd-9419-62ea7f3f062f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:f44fe015-4a6c-4fef-9ef7-eba4e8821d58
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:2557a9de-72f9-4c29-b88c-cef2140527fd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a43c6885-b891-4344-9666-bf8dc90d1841
ModelInvariantUuid:f5f49db2-fe36-49ff-afa7-f9918b2b3c44
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:71e2154a-faae-4ddd-a968-3300cb1e8843
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:45293531-7ad9-414d-a233-8ad49576b459
ModelInvariantUuid:e8c08508-f1b5-41e1-965c-e64c799acc84
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:92b902b6-8014-4d20-a113-90b9b64b0f99
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-03T07:01:17.502Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 11e531a0-d0fd-423e-b916-b42c7937d983
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T07:01:17.508Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||basic_cnf_macro 0
2023-02-03T07:01:17.508Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 11e531a0-d0fd-423e-b916-b42c7937d983
2023-02-03T07:01:17.508Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 61e73d97-0e89-4f13-9fcf-bbe357a7bc22 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-03T07:01:17.508Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-03T07:01:17.509Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-03T07:01:17.632Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-03T07:01:17.633Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 61e73d97-0e89-4f13-9fcf-bbe357a7bc22 1565
2023-02-03T07:01:17.633Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-02-03T07:01:17.633Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-03T07:01:17.633Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T07:01:17.633Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:01:17.636Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:01:17.636Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407677633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:01:17.736Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T07:01:17.737Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:01:17.737Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:01:17.748Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:01:17.749Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:01:18.636Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "f44fe015-4a6c-4fef-9ef7-eba4e8821d58",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2557a9de-72f9-4c29-b88c-cef2140527fd",
    "vfModuleModelCustomizationUUID": "beec3d26-c758-49e6-96b5-121fc8f7bcb5",
    "isBase": true,
    "artifacts": [
      "2d140f27-8930-48eb-a852-82caec5b1934",
      "09239d58-243d-45ba-931e-2da10121bed1"
    ],
    "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": "5eeb211d-d829-49f1-ae3c-329ad147fa10",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0632ac21-281a-41fd-9419-62ea7f3f062f",
    "vfModuleModelCustomizationUUID": "9933192e-dcaa-4dd7-bcc5-4dc3d6ce0b4d",
    "isBase": false,
    "artifacts": [
      "fccae656-b65e-4ce6-bdf3-779b07f472de"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-03T07:01:18.646Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2557a9de-72f9-4c29-b88c-cef2140527fd
VfModuleModelInvariantUUID:f44fe015-4a6c-4fef-9ef7-eba4e8821d58
VfModuleModelDescription:NULL
Artifacts UUID List:{
2d140f27-8930-48eb-a852-82caec5b1934
,
09239d58-243d-45ba-931e-2da10121bed1

}
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:0632ac21-281a-41fd-9419-62ea7f3f062f
VfModuleModelInvariantUUID:5eeb211d-d829-49f1-ae3c-329ad147fa10
VfModuleModelDescription:NULL
Artifacts UUID List:{
fccae656-b65e-4ce6-bdf3-779b07f472de

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

isBase:false


}

2023-02-03T07:01:18.649Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "f44fe015-4a6c-4fef-9ef7-eba4e8821d58",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2557a9de-72f9-4c29-b88c-cef2140527fd",
    "vfModuleModelCustomizationUUID": "beec3d26-c758-49e6-96b5-121fc8f7bcb5",
    "isBase": true,
    "artifacts": [
      "2d140f27-8930-48eb-a852-82caec5b1934",
      "09239d58-243d-45ba-931e-2da10121bed1"
    ],
    "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": "5eeb211d-d829-49f1-ae3c-329ad147fa10",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0632ac21-281a-41fd-9419-62ea7f3f062f",
    "vfModuleModelCustomizationUUID": "9933192e-dcaa-4dd7-bcc5-4dc3d6ce0b4d",
    "isBase": false,
    "artifacts": [
      "fccae656-b65e-4ce6-bdf3-779b07f472de"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-03T07:01:18.649Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2557a9de-72f9-4c29-b88c-cef2140527fd
VfModuleModelInvariantUUID:f44fe015-4a6c-4fef-9ef7-eba4e8821d58
VfModuleModelDescription:NULL
Artifacts UUID List:{
2d140f27-8930-48eb-a852-82caec5b1934
,
09239d58-243d-45ba-931e-2da10121bed1

}
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:0632ac21-281a-41fd-9419-62ea7f3f062f
VfModuleModelInvariantUUID:5eeb211d-d829-49f1-ae3c-329ad147fa10
VfModuleModelDescription:NULL
Artifacts UUID List:{
fccae656-b65e-4ce6-bdf3-779b07f472de

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

isBase:false


}

2023-02-03T07:01:18.649Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2d140f27-8930-48eb-a852-82caec5b1934 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-03T07:01:18.649Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-03T07:01:18.649Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-03T07:01:18.754Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-03T07:01:18.755Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2d140f27-8930-48eb-a852-82caec5b1934 914
2023-02-03T07:01:18.755Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-02-03T07:01:18.755Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-03T07:01:18.756Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T07:01:18.756Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:01:18.761Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:01:18.761Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407678755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:01:18.861Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T07:01:18.862Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:01:18.862Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:01:18.884Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:01:18.886Z||pool-101-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2023-02-03T07:01:19.762Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 804d8c31-5d73-426a-bba7-fa88592474b7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-03T07:01:19.764Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-03T07:01:19.765Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-03T07:01:19.903Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-03T07:01:19.904Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 804d8c31-5d73-426a-bba7-fa88592474b7 12
2023-02-03T07:01:19.904Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-02-03T07:01:19.904Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-03T07:01:19.905Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T07:01:19.905Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:01:19.907Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:01:19.907Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407679904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:01:20.007Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T07:01:20.008Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:01:20.008Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:01:20.022Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:01:20.023Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:01:20.908Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 09239d58-243d-45ba-931e-2da10121bed1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-03T07:01:20.908Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-03T07:01:20.909Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-03T07:01:20.956Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-03T07:01:20.956Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 09239d58-243d-45ba-931e-2da10121bed1 96
2023-02-03T07:01:20.957Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-02-03T07:01:20.957Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-03T07:01:20.957Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T07:01:20.957Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:01:20.959Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:01:20.959Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407680957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:01:21.059Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T07:01:21.060Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:01:21.060Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:01:21.069Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:01:21.070Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:01:21.960Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fccae656-b65e-4ce6-bdf3-779b07f472de from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-03T07:01:21.960Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-03T07:01:21.961Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-03T07:01:22.033Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-03T07:01:22.034Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz fccae656-b65e-4ce6-bdf3-779b07f472de 20206
2023-02-03T07:01:22.034Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-02-03T07:01:22.034Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-03T07:01:22.034Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T07:01:22.035Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:01:22.037Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:01:22.037Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407682034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:01:22.137Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T07:01:22.138Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:01:22.138Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:01:22.147Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:01:22.148Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:01:23.041Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 025f9031-1b64-4f5e-b6fd-31e70f360b26
2023-02-03T07:01:23.043Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 11e531a0-d0fd-423e-b916-b42c7937d983 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T07:01:23.055Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6102974e, org.onap.sdc.toscaparser.api.parameters.Input@652a1162, org.onap.sdc.toscaparser.api.parameters.Input@2b8f1142, org.onap.sdc.toscaparser.api.parameters.Input@1b91a67f, org.onap.sdc.toscaparser.api.parameters.Input@6edcfaa4]
2023-02-03T07:01:23.057Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:01:23.058Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:01:23.058Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2023-02-03T07:01:23.058Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 68fbefa0-2674-4de8-b5ee-8372a14f92fc
2023-02-03T07:01:23.058Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 68fbefa0-2674-4de8-b5ee-8372a14f92fc matches Tosca VF Customization UUID: 68fbefa0-2674-4de8-b5ee-8372a14f92fc
2023-02-03T07:01:23.058Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 68fbefa0-2674-4de8-b5ee-8372a14f92fc  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-03T07:01:23.063Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:01:23.063Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:01:23.064Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 68fbefa0-2674-4de8-b5ee-8372a14f92fc: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2023-02-03T07:01:23.064Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1e2ab514
2023-02-03T07:01:23.065Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:01:23.065Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-03T07:01:23.065Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9933192e-dcaa-4dd7-bcc5-4dc3d6ce0b4d
2023-02-03T07:01:23.065Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9933192e-dcaa-4dd7-bcc5-4dc3d6ce0b4d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-03T07:01:23.069Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:01:23.070Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-03T07:01:23.070Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T07:01:23.070Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:01:23.070Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-03T07:01:23.070Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T07:01:23.071Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:01:23.071Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-03T07:01:23.071Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=68fbefa0-2674-4de8-b5ee-8372a14f92fc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T07:01:23.074Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:01:23.074Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:01:23.074Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 025f9031-1b64-4f5e-b6fd-31e70f360b26: basic_cnf_macro
2023-02-03T07:01:23.074Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:01:23.075Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:01:23.075Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:01:23.075Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:01:23.075Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:01:23.075Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:01:23.075Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:01:23.076Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:01:23.076Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:01:23.076Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:01:23.076Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T07:01:23.136Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 11e531a0-d0fd-423e-b916-b42c7937d983 2 ASDC deployResourceStructure
2023-02-03T07:01:23.137Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-02-03T07:01:23.137Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-03T07:01:23.137Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T07:01:23.138Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:01:23.144Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:01:23.146Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407683137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-03T07:01:23.242Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2023-02-03T07:01:23.243Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:01:23.243Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:01:23.257Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:01:23.257Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:01:24.148Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-02-03T07:01:24.149Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-03T07:01:24.149Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T07:01:24.150Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:01:24.152Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:01:24.152Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407684148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-02-03T07:01:24.253Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T07:01:24.254Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:01:24.254Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:01:24.269Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:01:24.269Z||pool-106-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:01:25.154Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-02-03T07:01:25.155Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2023-02-03T07:01:25.155Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-03T07:01:25.156Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:01:25.159Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:01:25.159Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407685154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-03T07:01:25.260Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T07:01:25.261Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:01:25.261Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:01:25.273Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:01:25.274Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:01:26.161Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-02-03T07:01:26.161Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-03T07:01:26.162Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T07:01:26.162Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:01:26.164Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:01:26.164Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407686161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-02-03T07:01:26.264Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T07:01:26.265Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:01:26.265Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:01:26.275Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:01:26.276Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:01:27.168Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-02-03T07:01:27.168Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2023-02-03T07:01:27.168Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-03T07:01:27.169Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:01:27.171Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:01:27.171Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407687168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-03T07:01:27.272Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-03T07:01:27.273Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:01:27.273Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:01:27.283Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:01:27.284Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:01:28.172Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-02-03T07:01:28.173Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-03T07:01:28.174Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T07:01:28.174Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:01:28.176Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:01:28.177Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407688172,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T07:01:28.277Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T07:01:28.278Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:01:28.278Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:01:28.288Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:01:28.288Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:01:29.178Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85a40d7f-36b2-46d7-95fe-346527b7bb32
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T07:01:29.192Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85a40d7f-36b2-46d7-95fe-346527b7bb32
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T07:01:29.195Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-03T07:01:29.196Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-03T07:01:29.196Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-03T07:01:59.196Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85a40d7f-36b2-46d7-95fe-346527b7bb32
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T07:01:59.216Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85a40d7f-36b2-46d7-95fe-346527b7bb32
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T07:01:59.221Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-03T07:01:59.221Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-03T07:01:59.222Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-03T07:02:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:02:03.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:02:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:02:03.644Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:02:03.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:02:03.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407663512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:02:03.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:02:29.222Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85a40d7f-36b2-46d7-95fe-346527b7bb32
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T07:02:29.234Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85a40d7f-36b2-46d7-95fe-346527b7bb32
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T07:02:29.237Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-03T07:02:29.237Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-03T07:02:29.237Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-03T07:02:59.238Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85a40d7f-36b2-46d7-95fe-346527b7bb32
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T07:02:59.268Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85a40d7f-36b2-46d7-95fe-346527b7bb32
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T07:02:59.274Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-03T07:02:59.274Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-03T07:02:59.275Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-03T07:03:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:03:03.520Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:03:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:03:03.547Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:03:03.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "cds",
  "timestamp": 1675407654914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407655920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675407659108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "aai-ml",
  "timestamp": 1675407659651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407663512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-03T07:03:03.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "cds",
  "timestamp": 1675407654914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407655920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-02-03T07:03:03.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "aai-ml",
  "timestamp": 1675407659651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675407659108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407663512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-03T07:03:03.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675407659108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "cds",
  "timestamp": 1675407654914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "aai-ml",
  "timestamp": 1675407659651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407655920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-02-03T07:03:03.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407663512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "cds",
  "timestamp": 1675407654914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675407659108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407655920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-02-03T07:03:03.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "aai-ml",
  "timestamp": 1675407659651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407663512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-02-03T07:03:03.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "cds",
  "timestamp": 1675407654914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675407659108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407655920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "aai-ml",
  "timestamp": 1675407659651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407663512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-02-03T07:03:03.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675407659108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.579Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "cds",
  "timestamp": 1675407654914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.579Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407655920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.579Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "aai-ml",
  "timestamp": 1675407659651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407668458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407663512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-02-03T07:03:03.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675407659108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "cds",
  "timestamp": 1675407654914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T07:03:03.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407655920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T07:03:03.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "aai-ml",
  "timestamp": 1675407659651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T07:03:03.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407668458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407663512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407672223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:03:03.583Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:03:03.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "cds",
  "timestamp": 1675407672235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:03:03.583Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:03:03.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "aai-ml",
  "timestamp": 1675407670883,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:03:03.583Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:03:03.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407668458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407663512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407673293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:03:03.584Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:03:03.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407668458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407663512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T07:03:03.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407674375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:03:03.585Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:03:03.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407668458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "cds",
  "timestamp": 1675407674662,
  "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=?
2023-02-03T07:03:03.594Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 85a40d7f-36b2-46d7-95fe-346527b7bb32
2023-02-03T07:03:03.594Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85a40d7f-36b2-46d7-95fe-346527b7bb32 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T07:03:03.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407674420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:03:03.607Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:03:03.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407675447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:03:03.608Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:03:03.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407668458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407676483,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T07:03:03.614Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 85a40d7f-36b2-46d7-95fe-346527b7bb32
2023-02-03T07:03:03.614Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85a40d7f-36b2-46d7-95fe-346527b7bb32 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T07:03:03.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407668458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407677486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-03T07:03:03.627Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:03:03.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407668458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407677633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:03:03.628Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:03:03.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407668458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "aai-ml",
  "timestamp": 1675407677535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T07:03:03.629Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:03:03.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407678755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:03:03.630Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:03:03.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407668458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T07:03:03.630Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "aai-ml",
  "timestamp": 1675407678539,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T07:03:03.642Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 85a40d7f-36b2-46d7-95fe-346527b7bb32
2023-02-03T07:03:03.643Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85a40d7f-36b2-46d7-95fe-346527b7bb32 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T07:03:03.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407679904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:03:03.657Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:03:03.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407679353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:03:03.657Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:03:03.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407680957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:03:03.658Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:03:03.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407681366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T07:03:03.658Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:03:03.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407682034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:03:03.659Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:03:03.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407682371,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T07:03:03.666Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 85a40d7f-36b2-46d7-95fe-346527b7bb32
2023-02-03T07:03:03.667Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85a40d7f-36b2-46d7-95fe-346527b7bb32 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T07:03:03.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407683137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-03T07:03:03.677Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:03:03.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407678491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "cds",
  "timestamp": 1675407675664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675407679108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407684148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-02-03T07:03:03.678Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:03:03.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407678491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-03T07:03:03.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "cds",
  "timestamp": 1675407675664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675407679108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407685154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-03T07:03:03.679Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:03:03.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407678491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-03T07:03:03.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "cds",
  "timestamp": 1675407675664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675407679108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407686161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-02-03T07:03:03.680Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:03:03.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407678491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "cds",
  "timestamp": 1675407675664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675407679108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407687168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-03T07:03:03.681Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:03:03.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407678491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-03T07:03:03.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "cds",
  "timestamp": 1675407675664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675407679108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407688172,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T07:03:03.682Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:03:03.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407678491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "cds",
  "timestamp": 1675407675664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675407679108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407678491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "cds",
  "timestamp": 1675407675664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675407679108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407678491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T07:03:03.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "cds",
  "timestamp": 1675407675664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T07:03:03.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675407679108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "aai-ml",
  "timestamp": 1675407689651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407692186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:03:03.685Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:03:03.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "cds",
  "timestamp": 1675407692210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:03:03.685Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:03:03.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "aai-ml",
  "timestamp": 1675407689651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407693239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:03:03.686Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:03:03.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "cds",
  "timestamp": 1675407693433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T07:03:03.701Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 864f6617-a6ba-4f58-8cb7-3bbd7f2b9662
2023-02-03T07:03:03.702Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 864f6617-a6ba-4f58-8cb7-3bbd7f2b9662 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T07:03:03.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "aai-ml",
  "timestamp": 1675407689651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407694356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:03:03.713Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:03:03.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "aai-ml",
  "timestamp": 1675407689651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407695394,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T07:03:03.718Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 864f6617-a6ba-4f58-8cb7-3bbd7f2b9662
2023-02-03T07:03:03.718Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 864f6617-a6ba-4f58-8cb7-3bbd7f2b9662 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T07:03:03.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "aai-ml",
  "timestamp": 1675407689651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407696398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-03T07:03:03.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:03:03.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "aai-ml",
  "timestamp": 1675407689651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.730Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "aai-ml",
  "timestamp": 1675407689651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.730Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "aai-ml",
  "timestamp": 1675407689651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T07:03:03.730Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "aai-ml",
  "timestamp": 1675407698410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:03:03.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:03:03.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407698458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.731Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407698458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.731Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407698458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.731Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407698458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407698458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "aai-ml",
  "timestamp": 1675407703916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T07:03:03.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:03:03.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407698458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "aai-ml",
  "timestamp": 1675407704920,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T07:03:03.740Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 864f6617-a6ba-4f58-8cb7-3bbd7f2b9662
2023-02-03T07:03:03.740Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 864f6617-a6ba-4f58-8cb7-3bbd7f2b9662 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T07:03:03.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407698458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:03:03.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407698458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T07:03:03.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:03:03.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407707200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:03:03.753Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:03:03.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407709240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T07:03:03.753Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:03:03.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-03T07:03:03.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407710245,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T07:03:03.758Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 864f6617-a6ba-4f58-8cb7-3bbd7f2b9662
2023-02-03T07:03:03.758Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 864f6617-a6ba-4f58-8cb7-3bbd7f2b9662 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T07:03:29.276Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85a40d7f-36b2-46d7-95fe-346527b7bb32
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T07:03:29.289Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85a40d7f-36b2-46d7-95fe-346527b7bb32
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T07:03:29.293Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-03T07:03:29.293Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-03T07:03:29.293Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-03T07:03:29.294Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-03T07:03:29.294Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T07:03:29.294Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T07:03:29.294Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T07:03:29.294Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T07:03:29.294Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T07:03:29.295Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T07:03:29.304Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-03T07:03:59.305Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 85a40d7f-36b2-46d7-95fe-346527b7bb32 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-03T07:03:59.315Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 85a40d7f-36b2-46d7-95fe-346527b7bb32 and serviceModelVersionId: 025f9031-1b64-4f5e-b6fd-31e70f360b26
2023-02-03T07:03:59.315Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf35ebe1-cae4-4380-ab2b-4d29c7b73f1d
2023-02-03T07:03:59.317Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf35ebe1-cae4-4380-ab2b-4d29c7b73f1d/model-vers/model-ver/025f9031-1b64-4f5e-b6fd-31e70f360b26?depth=0
2023-02-03T07:03:59.326Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-02-03T07:03:59.406Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf35ebe1-cae4-4380-ab2b-4d29c7b73f1d/model-vers/model-ver/025f9031-1b64-4f5e-b6fd-31e70f360b26?depth=0|INFO|500||Invoke
2023-02-03T07:03:59.407Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf35ebe1-cae4-4380-ab2b-4d29c7b73f1d/model-vers/model-ver/025f9031-1b64-4f5e-b6fd-31e70f360b26?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf35ebe1-cae4-4380-ab2b-4d29c7b73f1d/model-vers/model-ver/025f9031-1b64-4f5e-b6fd-31e70f360b26?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[85a40d7f-36b2-46d7-95fe-346527b7bb32], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[67fd457b-9a0e-4bb5-a68b-1e943166761b], X-ECOMP-RequestID=[85a40d7f-36b2-46d7-95fe-346527b7bb32], X-TransactionId=[], X-ONAP-RequestID=[85a40d7f-36b2-46d7-95fe-346527b7bb32], Content-Type=[application/merge-patch+json]}
2023-02-03T07:03:59.434Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf35ebe1-cae4-4380-ab2b-4d29c7b73f1d/model-vers/model-ver/025f9031-1b64-4f5e-b6fd-31e70f360b26?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-03T07:03:59.596Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf35ebe1-cae4-4380-ab2b-4d29c7b73f1d/model-vers/model-ver/025f9031-1b64-4f5e-b6fd-31e70f360b26?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/cf35ebe1-cae4-4380-ab2b-4d29c7b73f1d/model-vers/model-ver/025f9031-1b64-4f5e-b6fd-31e70f360b26?depth=0 has http status code:200 and response headers:{date=[Fri, 03 Feb 2023 07:03:59 GMT], content-length=[0], vertex-id=[540712], x-aai-txid=[0-aai-resources-230203-07:03:59:961-15027], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-03T07:03:59.597Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf35ebe1-cae4-4380-ab2b-4d29c7b73f1d/model-vers/model-ver/025f9031-1b64-4f5e-b6fd-31e70f360b26?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-03T07:03:59.598Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf35ebe1-cae4-4380-ab2b-4d29c7b73f1d/model-vers/model-ver/025f9031-1b64-4f5e-b6fd-31e70f360b26?depth=0|INFO|500||InvokeReturn
2023-02-03T07:03:59.599Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-03T07:03:59.599Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T07:03:59.605Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-03T07:03:59.605Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 85a40d7f-36b2-46d7-95fe-346527b7bb32 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-03T07:03:59.606Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-03T07:03:59.606Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:03:59.608Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:03:59.608Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407839606,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-03T07:03:59.710Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T07:03:59.713Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:03:59.716Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:03:59.748Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:03:59.749Z||pool-111-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-03T07:04:00.636Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:04:00.637Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:04:00.637Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:04:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:04:03.519Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:04:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:04:03.546Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:04:03.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "aai-ml",
  "timestamp": 1675407749651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "cds",
  "timestamp": 1675407744914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "aai-ml",
  "timestamp": 1675407749651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "cds",
  "timestamp": 1675407744914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407755920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "aai-ml",
  "timestamp": 1675407749651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "cds",
  "timestamp": 1675407744914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407755920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "aai-ml",
  "timestamp": 1675407749651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "cds",
  "timestamp": 1675407744914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407755920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "aai-ml",
  "timestamp": 1675407749651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "cds",
  "timestamp": 1675407744914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407755920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "aai-ml",
  "timestamp": 1675407749651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "cds",
  "timestamp": 1675407744914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675407759108,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407758458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407755920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "aai-ml",
  "timestamp": 1675407749651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "cds",
  "timestamp": 1675407744914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675407759108,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407758458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407755920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "aai-ml",
  "timestamp": 1675407749651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "cds",
  "timestamp": 1675407744914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675407759108,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407758458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407755920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "aai-ml",
  "timestamp": 1675407749651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T07:04:03.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "cds",
  "timestamp": 1675407744914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T07:04:03.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675407759108,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407758458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407755920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "aai-ml",
  "timestamp": 1675407762650,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:04:03.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:04:03.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "cds",
  "timestamp": 1675407764030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:04:03.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:04:03.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675407759108,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407758458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1675407755920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T07:04:03.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "cds",
  "timestamp": 1675407765264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T07:04:03.578Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 12c04cd0-bece-49b6-9277-0ab5836743b2
2023-02-03T07:04:03.578Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12c04cd0-bece-49b6-9277-0ab5836743b2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T07:04:03.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675407759108,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407758458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.590Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675407759108,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-02-03T07:04:03.591Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407758458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.591Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675407759108,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.592Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407758458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.593Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "aai-ml",
  "timestamp": 1675407766380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T07:04:03.594Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:04:03.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675407759108,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:03.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407758458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T07:04:03.596Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:04:03.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "aai-ml",
  "timestamp": 1675407767384,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T07:04:03.604Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 12c04cd0-bece-49b6-9277-0ab5836743b2
2023-02-03T07:04:03.605Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12c04cd0-bece-49b6-9277-0ab5836743b2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T07:04:03.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675407768924,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:04:03.623Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:04:03.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407768258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:04:03.624Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:04:03.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675407769970,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-02-03T07:04:03.624Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:04:03.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407769980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T07:04:03.625Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:04:03.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675407770974,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T07:04:03.635Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 12c04cd0-bece-49b6-9277-0ab5836743b2
2023-02-03T07:04:03.636Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12c04cd0-bece-49b6-9277-0ab5836743b2 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T07:04:03.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:04:03.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675407770983,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T07:04:03.662Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 12c04cd0-bece-49b6-9277-0ab5836743b2
2023-02-03T07:04:03.663Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12c04cd0-bece-49b6-9277-0ab5836743b2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T07:04:05.197Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:04:05.198Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-03T07:04:05.199Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"864f6617-a6ba-4f58-8cb7-3bbd7f2b9662","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"9e4bf009-d0b3-49d1-ba8e-eb259d2d8c38","serviceDescription":"service","serviceInvariantUUID":"87fbcbf8-d434-4cde-9806-79906dad7d13","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7099f9f8-c3ba-4b88-8c6e-afc661bda53f","resourceInvariantUUID":"1085045e-2409-4e06-b08b-465ea97afff1","resourceCustomizationUUID":"ada553cb-b208-457b-9e33-0ad01d21d5e7","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":"NDVmNzY5ZDYyYTU0NTU5NTgzYzk2NTZjNmJmMjliZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3bd02609-8b07-4716-bc1f-23ed741ff5fe","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":"N2Q3OWNjM2FlNzczNzcxNzlhZDI1YWY3YWFjYjkxMzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"988086bc-28d3-4503-b461-1c44c04e70ac","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":"56682bf0-e96b-44fa-9e82-bf3c8f2cd378","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":"300e9e3f-0737-46d2-a108-09bdbdc04cba","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":"fb61d695-a70a-4d39-a1b3-0ba888698238","artifactVersion":"2","generatedFromUUID":"56682bf0-e96b-44fa-9e82-bf3c8f2cd378"},{"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":"NzYwZGQ5MjQ1YzhhNzE1YTg1YzBmZjVhNTgzZDEzYzI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"be87ec90-b422-459c-bf1d-ad685d37cbff","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":"Y2M2OTE1MGRlZDM0MDFmOTJlOTcwMTI3ODMzMWJkNGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4e9540f3-d45a-4ea8-be37-c6d9b08f0e95","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODc2ODEyYmZlZjcwODA3ZWI1OTQ3NmE3YjQzOTJkMDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c05105e9-5377-4806-9f7e-ca9fb6fe87f2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-03T07:04:05.202Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T07:04:05.202Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:04:05.204Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:04:05.204Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:05.304Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T07:04:05.305Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:04:05.306Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:04:05.337Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:04:05.338Z||pool-112-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2023-02-03T07:04:06.205Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T07:04:06.205Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:04:06.208Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:04:06.208Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-03T07:04:06.308Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T07:04:06.309Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:04:06.309Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:04:06.326Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:04:06.329Z||pool-113-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2023-02-03T07:04:07.209Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T07:04:07.211Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:04:07.214Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:04:07.215Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-03T07:04:07.319Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2023-02-03T07:04:07.320Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:04:07.320Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:04:07.344Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:04:07.345Z||pool-114-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2023-02-03T07:04:08.215Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T07:04:08.217Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:04:08.219Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:04:08.219Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:08.319Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T07:04:08.320Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:04:08.320Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:04:08.334Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:04:08.335Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:04:09.220Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T07:04:09.221Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:04:09.223Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:04:09.224Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-03T07:04:09.323Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T07:04:09.325Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:04:09.325Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:04:09.341Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:04:09.342Z||pool-116-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:04:10.224Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T07:04:10.230Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:04:10.234Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:04:10.235Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:10.332Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2023-02-03T07:04:10.334Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:04:10.334Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:04:10.350Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:04:10.351Z||pool-117-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:04:11.235Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T07:04:11.237Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:04:11.239Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:04:11.239Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:11.339Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T07:04:11.340Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:04:11.340Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:04:11.351Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:04:11.352Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:04:12.242Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T07:04:12.243Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:04:12.246Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:04:12.246Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T07:04:12.345Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T07:04:12.346Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:04:12.346Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:04:12.357Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:04:12.357Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:04:13.248Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "9e4bf009-d0b3-49d1-ba8e-eb259d2d8c38",
  "serviceDescription": "service",
  "serviceInvariantUUID": "87fbcbf8-d434-4cde-9806-79906dad7d13",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "ada553cb-b208-457b-9e33-0ad01d21d5e7",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7099f9f8-c3ba-4b88-8c6e-afc661bda53f",
      "resourceInvariantUUID": "1085045e-2409-4e06-b08b-465ea97afff1",
      "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": "N2Q3OWNjM2FlNzczNzcxNzlhZDI1YWY3YWFjYjkxMzg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "988086bc-28d3-4503-b461-1c44c04e70ac",
          "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": "56682bf0-e96b-44fa-9e82-bf3c8f2cd378",
          "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": "fb61d695-a70a-4d39-a1b3-0ba888698238",
            "generatedFromUUID": "56682bf0-e96b-44fa-9e82-bf3c8f2cd378"
          },
          "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": "fb61d695-a70a-4d39-a1b3-0ba888698238",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ODc2ODEyYmZlZjcwODA3ZWI1OTQ3NmE3YjQzOTJkMDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c05105e9-5377-4806-9f7e-ca9fb6fe87f2"
    }
  ],
  "workloadContext": "Production"
}
2023-02-03T07:04:13.248Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-03T07:04:13.248Z|85a40d7f-36b2-46d7-95fe-346527b7bb32|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9e4bf009-d0b3-49d1-ba8e-eb259d2d8c38 ASDC
2023-02-03T07:04:13.249Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:864f6617-a6ba-4f58-8cb7-3bbd7f2b9662
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:9e4bf009-d0b3-49d1-ba8e-eb259d2d8c38
ServiceInvariantUUID:87fbcbf8-d434-4cde-9806-79906dad7d13
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:c05105e9-5377-4806-9f7e-ca9fb6fe87f2
ArtifactChecksum:ODc2ODEyYmZlZjcwODA3ZWI1OTQ3NmE3YjQzOTJkMDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:ada553cb-b208-457b-9e33-0ad01d21d5e7
ResourceInvariantUUID:1085045e-2409-4e06-b08b-465ea97afff1
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:7099f9f8-c3ba-4b88-8c6e-afc661bda53f
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:988086bc-28d3-4503-b461-1c44c04e70ac
ArtifactChecksum:N2Q3OWNjM2FlNzczNzcxNzlhZDI1YWY3YWFjYjkxMzg=
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:56682bf0-e96b-44fa-9e82-bf3c8f2cd378
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:fb61d695-a70a-4d39-a1b3-0ba888698238
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:fb61d695-a70a-4d39-a1b3-0ba888698238
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-03T07:04:13.250Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9e4bf009-d0b3-49d1-ba8e-eb259d2d8c38 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-03T07:04:13.308Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-03T07:04:13.309Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-03T07:04:13.309Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-03T07:04:13.310Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c05105e9-5377-4806-9f7e-ca9fb6fe87f2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-03T07:04:13.310Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-03T07:04:13.310Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-03T07:04:13.532Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-03T07:04:13.537Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c05105e9-5377-4806-9f7e-ca9fb6fe87f2 82624
2023-02-03T07:04:13.537Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-02-03T07:04:13.537Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-03T07:04:13.537Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T07:04:13.538Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:04:13.540Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:04:13.540Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407853537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:04:13.640Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T07:04:13.641Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:04:13.641Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:04:13.676Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:04:13.677Z||pool-120-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2023-02-03T07:04:14.540Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-03T07:04:14.541Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-03T07:04:14.541Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c05105e9-5377-4806-9f7e-ca9fb6fe87f2, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-03T07:04:14.542Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-02-03T07:04:14.542Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-03T07:04:14.542Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-03T07:04:14.808Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17606505688406256666/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-02-03T07:04:16.472Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-03T07:04:16.473Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-03T07:04:16.473Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-03T07:04:16.474Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-03T07:04:16.474Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-03T07:04:16.474Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-03T07:04:16.474Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-03T07:04:16.474Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-03T07:04:16.475Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-03T07:04:16.475Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-03T07:04:16.475Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-03T07:04:16.475Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-03T07:04:16.476Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:04:16.476Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:04:16.477Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-03T07:04:16.477Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-03T07:04:16.477Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-03T07:04:16.478Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:04:16.478Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:04:16.478Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-03T07:04:16.478Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-03T07:04:16.479Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-03T07:04:16.479Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:04:16.479Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:04:16.479Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:04:16.480Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-03T07:04:16.480Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-02-03T07:04:16.480Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-02-03T07:04:16.480Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-02-03T07:04:16.480Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-03T07:04:16.481Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-03T07:04:16.481Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:04:16.481Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-03T07:04:16.481Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:04:16.481Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-03T07:04:16.482Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T07:04:16.482Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:04:16.482Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-03T07:04:16.483Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T07:04:16.483Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:04:16.483Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-03T07:04:16.483Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T07:04:16.483Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:04:16.484Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-03T07:04:16.484Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-03T07:04:16.484Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-03T07:04:16.484Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=91bb7f73-14ab-4d79-9887-80150ccdc3e1
2023-02-03T07:04:16.485Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:04:16.485Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:04:16.485Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:04:16.485Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:04:16.486Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:04:16.486Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:04:16.486Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:04:16.486Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:04:16.487Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:9e4bf009-d0b3-49d1-ba8e-eb259d2d8c38
Model Version:NULL
Model InvariantUuid:87fbcbf8-d434-4cde-9806-79906dad7d13
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:0bdc02cb-7e66-4298-a25e-e5234a657acc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1085045e-2409-4e06-b08b-465ea97afff1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ada553cb-b208-457b-9e33-0ad01d21d5e7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2b433c16-ec9a-477c-be13-8940a2637a62
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:cfd46669-52dd-453a-bdc9-add98a45f361
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:91bb7f73-14ab-4d79-9887-80150ccdc3e1
ModelInvariantUuid:984c61cd-810c-4763-a8e6-e5413dc9478a
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:8338afdd-1242-49b0-91f5-f6e9f713099f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b18137a0-ec91-49a8-9d3e-a51a1d5c5029
ModelInvariantUuid:73cc656c-a4fc-49a4-b3f0-be4f6a142a87
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:bdcfd1ee-fb4f-4a0a-9765-04350dcf7432
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-03T07:04:16.500Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 7099f9f8-c3ba-4b88-8c6e-afc661bda53f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T07:04:16.504Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||basic_vm_macro 0
2023-02-03T07:04:16.504Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7099f9f8-c3ba-4b88-8c6e-afc661bda53f
2023-02-03T07:04:16.504Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 988086bc-28d3-4503-b461-1c44c04e70ac from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-03T07:04:16.504Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-03T07:04:16.504Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-03T07:04:16.618Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-03T07:04:16.619Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 988086bc-28d3-4503-b461-1c44c04e70ac 792
2023-02-03T07:04:16.619Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-02-03T07:04:16.619Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-03T07:04:16.619Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T07:04:16.620Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:04:16.622Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:04:16.622Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407856619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:04:16.722Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T07:04:16.723Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:04:16.723Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:04:16.754Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:04:16.755Z||pool-121-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:04:17.623Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2b433c16-ec9a-477c-be13-8940a2637a62",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cfd46669-52dd-453a-bdc9-add98a45f361",
    "vfModuleModelCustomizationUUID": "28603b99-5705-4dbf-896c-260b74feaca8",
    "isBase": true,
    "artifacts": [
      "56682bf0-e96b-44fa-9e82-bf3c8f2cd378",
      "fb61d695-a70a-4d39-a1b3-0ba888698238"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-03T07:04:17.627Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cfd46669-52dd-453a-bdc9-add98a45f361
VfModuleModelInvariantUUID:2b433c16-ec9a-477c-be13-8940a2637a62
VfModuleModelDescription:NULL
Artifacts UUID List:{
56682bf0-e96b-44fa-9e82-bf3c8f2cd378
,
fb61d695-a70a-4d39-a1b3-0ba888698238

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

isBase:true


}

2023-02-03T07:04:17.628Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2b433c16-ec9a-477c-be13-8940a2637a62",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cfd46669-52dd-453a-bdc9-add98a45f361",
    "vfModuleModelCustomizationUUID": "28603b99-5705-4dbf-896c-260b74feaca8",
    "isBase": true,
    "artifacts": [
      "56682bf0-e96b-44fa-9e82-bf3c8f2cd378",
      "fb61d695-a70a-4d39-a1b3-0ba888698238"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-03T07:04:17.628Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cfd46669-52dd-453a-bdc9-add98a45f361
VfModuleModelInvariantUUID:2b433c16-ec9a-477c-be13-8940a2637a62
VfModuleModelDescription:NULL
Artifacts UUID List:{
56682bf0-e96b-44fa-9e82-bf3c8f2cd378
,
fb61d695-a70a-4d39-a1b3-0ba888698238

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

isBase:true


}

2023-02-03T07:04:17.629Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 56682bf0-e96b-44fa-9e82-bf3c8f2cd378 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-03T07:04:17.629Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-03T07:04:17.629Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-03T07:04:17.686Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-03T07:04:17.688Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 56682bf0-e96b-44fa-9e82-bf3c8f2cd378 5033
2023-02-03T07:04:17.688Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-03T07:04:17.688Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-03T07:04:17.689Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T07:04:17.689Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:04:17.691Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:04:17.694Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407857688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:04:17.792Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2023-02-03T07:04:17.793Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:04:17.793Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:04:17.808Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:04:17.808Z||pool-122-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:04:18.695Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fb61d695-a70a-4d39-a1b3-0ba888698238 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-03T07:04:18.696Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-03T07:04:18.696Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-03T07:04:18.774Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-03T07:04:18.775Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env fb61d695-a70a-4d39-a1b3-0ba888698238 903
2023-02-03T07:04:18.775Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-03T07:04:18.775Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-03T07:04:18.776Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T07:04:18.776Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:04:18.778Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:04:18.778Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407858775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:04:18.879Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T07:04:18.880Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:04:18.880Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:04:18.899Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:04:18.900Z||pool-123-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:04:19.779Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 9e4bf009-d0b3-49d1-ba8e-eb259d2d8c38
2023-02-03T07:04:19.780Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 7099f9f8-c3ba-4b88-8c6e-afc661bda53f ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T07:04:19.798Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67eed77d, org.onap.sdc.toscaparser.api.parameters.Input@26c02851, org.onap.sdc.toscaparser.api.parameters.Input@7ee4f8, org.onap.sdc.toscaparser.api.parameters.Input@5c8ab895, org.onap.sdc.toscaparser.api.parameters.Input@4d4ec946]
2023-02-03T07:04:19.800Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:04:19.800Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:04:19.800Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2023-02-03T07:04:19.801Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= ada553cb-b208-457b-9e33-0ad01d21d5e7
2023-02-03T07:04:19.801Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ada553cb-b208-457b-9e33-0ad01d21d5e7 matches Tosca VF Customization UUID: ada553cb-b208-457b-9e33-0ad01d21d5e7
2023-02-03T07:04:19.801Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: ada553cb-b208-457b-9e33-0ad01d21d5e7  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-03T07:04:19.804Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:04:19.805Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:04:19.806Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id ada553cb-b208-457b-9e33-0ad01d21d5e7: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2023-02-03T07:04:19.807Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1402dfb2
2023-02-03T07:04:19.808Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:04:19.808Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-03T07:04:19.808Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 28603b99-5705-4dbf-896c-260b74feaca8
2023-02-03T07:04:19.809Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 28603b99-5705-4dbf-896c-260b74feaca8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-03T07:04:19.813Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:04:19.814Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-03T07:04:19.814Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T07:04:19.814Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:04:19.815Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-03T07:04:19.815Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T07:04:19.815Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:04:19.815Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-03T07:04:19.815Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-03T07:04:19.816Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-03T07:04:19.816Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=91bb7f73-14ab-4d79-9887-80150ccdc3e1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-03T07:04:19.822Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:04:19.823Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-03T07:04:19.823Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-03T07:04:19.823Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:04:19.823Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-03T07:04:19.824Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ada553cb-b208-457b-9e33-0ad01d21d5e7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T07:04:19.827Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:04:19.827Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:04:19.827Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 9e4bf009-d0b3-49d1-ba8e-eb259d2d8c38: basic_vm_macro
2023-02-03T07:04:19.828Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:04:19.828Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:04:19.828Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:04:19.828Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:04:19.829Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:04:19.829Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:04:19.830Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:04:19.830Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:04:19.830Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:04:19.830Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:04:19.831Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-03T07:04:19.947Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 7099f9f8-c3ba-4b88-8c6e-afc661bda53f 1 ASDC deployResourceStructure
2023-02-03T07:04:19.947Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-02-03T07:04:19.947Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-03T07:04:19.948Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T07:04:19.948Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:04:19.950Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:04:19.950Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407859947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-03T07:04:20.050Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T07:04:20.051Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:04:20.051Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:04:20.070Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:04:20.070Z||pool-124-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:04:20.951Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-03T07:04:20.952Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-03T07:04:20.952Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T07:04:20.952Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:04:20.954Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:04:20.954Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407860951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-02-03T07:04:21.054Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T07:04:21.056Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:04:21.056Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:04:21.069Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:04:21.070Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:04:21.955Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-03T07:04:21.956Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-03T07:04:21.956Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T07:04:21.956Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:04:21.958Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:04:21.958Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407861955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-02-03T07:04:22.058Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T07:04:22.059Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:04:22.059Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:04:22.072Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:04:22.073Z||pool-126-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-02-03T07:04:22.958Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-02-03T07:04:22.959Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-03T07:04:22.959Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T07:04:22.960Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:04:22.962Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:04:22.962Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407862958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T07:04:23.062Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T07:04:23.063Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:04:23.063Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:04:23.075Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:04:23.076Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-02-03T07:04:23.963Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 864f6617-a6ba-4f58-8cb7-3bbd7f2b9662
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T07:04:23.974Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 864f6617-a6ba-4f58-8cb7-3bbd7f2b9662
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T07:04:23.979Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-03T07:04:23.979Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-03T07:04:23.979Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-03T07:04:23.980Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-03T07:04:23.980Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T07:04:23.980Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T07:04:23.980Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T07:04:23.980Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T07:04:23.980Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T07:04:23.980Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T07:04:23.992Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-03T07:04:53.993Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 864f6617-a6ba-4f58-8cb7-3bbd7f2b9662 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-03T07:04:54.004Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 864f6617-a6ba-4f58-8cb7-3bbd7f2b9662 and serviceModelVersionId: 9e4bf009-d0b3-49d1-ba8e-eb259d2d8c38
2023-02-03T07:04:54.004Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87fbcbf8-d434-4cde-9806-79906dad7d13
2023-02-03T07:04:54.005Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87fbcbf8-d434-4cde-9806-79906dad7d13/model-vers/model-ver/9e4bf009-d0b3-49d1-ba8e-eb259d2d8c38?depth=0
2023-02-03T07:04:54.009Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-02-03T07:04:54.064Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87fbcbf8-d434-4cde-9806-79906dad7d13/model-vers/model-ver/9e4bf009-d0b3-49d1-ba8e-eb259d2d8c38?depth=0|INFO|500||Invoke
2023-02-03T07:04:54.064Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87fbcbf8-d434-4cde-9806-79906dad7d13/model-vers/model-ver/9e4bf009-d0b3-49d1-ba8e-eb259d2d8c38?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87fbcbf8-d434-4cde-9806-79906dad7d13/model-vers/model-ver/9e4bf009-d0b3-49d1-ba8e-eb259d2d8c38?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[864f6617-a6ba-4f58-8cb7-3bbd7f2b9662], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[17affbcd-f26b-4338-832d-31cc6cde1c62], X-ECOMP-RequestID=[864f6617-a6ba-4f58-8cb7-3bbd7f2b9662], X-TransactionId=[], X-ONAP-RequestID=[864f6617-a6ba-4f58-8cb7-3bbd7f2b9662], Content-Type=[application/merge-patch+json]}
2023-02-03T07:04:54.092Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87fbcbf8-d434-4cde-9806-79906dad7d13/model-vers/model-ver/9e4bf009-d0b3-49d1-ba8e-eb259d2d8c38?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-03T07:04:54.223Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87fbcbf8-d434-4cde-9806-79906dad7d13/model-vers/model-ver/9e4bf009-d0b3-49d1-ba8e-eb259d2d8c38?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/87fbcbf8-d434-4cde-9806-79906dad7d13/model-vers/model-ver/9e4bf009-d0b3-49d1-ba8e-eb259d2d8c38?depth=0 has http status code:200 and response headers:{date=[Fri, 03 Feb 2023 07:04:54 GMT], content-length=[0], vertex-id=[229424], x-aai-txid=[1-aai-resources-230203-07:04:54:626-19338], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-03T07:04:54.224Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87fbcbf8-d434-4cde-9806-79906dad7d13/model-vers/model-ver/9e4bf009-d0b3-49d1-ba8e-eb259d2d8c38?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-03T07:04:54.225Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87fbcbf8-d434-4cde-9806-79906dad7d13/model-vers/model-ver/9e4bf009-d0b3-49d1-ba8e-eb259d2d8c38?depth=0|INFO|500||InvokeReturn
2023-02-03T07:04:54.226Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-03T07:04:54.227Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T07:04:54.237Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-03T07:04:54.239Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 864f6617-a6ba-4f58-8cb7-3bbd7f2b9662 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-03T07:04:54.240Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-03T07:04:54.241Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:04:54.254Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:04:54.255Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407894240,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-03T07:04:54.345Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2023-02-03T07:04:54.347Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:04:54.347Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:04:54.367Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:04:54.368Z||pool-128-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-03T07:04:55.276Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-03T07:04:55.276Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"12c04cd0-bece-49b6-9277-0ab5836743b2","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"107b1527-7829-4d02-99e3-b0d3167072f6","serviceDescription":"service","serviceInvariantUUID":"c7b2e705-24df-4e0e-82f2-4763c4b0e795","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0d1bdba7-bc00-4c35-ad25-87c423de9c5e","resourceInvariantUUID":"258c8db1-2ab9-419d-9579-c43d40097805","resourceCustomizationUUID":"7518f412-7ca4-4daa-98cd-921fdec6de1e","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":"MWM0MDdiZjk3ZTAxNzY4YjFlODNhYWU0MTkwZGRkMTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"320e174a-67b1-4672-a249-938d756ee544","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":"c9d3d81e-3af1-4634-bbc0-ebf73315c86f","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":"718eb9e9-66d0-401f-aed9-2c44f0e5ee97","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":"MzVjZTFjNTBiYWY4ODMzYWIxZDBhNDZlOTQ0Yjg2N2Y\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ed83eb38-59ce-4e91-821d-e8f631e2aae0","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":"569ac2a1-6d1a-4cf9-9db7-4ca32631f8b1","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":"5a888489-1d5c-418c-b7cc-6af852e8b875","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":"3357e8a3-03ae-44b3-86aa-646518912d1a","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":"NjU4MjlmYWVhZmI1ZjQwZjUwMTg2MzE1NzhkY2U5N2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0e3e57a1-167b-4ab0-9529-718829e13fd4","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDgyZGQ2ZTQ0ZThjNzAyY2ViNGIzMWQ4YmEyN2ZkMmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3e287389-31e2-4cf9-8362-01a6e7824cc3","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-03T07:04:55.277Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T07:04:55.277Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:04:55.280Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:04:55.281Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:55.386Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2023-02-03T07:04:55.386Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:04:55.387Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:04:55.402Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:04:55.403Z||pool-129-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:04:56.285Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T07:04:56.286Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:04:56.289Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:04:56.289Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:56.390Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-03T07:04:56.392Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:04:56.392Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:04:56.410Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:04:56.411Z||pool-130-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:04:57.290Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T07:04:57.291Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:04:57.294Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:04:57.294Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:57.393Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T07:04:57.395Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:04:57.395Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:04:57.413Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:04:57.414Z||pool-131-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2023-02-03T07:04:58.294Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T07:04:58.295Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:04:58.297Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:04:58.298Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:58.397Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-02-03T07:04:58.398Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:04:58.398Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:04:58.411Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:04:58.412Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:04:59.299Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T07:04:59.300Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:04:59.301Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:04:59.302Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:04:59.410Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2023-02-03T07:04:59.411Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:04:59.411Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:04:59.424Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:04:59.425Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:05:00.302Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T07:05:00.303Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:05:00.305Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:05:00.305Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:05:00.405Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T07:05:00.406Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:05:00.406Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:05:00.416Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:05:00.417Z||pool-134-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-02-03T07:05:01.305Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T07:05:01.307Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:05:01.308Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:05:01.309Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:05:01.409Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T07:05:01.410Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:05:01.410Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:05:01.419Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:05:01.420Z||pool-135-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:05:02.309Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T07:05:02.311Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:05:02.318Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:05:02.319Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:05:02.414Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2023-02-03T07:05:02.415Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:05:02.415Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:05:02.424Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:05:02.425Z||pool-136-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:05:03.319Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-03T07:05:03.320Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:05:03.324Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:05:03.324Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T07:05:03.426Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-02-03T07:05:03.427Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:05:03.427Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:05:03.443Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:05:03.443Z||pool-137-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:05:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:05:03.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:05:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:05:03.557Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:05:03.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:05:03.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85a40d7f-36b2-46d7-95fe-346527b7bb32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407839606,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-03T07:05:03.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:05:04.327Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "107b1527-7829-4d02-99e3-b0d3167072f6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c7b2e705-24df-4e0e-82f2-4763c4b0e795",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "7518f412-7ca4-4daa-98cd-921fdec6de1e",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0d1bdba7-bc00-4c35-ad25-87c423de9c5e",
      "resourceInvariantUUID": "258c8db1-2ab9-419d-9579-c43d40097805",
      "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": "ZDgyZGQ2ZTQ0ZThjNzAyY2ViNGIzMWQ4YmEyN2ZkMmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3e287389-31e2-4cf9-8362-01a6e7824cc3"
    }
  ],
  "workloadContext": "Production"
}
2023-02-03T07:05:04.328Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-03T07:05:04.328Z|864f6617-a6ba-4f58-8cb7-3bbd7f2b9662|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 107b1527-7829-4d02-99e3-b0d3167072f6 ASDC
2023-02-03T07:05:04.328Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:12c04cd0-bece-49b6-9277-0ab5836743b2
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:107b1527-7829-4d02-99e3-b0d3167072f6
ServiceInvariantUUID:c7b2e705-24df-4e0e-82f2-4763c4b0e795
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:3e287389-31e2-4cf9-8362-01a6e7824cc3
ArtifactChecksum:ZDgyZGQ2ZTQ0ZThjNzAyY2ViNGIzMWQ4YmEyN2ZkMmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:7518f412-7ca4-4daa-98cd-921fdec6de1e
ResourceInvariantUUID:258c8db1-2ab9-419d-9579-c43d40097805
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:0d1bdba7-bc00-4c35-ad25-87c423de9c5e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-03T07:05:04.328Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 107b1527-7829-4d02-99e3-b0d3167072f6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-03T07:05:04.363Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-03T07:05:04.363Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-03T07:05:04.364Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-03T07:05:04.364Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3e287389-31e2-4cf9-8362-01a6e7824cc3 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-03T07:05:04.364Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-03T07:05:04.364Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-03T07:05:04.526Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-03T07:05:04.539Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 3e287389-31e2-4cf9-8362-01a6e7824cc3 110862
2023-02-03T07:05:04.539Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-02-03T07:05:04.539Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-03T07:05:04.540Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-03T07:05:04.540Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:05:04.542Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:05:04.543Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407904539,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:05:04.647Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-02-03T07:05:04.649Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:05:04.650Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:05:04.661Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:05:04.662Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-02-03T07:05:05.543Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-03T07:05:05.544Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-03T07:05:05.544Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 3e287389-31e2-4cf9-8362-01a6e7824cc3, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-03T07:05:05.545Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-02-03T07:05:05.545Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-03T07:05:05.546Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-03T07:05:05.802Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1092904436639940203/Definitions/service-TestPnfMacro-template.yml
2023-02-03T07:05:06.967Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-03T07:05:06.968Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-03T07:05:06.968Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-03T07:05:06.968Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-03T07:05:06.969Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-03T07:05:06.969Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-03T07:05:06.969Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-03T07:05:06.969Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-03T07:05:06.969Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-03T07:05:06.970Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-03T07:05:06.970Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-03T07:05:06.970Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-03T07:05:06.970Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:05:06.970Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:05:06.971Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-02-03T07:05:06.971Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-03T07:05:06.971Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-03T07:05:06.972Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:05:06.972Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:05:06.972Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-02-03T07:05:06.972Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-03T07:05:06.973Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-03T07:05:06.973Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:05:06.973Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:05:06.973Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:05:06.974Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:05:06.974Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:05:06.974Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:05:06.975Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:05:06.975Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:05:06.975Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:05:06.976Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:05:06.976Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:107b1527-7829-4d02-99e3-b0d3167072f6
Model Version:NULL
Model InvariantUuid:c7b2e705-24df-4e0e-82f2-4763c4b0e795
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-03T07:05:06.983Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0d1bdba7-bc00-4c35-ad25-87c423de9c5e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T07:05:06.987Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||test-pnf 0
2023-02-03T07:05:06.988Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0d1bdba7-bc00-4c35-ad25-87c423de9c5e
2023-02-03T07:05:06.988Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 107b1527-7829-4d02-99e3-b0d3167072f6
2023-02-03T07:05:06.988Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 107b1527-7829-4d02-99e3-b0d3167072f6
2023-02-03T07:05:06.988Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 0d1bdba7-bc00-4c35-ad25-87c423de9c5e ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T07:05:06.995Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@78089663, org.onap.sdc.toscaparser.api.parameters.Input@6d39f61d, org.onap.sdc.toscaparser.api.parameters.Input@17c51c60, org.onap.sdc.toscaparser.api.parameters.Input@634d39a3, org.onap.sdc.toscaparser.api.parameters.Input@5f4a0027]
2023-02-03T07:05:06.996Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:05:06.996Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:05:06.996Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 107b1527-7829-4d02-99e3-b0d3167072f6: test-pnf
2023-02-03T07:05:06.997Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||Processing PNF resource: 0d1bdba7-bc00-4c35-ad25-87c423de9c5e
2023-02-03T07:05:06.997Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-03T07:05:06.997Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-03T07:05:06.997Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||Resource customization UUID: 7518f412-7ca4-4daa-98cd-921fdec6de1e is the same as notified resource customizationUUID: 7518f412-7ca4-4daa-98cd-921fdec6de1e
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-02-03T07:05:07.059Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 0d1bdba7-bc00-4c35-ad25-87c423de9c5e 0 ASDC deployResourceStructure
2023-02-03T07:05:07.060Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-02-03T07:05:07.060Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-03T07:05:07.061Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-03T07:05:07.061Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:05:07.064Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:05:07.064Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407907060,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T07:05:07.164Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-03T07:05:07.164Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:05:07.164Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:05:07.181Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:05:07.182Z||pool-139-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-02-03T07:05:08.066Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12c04cd0-bece-49b6-9277-0ab5836743b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T07:05:08.081Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12c04cd0-bece-49b6-9277-0ab5836743b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-03T07:05:08.092Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-03T07:05:08.092Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-03T07:05:08.092Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-03T07:05:08.092Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-03T07:05:08.093Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T07:05:08.093Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T07:05:08.093Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T07:05:08.093Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T07:05:08.093Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-03T07:05:08.093Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-03T07:05:08.099Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-03T07:05:38.100Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 12c04cd0-bece-49b6-9277-0ab5836743b2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-03T07:05:38.106Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 12c04cd0-bece-49b6-9277-0ab5836743b2 and serviceModelVersionId: 107b1527-7829-4d02-99e3-b0d3167072f6
2023-02-03T07:05:38.106Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c7b2e705-24df-4e0e-82f2-4763c4b0e795
2023-02-03T07:05:38.106Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c7b2e705-24df-4e0e-82f2-4763c4b0e795/model-vers/model-ver/107b1527-7829-4d02-99e3-b0d3167072f6?depth=0
2023-02-03T07:05:38.110Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-02-03T07:05:38.151Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c7b2e705-24df-4e0e-82f2-4763c4b0e795/model-vers/model-ver/107b1527-7829-4d02-99e3-b0d3167072f6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-03T07:05:38.152Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c7b2e705-24df-4e0e-82f2-4763c4b0e795/model-vers/model-ver/107b1527-7829-4d02-99e3-b0d3167072f6?depth=0|INFO|500||Invoke
2023-02-03T07:05:38.173Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c7b2e705-24df-4e0e-82f2-4763c4b0e795/model-vers/model-ver/107b1527-7829-4d02-99e3-b0d3167072f6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-03T07:05:38.289Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c7b2e705-24df-4e0e-82f2-4763c4b0e795/model-vers/model-ver/107b1527-7829-4d02-99e3-b0d3167072f6?depth=0|INFO|500||InvokeReturn
2023-02-03T07:05:38.291Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c7b2e705-24df-4e0e-82f2-4763c4b0e795/model-vers/model-ver/107b1527-7829-4d02-99e3-b0d3167072f6?depth=0 has http status code:200 and response headers:{date=[Fri, 03 Feb 2023 07:05:38 GMT], content-length=[0], vertex-id=[237720], x-aai-txid=[1-aai-resources-230203-07:05:38:700-8859], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-03T07:05:38.292Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2023-02-03T07:05:38.292Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-03T07:05:38.293Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-03T07:05:38.301Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-03T07:05:38.303Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 12c04cd0-bece-49b6-9277-0ab5836743b2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-03T07:05:38.303Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-03T07:05:38.304Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-03T07:05:38.307Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-03T07:05:38.307Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407938303,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-03T07:05:38.407Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-03T07:05:38.408Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-03T07:05:38.409Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:05:38.434Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:05:38.435Z||pool-140-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-03T07:05:39.322Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:05:39.323Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:05:39.323Z|12c04cd0-bece-49b6-9277-0ab5836743b2|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:05:48.888Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:05:48.889Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:05:48.890Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:05:48.890Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:05:58.489Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:05:58.489Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:05:58.490Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:05:58.490Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:06:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:06:03.519Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:06:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:06:03.567Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:06:03.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:06:03.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:06:03.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:06:03.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:06:03.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-03T07:06:03.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:06:03.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:06:03.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-03T07:06:03.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:06:03.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:06:03.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:06:03.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:06:03.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:06:03.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-03T07:06:03.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:06:03.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:06:03.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:06:03.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:06:03.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:06:03.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:06:03.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:06:03.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:06:03.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T07:06:03.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:06:03.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:06:03.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407853537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:06:03.571Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:06:03.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:06:03.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407856619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:06:03.571Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:06:03.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:06:03.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407857688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:06:03.572Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:06:03.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:06:03.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407858775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:06:03.572Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:06:03.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:06:03.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407859947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-03T07:06:03.572Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:06:03.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:06:03.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407860951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-02-03T07:06:03.573Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:06:03.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:06:03.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407861955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-02-03T07:06:03.573Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:06:03.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:06:03.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407862958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T07:06:03.573Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:06:03.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:06:03.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "864f6617-a6ba-4f58-8cb7-3bbd7f2b9662",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407894240,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-03T07:06:03.573Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:06:03.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:06:03.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:06:03.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:06:03.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:06:03.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:06:03.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:06:03.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:06:03.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:06:03.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:06:03.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:06:03.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:06:03.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:06:03.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:06:03.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:06:03.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:06:03.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:06:03.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:06:03.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:06:03.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:06:03.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:06:03.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:06:03.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:06:03.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-03T07:06:03.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:06:03.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:06:03.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407840636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-03T07:06:03.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-03T07:06:08.087Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:06:08.088Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:06:08.088Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:06:08.088Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:06:17.682Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:07:03.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:07:03.513Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:07:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:07:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:07:03.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:07:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:07:04.098Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:07:04.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:07:04.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407904539,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-03T07:07:04.100Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:07:04.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:07:04.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407907060,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-03T07:07:04.100Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:07:04.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-03T07:07:04.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12c04cd0-bece-49b6-9277-0ab5836743b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1675407938303,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-03T07:07:04.100Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-03T07:07:13.124Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:08:03.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:08:03.514Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:08:03.515Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:08:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:08:03.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:08:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:08:13.061Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:08:13.062Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:09:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:09:03.514Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:09:03.515Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:09:03.523Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:09:03.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.
2023-02-03T07:09:03.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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:09:13.097Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:09:13.100Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:10:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:10:03.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:10:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:10:03.518Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:10:03.518Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:10:03.518Z|4f0339cc-1040-494f-9016-16c02c7b3b99|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:10:13.063Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:10:13.065Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:11:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:11:03.512Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:11:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:11:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:11:03.518Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:11:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:11:13.063Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:11:13.063Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:12:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:12:03.512Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:12:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:12:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:12:03.518Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:12:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:12:13.064Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:12:13.075Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:13:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:13:03.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:13:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:13:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:13:03.518Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:13:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:13:13.060Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:13:13.060Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:14:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:14:03.512Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:14:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:14:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:14:03.518Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:14:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:14:13.057Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:14:13.057Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:15:03.512Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:15:03.513Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:15:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:15:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:15:03.518Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:15:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:15:13.056Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:15:13.065Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:16:03.512Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:16:03.513Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:16:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:16:03.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:16:03.519Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:16:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:16:13.072Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:16:13.072Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:17:03.512Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:17:03.514Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:17:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:17:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:17:03.519Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:17:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:17:13.061Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:17:13.061Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:18:03.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:18:03.513Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:18:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:18:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:18:03.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:18:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:18:13.067Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:18:13.069Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:19:03.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:19:03.512Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:19:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:19:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:19:03.518Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:19:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:19:13.075Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:19:13.076Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:20:03.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:20:03.513Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:20:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:20:03.518Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:20:03.519Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:20:03.519Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:20:13.055Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:20:13.076Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:21:03.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:21:03.513Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:21:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:21:03.520Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:21:03.520Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:21:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:21:13.058Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:21:13.061Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:22:03.512Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:22:03.513Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:22:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:22:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:22:03.518Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:22:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:22:13.057Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:22:13.057Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:23:03.512Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:23:03.513Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:23:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:23:03.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:23:03.518Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:23:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:23:13.058Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:23:13.060Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:24:03.512Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:24:03.513Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:24:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:24:03.518Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:24:03.518Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:24:03.518Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:24:13.055Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:24:13.057Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:25:03.512Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:25:03.513Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:25:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:25:03.518Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:25:03.519Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:25:03.519Z|12c04cd0-bece-49b6-9277-0ab5836743b2|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:25:13.070Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:25:13.071Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:26:03.512Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:26:03.514Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:26:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:26:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:26:03.518Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:26:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:26:13.055Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:26:13.068Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:27:03.512Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:27:03.514Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:27:03.515Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:27:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:27:03.518Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:27:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:27:13.053Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:27:13.054Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:28:03.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:28:03.513Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:28:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:28:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:28:03.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:28:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:28:13.067Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:28:13.067Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:29:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:29:03.514Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:29:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:29:03.518Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:29:03.518Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:29:03.518Z|12c04cd0-bece-49b6-9277-0ab5836743b2|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:29:13.072Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:29:13.073Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:30:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:30:03.515Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:30:03.515Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:30:03.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:30:03.518Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:30:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:30:13.055Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:30:13.055Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:31:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:31:03.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:31:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:31:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:31:03.519Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:31:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:31:13.057Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:31:13.058Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:32:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:32:03.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:32:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:32:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:32:03.518Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:32:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:32:13.056Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:32:13.056Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:33:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:33:03.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:33:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:33:03.518Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:33:03.518Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:33:03.518Z|12c04cd0-bece-49b6-9277-0ab5836743b2|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:33:13.062Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:33:13.063Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:34:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:34:03.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:34:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:34:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:34:03.518Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:34:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:34:13.054Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:34:13.054Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:35:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:35:03.512Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:35:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:35:03.518Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:35:03.519Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:35:03.519Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:35:13.066Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:35:13.068Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:36:03.515Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:36:03.515Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:36:03.515Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:36:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:36:03.518Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:36:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:36:13.109Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:36:13.112Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:37:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:37:03.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:37:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:37:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:37:03.518Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:37:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:37:13.057Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:37:13.059Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:38:03.512Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:38:03.513Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:38:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:38:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:38:03.518Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:38:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:38:13.058Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:38:13.058Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:39:03.512Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:39:03.513Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:39:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:39:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:39:03.518Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:39:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:39:13.063Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:39:13.065Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:40:03.512Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:40:03.513Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:40:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:40:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:40:03.518Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:40:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:40:13.062Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:40:13.065Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:41:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:41:03.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:41:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:41:03.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:41:03.518Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:41:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:41:13.056Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:41:13.057Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:42:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:42:03.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:42:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:42:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:42:03.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:42:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:42:13.055Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:42:13.055Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:43:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:43:03.512Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:43:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:43:03.518Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:43:03.518Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:43:03.518Z|4f0339cc-1040-494f-9016-16c02c7b3b99|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:43:13.053Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:43:13.054Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:44:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:44:03.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:44:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:44:03.518Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:44:03.518Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:44:03.518Z|4f0339cc-1040-494f-9016-16c02c7b3b99|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:44:13.071Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:44:13.074Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:45:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:45:03.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:45:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:45:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:45:03.519Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:45:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:45:13.058Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:45:13.058Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:46:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:46:03.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:46:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:46:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:46:03.518Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:46:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:46:13.053Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:46:13.058Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:47:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:47:03.512Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:47:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:47:03.518Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:47:03.518Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:47:03.518Z|12c04cd0-bece-49b6-9277-0ab5836743b2|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:47:13.054Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:47:13.080Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:48:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:48:03.512Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:48:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:48:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:48:03.518Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:48:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:48:13.056Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:48:13.073Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:49:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:49:03.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:49:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:49:03.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:49:03.518Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:49:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:49:13.059Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:49:13.082Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:50:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:50:03.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:50:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:50:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:50:03.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:50:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:50:13.056Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:50:13.064Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:51:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:51:03.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:51:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:51:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:51:03.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:51:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:51:13.058Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:51:13.059Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:52:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:52:03.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:52:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:52:03.518Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:52:03.518Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:52:03.519Z|4f0339cc-1040-494f-9016-16c02c7b3b99|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:52:13.071Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:52:13.074Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:53:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:53:03.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:53:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:53:03.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:53:03.518Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:53:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:53:13.061Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:53:13.063Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:54:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:54:03.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:54:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:54:03.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:54:03.518Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:54:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:54:13.069Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:54:13.070Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:55:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:55:03.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:55:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:55:03.519Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:55:03.520Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:55:03.520Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:55:13.065Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:55:13.065Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:56:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:56:03.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:56:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:56:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:56:03.518Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:56:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:56:13.056Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:56:13.058Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:57:03.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:57:03.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:57:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:57:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:57:03.518Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:57:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:57:13.077Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:57:13.079Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:58:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:58:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:58:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:58:03.518Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:58:03.518Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:58:03.518Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:58:13.054Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:58:13.056Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:59:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:59:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:59:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:59:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T07:59:03.518Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T07:59:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T07:59:13.058Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T07:59:13.059Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:00:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:00:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:00:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:00:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:00:03.518Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:00:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:00:13.065Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:00:13.067Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:01:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:01:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:01:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:01:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:01:03.518Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:01:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:01:13.060Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:01:13.063Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:02:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:02:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:02:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:02:03.518Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:02:03.518Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:02:03.518Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:02:13.087Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:02:13.088Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:03:03.513Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:03:03.514Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:03:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:03:03.518Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:03:03.519Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:03:03.520Z|12c04cd0-bece-49b6-9277-0ab5836743b2|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:03:13.061Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:03:13.065Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:04:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:04:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:04:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:04:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:04:03.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:04:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:04:13.083Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:04:13.104Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:05:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:05:03.514Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:05:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:05:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:05:03.519Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:05:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:05:13.060Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:05:13.063Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:06:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:06:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:06:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:06:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:06:03.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:06:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:06:13.079Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:06:13.087Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:07:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:07:03.512Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:07:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:07:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:07:03.518Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:07:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:07:13.058Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:07:13.069Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:08:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:08:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:08:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:08:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:08:03.518Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:08:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:08:13.061Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:08:13.069Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:09:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:09:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:09:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:09:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:09:03.519Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:09:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:09:13.062Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:09:13.062Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:10:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:10:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:10:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:10:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:10:03.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:10:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:10:13.076Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:10:13.081Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:11:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:11:03.512Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:11:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:11:03.518Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:11:03.519Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:11:03.519Z|4f0339cc-1040-494f-9016-16c02c7b3b99|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:11:13.091Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:11:13.095Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:12:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:12:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:12:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:12:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:12:03.519Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:12:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:12:13.052Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:12:13.060Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:13:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:13:03.512Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:13:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:13:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:13:03.518Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:13:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:13:13.051Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:13:13.052Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:14:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:14:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:14:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:14:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:14:03.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:14:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:14:13.055Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:14:13.056Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:15:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:15:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:15:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:15:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:15:03.519Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:15:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:15:13.053Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:15:13.055Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:16:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:16:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:16:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:16:03.518Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:16:03.518Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:16:03.519Z|4f0339cc-1040-494f-9016-16c02c7b3b99|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:16:13.052Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:16:13.056Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:17:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:17:03.514Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:17:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:17:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:17:03.518Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:17:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:17:13.082Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:17:13.084Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:18:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:18:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:18:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:18:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:18:03.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:18:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:18:13.060Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:18:13.065Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:19:03.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:19:03.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:19:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:19:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:19:03.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:19:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:19:13.066Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:19:13.066Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:20:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:20:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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.
2023-02-03T08:20:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:20:03.518Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:20:03.518Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:20:03.519Z|12c04cd0-bece-49b6-9277-0ab5836743b2|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:20:13.060Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:20:13.069Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:21:03.512Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:21:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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.
2023-02-03T08:21:03.513Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:21:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:21:03.518Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:21:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:21:13.057Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:21:13.057Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:22:03.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:22:03.512Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:22:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:22:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:22:03.518Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:22:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:22:13.088Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:22:13.109Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:23:03.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:23:03.512Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:23:03.512Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:23:03.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:23:03.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:23:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:23:13.054Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:23:13.054Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:24:03.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:24:03.513Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:24:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:24:03.518Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:24:03.518Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:24:03.518Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:24:13.073Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:24:13.074Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:25:03.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:25:03.512Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:25:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:25:03.518Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:25:03.518Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:25:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:25:13.055Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:25:13.056Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:26:03.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:26:03.513Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:26:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:26:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:26:03.519Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:26:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:26:13.072Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:26:13.077Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:27:03.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:27:03.513Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:27:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:27:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:27:03.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:27:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:27:13.074Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:27:13.074Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:28:03.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:28:03.513Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:28:03.513Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:28:03.518Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:28:03.518Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:28:03.518Z|4f0339cc-1040-494f-9016-16c02c7b3b99|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:28:13.061Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:28:13.064Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:29:03.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:29:03.513Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:29:03.514Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:29:03.518Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:29:03.519Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:29:03.519Z|4f0339cc-1040-494f-9016-16c02c7b3b99|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:29:13.063Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:29:13.086Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:30:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:30:03.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:30:03.514Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:30:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:30:03.518Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:30:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:30:13.066Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:30:13.068Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:31:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:31:03.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:31:03.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:31:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:31:03.518Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:31:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:31:13.069Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:31:13.070Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:32:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:32:03.512Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:32:03.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:32:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:32:03.518Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:32:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:32:13.075Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:32:13.080Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:33:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:33:03.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:33:03.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:33:03.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:33:03.518Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:33:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:33:13.064Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:33:13.066Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:34:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:34:03.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:34:03.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:34:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:34:03.519Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:34:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:34:13.057Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:34:13.062Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:35:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:35:03.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:35:03.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:35:03.518Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:35:03.519Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:35:03.519Z|12c04cd0-bece-49b6-9277-0ab5836743b2|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:35:13.066Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:35:13.067Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:36:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:36:03.512Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:36:03.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:36:03.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:36:03.518Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:36:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:36:13.064Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:36:13.080Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:37:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:37:03.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:37:03.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:37:03.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:37:03.519Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:37:03.519Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:37:13.063Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:37:13.083Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:38:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:38:03.514Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:38:03.514Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:38:03.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:38:03.518Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:38:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:38:13.062Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:38:13.063Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:39:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:39:03.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:39:03.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:39:03.518Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:39:03.519Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:39:03.519Z|4f0339cc-1040-494f-9016-16c02c7b3b99|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:39:13.057Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:39:13.063Z|4f0339cc-1040-494f-9016-16c02c7b3b99|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:40:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:40:03.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:40:03.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:40:03.518Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:40:03.518Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:40:03.518Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:40:13.067Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:40:13.067Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:41:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:41:03.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:41:03.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:41:03.518Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:41:03.518Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:41:03.519Z|c27e2721-5571-4525-aa07-3fe7322844d4|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:41:13.055Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:41:13.074Z|c27e2721-5571-4525-aa07-3fe7322844d4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:42:03.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:42:03.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:42:03.514Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:42:03.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:42:03.518Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:42:03.518Z||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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:42:13.061Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:42:13.061Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:43:03.520Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:43:03.520Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-03T08:43:03.522Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:43:03.522Z|12c04cd0-bece-49b6-9277-0ab5836743b2|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 gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:43:03.522Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-03T08:43:03.522Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gFwHlrVOkwJLC9KJ) ...
2023-02-03T08:43:13.064Z|12c04cd0-bece-49b6-9277-0ab5836743b2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-03T08:43:13.067Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK