Results

By type

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

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

2022-05-25T05:22:59.754Z||main|||||INFO|500||The following profiles are active: basic
2022-05-25T05:23:10.664Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-25T05:23:10.665Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-25T05:23:10.767Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-25T05:23:14.521Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-25T05:23:14.983Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-25T05:23:15.444Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-25T05:23:15.475Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-25T05:23:15.577Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-25T05:23:15.788Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-25T05:23:16.361Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-25T05:23:18.122Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-25T05:23:20.408Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-25T05:23:20.467Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-25T05:23:21.121Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-25T05:23:21.346Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-05-25T05:23:22.463Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-25T05:23:23.483Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-05-25T05:23:23.502Z||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$$9ade955a.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-05-25T05:23:23.503Z||main|||||WARN|500||The sdc end point is not alive
2022-05-25T05:23:26.330Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-05-25T05:23:29.030Z||main|||||WARN|500||---
2022-05-25T05:23:29.031Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-25T05:23:29.031Z||main|||||WARN|500||---
2022-05-25T05:23:29.487Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-25T05:23:34.375Z||main|||||INFO|500||Started Application in 37.505 seconds (JVM running for 39.546)
2022-05-25T05:23:34.393Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-25T05:23:34.394Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-25T05:23:34.413Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-25T05:23:34.441Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-25T05:23:34.481Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4c15744f-5840-425a-af24-673529ffb0cd url= /sdc/v1/artifactTypes
2022-05-25T05:23:34.482Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-25T05:23:34.762Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-25T05:23:34.787Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-05-25T05:23:34.807Z||scheduling-1|||||DEBUG|500||create keys
2022-05-25T05:23:34.814Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-25T05:23:34.876Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:23:34.891Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fd48b0ff-4ca7-4f96-a7ae-97a9a71de1fd url= /sdc/v1/registerForDistribution
2022-05-25T05:23:35.136Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= fd48b0ff-4ca7-4f96-a7ae-97a9a71de1fd url= /sdc/v1/registerForDistribution
2022-05-25T05:23:35.136Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-25T05:23:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:23:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:23:35.150Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-25T05:23:35.156Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:23:35.156Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:23:35.156Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:23:35.156Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:23:45.456Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:23:45.459Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:24:35.143Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:24:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:24:35.146Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:24:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:24:35.148Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:24:35.149Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:24:44.692Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:24:44.701Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:25:35.143Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:25:35.144Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:25:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:25:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:25:35.146Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:25:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:25:44.694Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:25:44.694Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:26:35.143Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:26:35.144Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:26:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:26:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:26:35.148Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:26:35.148Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:26:44.722Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:26:44.723Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:27:35.143Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:27:35.144Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:27:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:27:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:27:35.146Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:27:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:27:44.705Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:27:44.705Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:28:35.143Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:28:35.144Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:28:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:28:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:28:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:28:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:28:44.700Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:28:44.701Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:29:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:29:35.144Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:29:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:29:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:29:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:29:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:29:44.698Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:29:44.700Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:30:35.143Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:30:35.144Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:30:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:30:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:30:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:30:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:30:44.722Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:30:44.722Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:31:35.143Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:31:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:31:35.146Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:31:35.146Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:31:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:31:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:31:44.705Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:31:44.707Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:32:35.143Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:32:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:32:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:32:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:32:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:32:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:32:44.707Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:32:44.714Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:33:04.246Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-25T05:33:35.143Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:33:35.144Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:33:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:33:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:33:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:33:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:33:44.711Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:33:44.712Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:34:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:34:35.144Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:34:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:34:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:34:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:34:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:34:44.701Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:34:44.701Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:35:35.143Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:35:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:35:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:35:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:35:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:35:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:35:44.705Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:35:44.705Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:36:35.143Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:36:35.144Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:36:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:36:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:36:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:36:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:36:44.716Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:36:44.716Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:37:35.143Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:37:35.144Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:37:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:37:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:37:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:37:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:37:44.699Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:37:44.699Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:38:35.143Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:38:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:38:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:38:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:38:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:38:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:38:44.706Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:38:44.706Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:39:35.143Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:39:35.144Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:39:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:39:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:39:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:39:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:39:44.735Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:39:44.735Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:40:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:40:35.144Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:40:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:40:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:40:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:40:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:40:44.714Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:40:44.714Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:41:35.143Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:41:35.144Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:41:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:41:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:41:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:41:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:41:44.709Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:41:44.709Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:42:35.143Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:42:35.144Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:42:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:42:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:42:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:42:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:42:44.708Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:42:44.711Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:43:35.143Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:43:35.149Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:43:35.150Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:43:35.150Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:43:35.150Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:43:35.150Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:43:44.693Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:43:44.696Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:44:35.143Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:44:35.144Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:44:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:44:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:44:35.146Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:44:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:44:44.717Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:44:44.720Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:45:35.143Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:45:35.143Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:45:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:45:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:45:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:45:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:45:44.698Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:45:44.698Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:46:35.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:46:35.143Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:46:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:46:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:46:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:46:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:46:44.695Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:46:44.696Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:47:35.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:47:35.143Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:47:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:47:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:47:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:47:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:47:44.724Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:47:44.724Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:48:35.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:48:35.143Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:48:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:48:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:48:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:48:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:48:44.693Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:48:44.695Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:49:35.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:49:35.143Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:49:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:49:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:49:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:49:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:49:44.702Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:49:44.703Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:50:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:50:35.143Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:50:35.147Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:50:35.147Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:50:35.147Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:50:35.147Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:50:44.692Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:50:44.692Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:51:35.143Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:51:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:51:35.147Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:51:35.147Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:51:35.147Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:51:35.147Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:51:44.700Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:51:44.702Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:52:35.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:52:35.144Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:52:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:52:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:52:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:52:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:52:44.688Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:52:44.691Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:53:35.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:53:35.143Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:53:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:53:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:53:35.146Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:53:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:53:44.693Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:53:44.700Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:54:35.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:54:35.143Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:54:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:54:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:54:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:54:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:54:44.716Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:54:44.716Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:55:35.143Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:55:35.144Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:55:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:55:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:55:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:55:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:55:44.699Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:55:44.700Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:56:35.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:56:35.143Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:56:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:56:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:56:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:56:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:56:44.686Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:56:44.689Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:57:35.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:57:35.143Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:57:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:57:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:57:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:57:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:57:44.691Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:57:44.691Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:58:35.143Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:58:35.143Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:58:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:58:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:58:35.146Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:58:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:58:44.696Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:58:44.698Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:59:35.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:59:35.143Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:59:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:59:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:59:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:59:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:59:44.689Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T05:59:44.690Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:00:35.143Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:00:35.144Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:00:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:00:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:00:35.146Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:00:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:00:44.694Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:00:44.694Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:01:35.143Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:01:35.144Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:01:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:01:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:01:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:01:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:01:44.694Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:01:44.694Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:02:35.143Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:02:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:02:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:02:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:02:35.146Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:02:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:02:44.692Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:02:44.694Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:03:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:03:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:03:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:03:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:03:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:03:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:03:44.734Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:03:44.736Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:04:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:04:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:04:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:04:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:04:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:04:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:04:44.688Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:04:44.688Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:05:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:05:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:05:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:05:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:05:35.146Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:05:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:05:44.696Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:05:44.704Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:06:35.143Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:06:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:06:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:06:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:06:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:06:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:06:44.704Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:06:44.707Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:07:35.143Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:07:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:07:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:07:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:07:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:07:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:07:44.690Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:07:44.693Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:08:35.143Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:08:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:08:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:08:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:08:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:08:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:08:44.690Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:08:44.690Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:09:35.143Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:09:35.144Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:09:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:09:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:09:35.146Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:09:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:09:44.696Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:09:44.701Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:10:35.143Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:10:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:10:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:10:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:10:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:10:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:10:44.690Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:10:44.696Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:11:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:11:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:11:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:11:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:11:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:11:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:11:44.694Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:11:44.694Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:12:35.143Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:12:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:12:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:12:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:12:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:12:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:12:44.691Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:12:44.691Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:13:35.143Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:13:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:13:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:13:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:13:35.146Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:13:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:13:44.703Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:13:44.704Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:14:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:14:35.144Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:14:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:14:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:14:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:14:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:14:44.696Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:14:44.698Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:15:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:15:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:15:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:15:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:15:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:15:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:15:44.686Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:15:44.693Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:16:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:16:35.144Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:16:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:16:35.144Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:16:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:16:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:16:44.692Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:16:44.692Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:17:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:17:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:17:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:17:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:17:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:17:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:17:44.691Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:17:44.694Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:18:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:18:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:18:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:18:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:18:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:18:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:18:44.687Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:18:44.692Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:19:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:19:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:19:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:19:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:19:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:19:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:19:44.698Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:19:44.698Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:20:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:20:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:20:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:20:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:20:35.146Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:20:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:20:44.694Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:20:44.696Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:21:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:21:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:21:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:21:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:21:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:21:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:21:44.691Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:21:44.693Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:22:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:22:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:22:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:22:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:22:35.146Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:22:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:22:44.688Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:22:44.691Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:23:35.143Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:23:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:23:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:23:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:23:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:23:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:23:44.687Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:23:44.689Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:24:35.143Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:24:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:24:35.147Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:24:35.147Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:24:35.147Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:24:35.147Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:24:44.699Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:24:44.699Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:25:35.143Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:25:35.144Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:25:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:25:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:25:35.146Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:25:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:25:44.692Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:25:44.700Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:26:35.143Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:26:35.144Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:26:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:26:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:26:35.146Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:26:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:26:44.689Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:26:44.689Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:27:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:27:35.144Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:27:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:27:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:27:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:27:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:27:44.688Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:27:44.688Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:28:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:28:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:28:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:28:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:28:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:28:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:28:44.686Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:28:44.731Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:29:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:29:35.144Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:29:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:29:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:29:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:29:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:29:44.693Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:29:44.695Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:30:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:30:35.144Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:30:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:30:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:30:35.146Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:30:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:30:44.685Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:30:44.688Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:31:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:31:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:31:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:31:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:31:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:31:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:31:44.688Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:31:44.691Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:32:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:32:35.144Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:32:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:32:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:32:35.146Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:32:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:32:44.705Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:32:44.705Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:33:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:33:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:33:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:33:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:33:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:33:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:33:44.700Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:33:44.700Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:34:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:34:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:34:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:34:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:34:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:34:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:34:44.691Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:34:44.691Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:35:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:35:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:35:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:35:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:35:35.146Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:35:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:35:44.682Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:35:44.684Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:36:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:36:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:36:35.147Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:36:35.147Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:36:35.148Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:36:35.148Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:36:44.689Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:36:44.691Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:37:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:37:35.144Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:37:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:37:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:37:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:37:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:37:44.722Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:37:44.722Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:38:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:38:35.144Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:38:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:38:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:38:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:38:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:38:44.686Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:38:44.686Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:39:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:39:35.144Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:39:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:39:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:39:35.146Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:39:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:39:44.710Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:39:44.710Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:40:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:40:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:40:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:40:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:40:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:40:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:40:44.687Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:40:44.689Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:41:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:41:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:41:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:41:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:41:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:41:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:41:44.684Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:41:44.688Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:42:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:42:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:42:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:42:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:42:35.146Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:42:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:42:44.723Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:42:44.723Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:43:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:43:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:43:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:43:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:43:35.146Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:43:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:43:44.702Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:43:44.704Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:44:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:44:35.144Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:44:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:44:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:44:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:44:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:44:44.703Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:44:44.741Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:45:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:45:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:45:35.146Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:45:35.146Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:45:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:45:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:45:44.694Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:45:44.713Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:46:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:46:35.144Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:46:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:46:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:46:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:46:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:46:44.686Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:46:44.688Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:47:35.143Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:47:35.144Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:47:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:47:35.144Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:47:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:47:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:47:44.688Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:47:44.735Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:48:35.143Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:48:35.144Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:48:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:48:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:48:35.146Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:48:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:48:44.714Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:48:44.714Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:49:35.143Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:49:35.144Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:49:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:49:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:49:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:49:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:49:44.685Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:49:44.704Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:50:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:50:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:50:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:50:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:50:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:50:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:50:44.688Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:50:44.713Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:51:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:51:35.144Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:51:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:51:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:51:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:51:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:51:44.692Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:51:44.712Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:52:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:52:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:52:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:52:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:52:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:52:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:52:44.718Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:52:44.718Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:53:35.143Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:53:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:53:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:53:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:53:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:53:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:53:44.712Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:53:44.713Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:54:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:54:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:54:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:54:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:54:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:54:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:54:44.723Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:54:44.725Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:55:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:55:35.144Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:55:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:55:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:55:35.146Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:55:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:55:44.702Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:55:44.710Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:56:35.143Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:56:35.144Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:56:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:56:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:56:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:56:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:56:44.736Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:56:44.740Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:57:35.143Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:57:35.144Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:57:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:57:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:57:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:57:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:57:44.710Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:57:44.712Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:58:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:58:35.143Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:58:35.147Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:58:35.147Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:58:35.148Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:58:35.148Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:58:44.724Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:58:44.724Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:59:35.143Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:59:35.144Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:59:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:59:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:59:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:59:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:59:44.725Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T06:59:44.725Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:00:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:00:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:00:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:00:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:00:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:00:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:00:44.716Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:00:44.719Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:01:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:01:35.144Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:01:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:01:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:01:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:01:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:01:44.700Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:01:44.700Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:02:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:02:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:02:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:02:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:02:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:02:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:02:44.717Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:02:44.717Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:03:35.143Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:03:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:03:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:03:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:03:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:03:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:03:44.707Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:03:44.712Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:04:35.143Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:04:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:04:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:04:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:04:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:04:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:04:44.705Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:04:44.705Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:05:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:05:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:05:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:05:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:05:35.146Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:05:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:05:44.697Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:05:44.698Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:06:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:06:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:06:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:06:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:06:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:06:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:06:44.716Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:06:44.727Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:07:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:07:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:07:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:07:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:07:35.146Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:07:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:07:44.725Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:07:44.735Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:08:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:08:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:08:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:08:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:08:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:08:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:08:44.699Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:08:44.702Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:09:35.143Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:09:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:09:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:09:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:09:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:09:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:09:44.705Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:09:44.705Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:10:35.143Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:10:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:10:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:10:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:10:35.146Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:10:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:10:44.708Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:10:44.710Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:11:35.143Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:11:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:11:35.146Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:11:35.146Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:11:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:11:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:11:44.710Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:11:44.710Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:12:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:12:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:12:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:12:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:12:35.146Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:12:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:12:44.710Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:12:44.712Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:13:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:13:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:13:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:13:35.146Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:13:35.146Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:13:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:13:44.709Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:13:44.710Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:14:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:14:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:14:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:14:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:14:35.146Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:14:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:14:44.701Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:14:44.702Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:15:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:15:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:15:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:15:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:15:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:15:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:15:44.704Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:15:44.705Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:16:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:16:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:16:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:16:35.144Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:16:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:16:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:16:44.707Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:16:44.715Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:17:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:17:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:17:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:17:35.144Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:17:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:17:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:17:44.698Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:17:44.701Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:18:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:18:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:18:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:18:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:18:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:18:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:18:44.701Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:18:44.704Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:19:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:19:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:19:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:19:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:19:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:19:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:19:44.688Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:19:44.688Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:20:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:20:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:20:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:20:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:20:35.146Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:20:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:20:44.693Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:20:44.710Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:21:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:21:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:21:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:21:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:21:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:21:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:21:44.696Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:21:44.696Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:22:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:22:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:22:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:22:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:22:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:22:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:22:44.691Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:22:44.694Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:23:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:23:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:23:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:23:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:23:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:23:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:23:44.695Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:23:44.696Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:24:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:24:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:24:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:24:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:24:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:24:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:24:44.699Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:24:44.702Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:25:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:25:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:25:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:25:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:25:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:25:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:25:44.706Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:25:44.709Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:26:35.143Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:26:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:26:35.146Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:26:35.146Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:26:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:26:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:26:44.692Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:26:44.701Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:27:35.143Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:27:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:27:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:27:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:27:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:27:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:27:44.697Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:27:44.713Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:28:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:28:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:28:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:28:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:28:35.146Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:28:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:28:44.694Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:28:44.694Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:29:35.143Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:29:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:29:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:29:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:29:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:29:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:29:44.692Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:29:44.692Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:30:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:30:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:30:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:30:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:30:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:30:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:30:44.693Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:30:44.694Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:31:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:31:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:31:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:31:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:31:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:31:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:31:44.695Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:31:44.695Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:32:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:32:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:32:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:32:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:32:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:32:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:32:44.702Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:32:44.702Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:33:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:33:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:33:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:33:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:33:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:33:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:33:44.689Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:33:44.689Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:34:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:34:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:34:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:34:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:34:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:34:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:34:44.699Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:34:44.699Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:35:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:35:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:35:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:35:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:35:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:35:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:35:44.688Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:35:44.692Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:36:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:36:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:36:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:36:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:36:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:36:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:36:44.690Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:36:44.692Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:37:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:37:35.143Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:37:35.147Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:37:35.147Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:37:35.147Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:37:35.147Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:37:44.715Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:37:44.716Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:38:35.143Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:38:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:38:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:38:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:38:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:38:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:38:44.694Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:38:44.696Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:39:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:39:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:39:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:39:35.146Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:39:35.147Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:39:35.147Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:39:44.692Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:39:44.692Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:40:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:40:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:40:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:40:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:40:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:40:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:40:44.689Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:40:44.695Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:41:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:41:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:41:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:41:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:41:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:41:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:41:44.712Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:41:44.712Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:42:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:42:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:42:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:42:35.144Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:42:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:42:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:42:44.685Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:42:44.685Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:43:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:43:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:43:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:43:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:43:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:43:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:43:44.688Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:43:44.688Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:44:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:44:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:44:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:44:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:44:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:44:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:44:44.687Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:44:44.687Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:45:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:45:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:45:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:45:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:45:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:45:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:45:44.687Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:45:44.687Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:46:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:46:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:46:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:46:35.144Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:46:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:46:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:46:44.687Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:46:44.687Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:47:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:47:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:47:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:47:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:47:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:47:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:47:44.699Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:47:44.700Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:48:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:48:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:48:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:48:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:48:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:48:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:48:44.694Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:48:44.697Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:49:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:49:35.144Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:49:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:49:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:49:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:49:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:49:44.711Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:49:44.711Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:50:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:50:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:50:35.146Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:50:35.146Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:50:35.147Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:50:35.147Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:50:44.697Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:50:44.699Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:51:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:51:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:51:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:51:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:51:35.146Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:51:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:51:44.683Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:51:44.696Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:52:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:52:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:52:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:52:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:52:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:52:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:52:44.687Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:52:44.694Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:53:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:53:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:53:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:53:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:53:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:53:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:53:44.692Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:53:44.693Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:54:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:54:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:54:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:54:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:54:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:54:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:54:44.691Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:54:44.693Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:55:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:55:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:55:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:55:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:55:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:55:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:55:44.693Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:55:44.696Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:56:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:56:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:56:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:56:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:56:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:56:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:56:44.687Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:56:44.689Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:57:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:57:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:57:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:57:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:57:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:57:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:57:44.688Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:57:44.700Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:58:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:58:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:58:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:58:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:58:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:58:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:58:44.693Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:58:44.694Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:59:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:59:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:59:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:59:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:59:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:59:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:59:44.690Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T07:59:44.692Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:00:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:00:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:00:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:00:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:00:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:00:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:00:44.689Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:00:44.694Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:01:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:01:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:01:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:01:35.144Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:01:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:01:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:01:44.688Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:01:44.695Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:02:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:02:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:02:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:02:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:02:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:02:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:02:44.699Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:02:44.701Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:03:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:03:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:03:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:03:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:03:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:03:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:03:44.688Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:03:44.697Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:04:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:04:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:04:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:04:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:04:35.148Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:04:35.149Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:04:44.690Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:04:44.690Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:05:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:05:35.144Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:05:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:05:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:05:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:05:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:05:44.716Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:05:44.716Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:06:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:06:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:06:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:06:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:06:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:06:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:06:44.739Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:06:44.740Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:07:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:07:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:07:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:07:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:07:35.146Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:07:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:07:44.702Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:07:44.704Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:08:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:08:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:08:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:08:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:08:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:08:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:08:44.687Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:08:44.688Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:09:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:09:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:09:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:09:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:09:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:09:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:09:44.701Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:09:44.702Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:10:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:10:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:10:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:10:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:10:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:10:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:10:44.697Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:10:44.701Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:11:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:11:35.144Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:11:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:11:35.144Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:11:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:11:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:11:44.687Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:11:44.689Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:12:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:12:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:12:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:12:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:12:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:12:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:12:44.688Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:12:44.689Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:13:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:13:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:13:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:13:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:13:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:13:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:13:44.697Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:13:44.697Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:14:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:14:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:14:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:14:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:14:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:14:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:14:44.707Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:14:44.708Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:15:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:15:35.222Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:15:35.223Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:15:35.223Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:15:35.223Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:15:35.223Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:15:44.765Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:15:44.767Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:16:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:16:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:16:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:16:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:16:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:16:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:16:44.683Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:16:44.684Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:17:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:17:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:17:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:17:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:17:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:17:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:17:44.701Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:17:44.701Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:18:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:18:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:18:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:18:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:18:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:18:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:18:44.684Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:18:44.686Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:19:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:19:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:19:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:19:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:19:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:19:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:19:44.700Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:19:44.702Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:20:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:20:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:20:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:20:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:20:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:20:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:20:44.707Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:20:44.709Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:21:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:21:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:21:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:21:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:21:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:21:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:21:44.701Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:21:44.703Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:22:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:22:35.144Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:22:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:22:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:22:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:22:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:22:44.692Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:22:44.695Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:23:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:23:35.144Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:23:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:23:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:23:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:23:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:23:44.712Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:23:44.714Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:24:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:24:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:24:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:24:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:24:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:24:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:24:44.686Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:24:44.690Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:25:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:25:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:25:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:25:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:25:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:25:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:25:44.685Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:25:44.688Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:26:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:26:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:26:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:26:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:26:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:26:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:26:44.684Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:26:44.688Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:27:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:27:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:27:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:27:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:27:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:27:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:27:44.708Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:27:44.708Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:28:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:28:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:28:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:28:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:28:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:28:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:28:44.731Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:28:44.731Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:29:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:29:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:29:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:29:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:29:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:29:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:29:44.687Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:29:44.687Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:30:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:30:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:30:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:30:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:30:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:30:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:30:44.694Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:30:44.694Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:31:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:31:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:31:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:31:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:31:35.146Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:31:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:31:44.692Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:31:44.692Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:32:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:32:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:32:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:32:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:32:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:32:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:32:44.700Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:32:44.701Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:33:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:33:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:33:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:33:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:33:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:33:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:33:44.688Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:33:44.690Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:34:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:34:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:34:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:34:35.144Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:34:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:34:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:34:44.695Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:34:44.695Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:35:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:35:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:35:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:35:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:35:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:35:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:35:44.696Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:35:44.696Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:36:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:36:35.144Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:36:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:36:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:36:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:36:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:36:44.720Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:36:44.720Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:37:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:37:35.144Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:37:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:37:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:37:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:37:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:37:44.686Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:37:44.687Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:38:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:38:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:38:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:38:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:38:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:38:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:38:44.684Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:38:44.684Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:39:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:39:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:39:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:39:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:39:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:39:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:39:44.686Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:39:44.686Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:40:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:40:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:40:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:40:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:40:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:40:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:40:44.686Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:40:44.687Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:41:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:41:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:41:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:41:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:41:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:41:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:41:44.683Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:41:44.683Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:42:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:42:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:42:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:42:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:42:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:42:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:42:44.684Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:42:44.684Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:43:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:43:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:43:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:43:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:43:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:43:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:43:44.702Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:43:44.702Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:44:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:44:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:44:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:44:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:44:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:44:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:44:44.690Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:44:44.690Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:45:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:45:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:45:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:45:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:45:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:45:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:45:44.686Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:45:44.686Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:46:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:46:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:46:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:46:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:46:35.146Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:46:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:46:44.688Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:46:44.688Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:47:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:47:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:47:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:47:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:47:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:47:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:47:44.690Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:47:44.690Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:48:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:48:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:48:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:48:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:48:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:48:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:48:44.691Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:48:44.694Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:49:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:49:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:49:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:49:35.144Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:49:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:49:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:49:44.683Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:49:44.683Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:50:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:50:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:50:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:50:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:50:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:50:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:50:44.702Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:50:44.704Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:51:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:51:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:51:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:51:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:51:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:51:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:51:44.683Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:51:44.684Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:52:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:52:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:52:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:52:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:52:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:52:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:52:44.685Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:52:44.687Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:53:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:53:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:53:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:53:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:53:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:53:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:53:44.690Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:53:44.690Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:54:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:54:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:54:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:54:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:54:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:54:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:54:44.688Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:54:44.690Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:55:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:55:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:55:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:55:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:55:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:55:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:55:44.682Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:55:44.685Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:56:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:56:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:56:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:56:35.144Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:56:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:56:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:56:44.685Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:56:44.687Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:57:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:57:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:57:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:57:35.144Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:57:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:57:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:57:44.678Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:57:44.686Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:58:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:58:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:58:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:58:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:58:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:58:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:58:44.699Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:58:44.699Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:59:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:59:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:59:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:59:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:59:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:59:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:59:44.688Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T08:59:44.689Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:00:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:00:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:00:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:00:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:00:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:00:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:00:44.684Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:00:44.686Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:01:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:01:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:01:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:01:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:01:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:01:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:01:44.686Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:01:44.695Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:02:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:02:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:02:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:02:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:02:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:02:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:02:44.683Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:02:44.685Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:03:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:03:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:03:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:03:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:03:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:03:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:03:44.685Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:03:44.685Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:04:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:04:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:04:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:04:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:04:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:04:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:04:44.688Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:04:44.690Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:05:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:05:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:05:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:05:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:05:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:05:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:05:44.689Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:05:44.689Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:06:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:06:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:06:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:06:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:06:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:06:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:06:44.683Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:06:44.683Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:07:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:07:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:07:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:07:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:07:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:07:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:07:44.683Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:07:44.685Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:08:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:08:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:08:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:08:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:08:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:08:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:08:44.690Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:08:44.692Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:09:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:09:35.144Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:09:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:09:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:09:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:09:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:09:44.693Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:09:44.693Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:10:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:10:35.144Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:10:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:10:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:10:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:10:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:10:44.686Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:10:44.687Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:11:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:11:35.144Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:11:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:11:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:11:35.146Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:11:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:11:44.687Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:11:44.687Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:12:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:12:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:12:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:12:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:12:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:12:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:12:44.685Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:12:44.685Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:13:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:13:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:13:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:13:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:13:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:13:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:13:44.689Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:13:44.689Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:14:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:14:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:14:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:14:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:14:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:14:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:14:44.685Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:14:44.685Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:15:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:15:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:15:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:15:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:15:35.146Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:15:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:15:44.687Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:15:44.726Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:16:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:16:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:16:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:16:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:16:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:16:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:16:44.692Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:16:44.694Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:17:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:17:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:17:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:17:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:17:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:17:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:17:44.693Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:17:44.701Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:18:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:18:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:18:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:18:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:18:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:18:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:18:44.694Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:18:44.694Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:19:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:19:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:19:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:19:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:19:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:19:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:19:44.684Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:19:44.686Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:20:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:20:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:20:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:20:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:20:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:20:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:20:44.684Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:20:44.685Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:21:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:21:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:21:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:21:35.144Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:21:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:21:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:21:44.690Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:21:44.690Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:22:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:22:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:22:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:22:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:22:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:22:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:22:44.690Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:22:44.693Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:23:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:23:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:23:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:23:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:23:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:23:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:23:44.703Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:23:44.703Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:24:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:24:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:24:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:24:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:24:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:24:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:24:44.691Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:24:44.697Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:25:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:25:35.144Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:25:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:25:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:25:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:25:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:25:44.689Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:25:44.697Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:26:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:26:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:26:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:26:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:26:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:26:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:26:44.688Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:26:44.702Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:27:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:27:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:27:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:27:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:27:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:27:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:27:44.691Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:27:44.693Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:28:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:28:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:28:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:28:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:28:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:28:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:28:44.684Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:28:44.686Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:29:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:29:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:29:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:29:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:29:35.146Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:29:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:29:44.690Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:29:44.694Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:30:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:30:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:30:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:30:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:30:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:30:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:30:44.687Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:30:44.700Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:31:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:31:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:31:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:31:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:31:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:31:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:31:44.691Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:31:44.698Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:32:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:32:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:32:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:32:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:32:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:32:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:32:44.685Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:32:44.694Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:33:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:33:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:33:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:33:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:33:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:33:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:33:44.687Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:33:44.690Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:34:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:34:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:34:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:34:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:34:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:34:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:34:44.690Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:34:44.692Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:35:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:35:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:35:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:35:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:35:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:35:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:35:44.697Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:35:44.697Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:36:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:36:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:36:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:36:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:36:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:36:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:36:44.695Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:36:44.696Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:37:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:37:35.144Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:37:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:37:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:37:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:37:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:37:44.694Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:37:44.694Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:38:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:38:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:38:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:38:35.144Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:38:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:38:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:38:44.688Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:38:44.690Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:39:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:39:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:39:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:39:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:39:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:39:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:39:44.700Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:39:44.700Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:40:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:40:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:40:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:40:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:40:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:40:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:40:44.690Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:40:44.692Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:41:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:41:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:41:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:41:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:41:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:41:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:41:44.685Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:41:44.685Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:42:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:42:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:42:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:42:35.144Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:42:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:42:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:42:44.721Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:42:44.724Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:43:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:43:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:43:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:43:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:43:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:43:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:43:44.689Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:43:44.689Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:44:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:44:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:44:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:44:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:44:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:44:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:44:44.697Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:44:44.697Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:45:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:45:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:45:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:45:35.144Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:45:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:45:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:45:44.685Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:45:44.687Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:46:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:46:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:46:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:46:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:46:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:46:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:46:44.688Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:46:44.692Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:47:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:47:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:47:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:47:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:47:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:47:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:47:44.683Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:47:44.687Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:48:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:48:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:48:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:48:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:48:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:48:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:48:44.685Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:48:44.688Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:49:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:49:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:49:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:49:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:49:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:49:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:49:44.682Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:49:44.689Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:50:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:50:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:50:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:50:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:50:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:50:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:50:44.695Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:50:44.695Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:51:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:51:35.144Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:51:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:51:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:51:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:51:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:51:44.699Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:51:44.699Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:52:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:52:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:52:35.146Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:52:35.146Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:52:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:52:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:52:44.717Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:52:44.717Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:53:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:53:35.144Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:53:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:53:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:53:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:53:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:53:44.698Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:53:44.700Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:54:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:54:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:54:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:54:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:54:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:54:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:54:44.689Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:54:44.689Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:55:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:55:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:55:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:55:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:55:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:55:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:55:44.692Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:55:44.692Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:56:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:56:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:56:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:56:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:56:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:56:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:56:44.687Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:56:44.688Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:57:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:57:35.144Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:57:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:57:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:57:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:57:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:57:44.689Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:57:44.692Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:58:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:58:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:58:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:58:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:58:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:58:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:58:44.685Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:58:44.687Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:59:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:59:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:59:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:59:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:59:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:59:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:59:44.692Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:59:44.692Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:00:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:00:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:00:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:00:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:00:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:00:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:00:44.684Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:00:44.684Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:01:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:01:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:01:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:01:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:01:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:01:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:01:44.689Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:01:44.691Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:02:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:02:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:02:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:02:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:02:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:02:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:02:44.688Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:02:44.690Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:03:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:03:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:03:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:03:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:03:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:03:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:03:44.685Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:03:44.687Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:04:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:04:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:04:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:04:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:04:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:04:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:04:44.710Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:04:44.712Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:05:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:05:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:05:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:05:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:05:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:05:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:05:44.691Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:05:44.691Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:06:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:06:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:06:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:06:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:06:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:06:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:06:44.702Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:06:44.702Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:07:35.143Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:07:35.144Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:07:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:07:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:07:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:07:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:07:44.695Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:07:44.698Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:08:35.143Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:08:35.144Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:08:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:08:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:08:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:08:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:08:44.685Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:08:44.687Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:09:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:09:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:09:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:09:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:09:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:09:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:09:44.682Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:09:44.683Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:10:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:10:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:10:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:10:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:10:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:10:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:10:44.691Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:10:44.691Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:11:35.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:11:35.143Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:11:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:11:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:11:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:11:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:11:44.684Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:11:44.686Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:12:35.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:12:35.143Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:12:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:12:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:12:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:12:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:12:44.684Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:12:44.684Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:13:35.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:13:35.143Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:13:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:13:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:13:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:13:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:13:44.686Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:13:44.686Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:14:35.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:14:35.143Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:14:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:14:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:14:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:14:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:14:44.688Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:14:44.690Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:15:35.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:15:35.143Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:15:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:15:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:15:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:15:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:15:44.698Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:15:44.698Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:16:35.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:16:35.143Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:16:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:16:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:16:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:16:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:16:44.681Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:16:44.684Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:17:35.143Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:17:35.144Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:17:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:17:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:17:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:17:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:17:44.690Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:17:44.692Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:18:35.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:18:35.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:18:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:18:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:18:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:18:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:18:44.693Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:18:44.694Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:19:35.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:19:35.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:19:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:19:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:19:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:19:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:19:44.692Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:19:44.693Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:20:35.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:20:35.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:20:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:20:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:20:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:20:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:20:44.685Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:20:44.686Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:21:35.143Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:21:35.144Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:21:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:21:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:21:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:21:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:21:44.692Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:21:44.692Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:22:35.143Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:22:35.144Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:22:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:22:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:22:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:22:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:22:44.690Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:22:44.692Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:23:35.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:23:35.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:23:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:23:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:23:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:23:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:23:44.688Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:23:44.688Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:24:35.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:24:35.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:24:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:24:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:24:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:24:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:24:44.687Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:24:44.689Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:25:35.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:25:35.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:25:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:25:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:25:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:25:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:25:44.688Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:25:44.699Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:26:35.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:26:35.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:26:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:26:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:26:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:26:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:26:44.706Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:26:44.706Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:27:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:27:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:27:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:27:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:27:35.146Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:27:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:27:44.682Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:27:44.686Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:28:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:28:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:28:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:28:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:28:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:28:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:28:44.678Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:28:44.683Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:29:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:29:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:29:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:29:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:29:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:29:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:29:44.691Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:29:44.715Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:30:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:30:35.144Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:30:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:30:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:30:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:30:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:30:44.686Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:30:44.692Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:31:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:31:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:31:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:31:35.144Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:31:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:31:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:31:44.691Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:31:44.702Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:32:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:32:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:32:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:32:35.144Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:32:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:32:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:32:44.683Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:32:44.683Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:33:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:33:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:33:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:33:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:33:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:33:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:33:44.688Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:33:44.688Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:34:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:34:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:34:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:34:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:34:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:34:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:34:44.685Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:34:44.688Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:35:35.143Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:35:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:35:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:35:35.146Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:35:35.148Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:35:35.148Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:35:44.693Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:35:44.693Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:36:35.143Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:36:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:36:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:36:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:36:35.146Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:36:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:36:44.694Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:36:44.696Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:37:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:37:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:37:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:37:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:37:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:37:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:37:44.690Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:37:44.690Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:38:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:38:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:38:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:38:35.144Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:38:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:38:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:38:44.689Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:38:44.689Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:39:35.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:39:35.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:39:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:39:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:39:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:39:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:39:44.694Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:39:44.694Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:40:35.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:40:35.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:40:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:40:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:40:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:40:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:40:44.686Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:40:44.688Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:41:35.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:41:35.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:41:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:41:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:41:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:41:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:41:44.689Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:41:44.689Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:42:35.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:42:35.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:42:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:42:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:42:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:42:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:42:44.693Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:42:44.693Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:43:35.143Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:43:35.143Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:43:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:43:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:43:35.148Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:43:35.149Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:43:44.694Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:43:44.696Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:44:35.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:44:35.143Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:44:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:44:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:44:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:44:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:44:44.689Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:44:44.691Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:45:35.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:45:35.143Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:45:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:45:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:45:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:45:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:45:44.683Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:45:44.685Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:46:35.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:46:35.143Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:46:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:46:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:46:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:46:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:46:44.677Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:46:44.684Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:47:35.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:47:35.143Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:47:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:47:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:47:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:47:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:47:44.688Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:47:44.688Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:48:35.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:48:35.143Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:48:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:48:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:48:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:48:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:48:44.691Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:48:44.691Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:49:35.143Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:49:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:49:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:49:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:49:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:49:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:49:44.692Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:49:44.692Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:50:35.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:50:35.143Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:50:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:50:35.144Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:50:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:50:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:50:44.687Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:50:44.687Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:51:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:51:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:51:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:51:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:51:35.146Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:51:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:51:44.697Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:51:44.698Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:52:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:52:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:52:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:52:35.144Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:52:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:52:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:52:44.684Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:52:44.688Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:53:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:53:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:53:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:53:35.144Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:53:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:53:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:53:44.686Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:53:44.686Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:54:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:54:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:54:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:54:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:54:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:54:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:54:44.687Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:54:44.690Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:55:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:55:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:55:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:55:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:55:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:55:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:55:44.682Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:55:44.691Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:56:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:56:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:56:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:56:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:56:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:56:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:56:44.692Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:56:44.692Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:57:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:57:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:57:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:57:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:57:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:57:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:57:44.690Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:57:44.690Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:58:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:58:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:58:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:58:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:58:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:58:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:58:44.691Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:58:44.691Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:59:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:59:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:59:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:59:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:59:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:59:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:59:44.689Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:59:44.695Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:00:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:00:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:00:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:00:35.144Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:00:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:00:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:00:44.677Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:00:44.679Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:01:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:01:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:01:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:01:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:01:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:01:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:01:44.685Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:01:44.701Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:02:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:02:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:02:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:02:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:02:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:02:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:02:44.687Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:02:44.689Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:03:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:03:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:03:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:03:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:03:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:03:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:03:44.700Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:03:44.700Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:04:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:04:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:04:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:04:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:04:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:04:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:04:44.686Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:04:44.693Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:05:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:05:35.144Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:05:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:05:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:05:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:05:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:05:44.690Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:05:44.691Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:06:35.143Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:06:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:06:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:06:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:06:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:06:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:06:44.684Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:06:44.695Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:07:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:07:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:07:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:07:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:07:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:07:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:07:44.708Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:07:44.708Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:08:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:08:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:08:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:08:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:08:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:08:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:08:44.683Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:08:44.688Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:09:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:09:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:09:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:09:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:09:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:09:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:09:44.680Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:09:44.683Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:10:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:10:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:10:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:10:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:10:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:10:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:10:44.688Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:10:44.697Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:11:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:11:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:11:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:11:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:11:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:11:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:11:44.687Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:11:44.690Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:12:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:12:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:12:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:12:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:12:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:12:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:12:44.689Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:12:44.694Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:13:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:13:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:13:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:13:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:13:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:13:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:13:44.696Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:13:44.698Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:14:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:14:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:14:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:14:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:14:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:14:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:14:44.692Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:14:44.694Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:15:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:15:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:15:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:15:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:15:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:15:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:15:44.702Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:15:44.706Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:16:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:16:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:16:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:16:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:16:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:16:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:16:44.686Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:16:44.689Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:17:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:17:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:17:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:17:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:17:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:17:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:17:44.685Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:17:44.687Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:18:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:18:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:18:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:18:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:18:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:18:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:18:44.691Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:18:44.694Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:19:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:19:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:19:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:19:35.144Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:19:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:19:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:19:44.688Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:19:44.689Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:20:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:20:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:20:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:20:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:20:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:20:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:20:44.686Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:20:44.694Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:21:35.143Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:21:35.144Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:21:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:21:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:21:35.146Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:21:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:21:44.686Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:21:44.692Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:22:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:22:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:22:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:22:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:22:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:22:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:22:44.696Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:22:44.699Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:23:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:23:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:23:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:23:35.144Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:23:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:23:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:23:44.687Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:23:44.691Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:24:35.143Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:24:35.144Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:24:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:24:35.144Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:24:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:24:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:24:44.688Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:24:44.692Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:25:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:25:35.144Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:25:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:25:35.144Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:25:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:25:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:25:44.709Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:25:44.720Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:26:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:26:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:26:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:26:35.144Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:26:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:26:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:26:44.686Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:26:44.686Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:27:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:27:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:27:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:27:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:27:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:27:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:27:44.686Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:27:44.690Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:28:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:28:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:28:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:28:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:28:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:28:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:28:44.688Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:28:44.688Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:29:35.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:29:35.143Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:29:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:29:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:29:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:29:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:29:44.682Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:29:44.682Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:30:35.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:30:35.143Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:30:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:30:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:30:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:30:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:30:44.690Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:30:44.694Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:31:35.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:31:35.143Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:31:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:31:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:31:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:31:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:31:44.688Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:31:44.688Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:32:35.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:32:35.143Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:32:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:32:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:32:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:32:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:32:44.687Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:32:44.687Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:33:35.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:33:35.143Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:33:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:33:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:33:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:33:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:33:44.722Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:33:44.722Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:34:35.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:34:35.143Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:34:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:34:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:34:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:34:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:34:44.690Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:34:44.690Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:35:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:35:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:35:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:35:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:35:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:35:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:35:44.682Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:35:44.684Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:36:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:36:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:36:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:36:35.144Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:36:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:36:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:36:44.685Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:36:44.688Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:37:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:37:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:37:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:37:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:37:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:37:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:37:44.687Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:37:44.687Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:38:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:38:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:38:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:38:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:38:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:38:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:38:44.688Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:38:44.691Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:39:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:39:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:39:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:39:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:39:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:39:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:39:44.683Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:39:44.683Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:40:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:40:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:40:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:40:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:40:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:40:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:40:44.689Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:40:44.689Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:41:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:41:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:41:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:41:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:41:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:41:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:41:44.689Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:41:44.689Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:42:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:42:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:42:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:42:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:42:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:42:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:42:44.691Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:42:44.691Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:43:35.143Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:43:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:43:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:43:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:43:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:43:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:43:44.688Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:43:44.688Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:44:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:44:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:44:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:44:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:44:35.146Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:44:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:44:44.691Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:44:44.694Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:45:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:45:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:45:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:45:35.144Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:45:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:45:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:45:44.681Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:45:44.683Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:46:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:46:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:46:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:46:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:46:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:46:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:46:44.693Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:46:44.693Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:47:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:47:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:47:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:47:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:47:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:47:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:47:44.687Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:47:44.687Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:48:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:48:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:48:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:48:35.144Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:48:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:48:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:48:44.699Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:48:44.702Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:49:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:49:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:49:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:49:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:49:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:49:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:49:44.693Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:49:44.693Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:50:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:50:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:50:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:50:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:50:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:50:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:50:44.683Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:50:44.685Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:51:35.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:51:35.143Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:51:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:51:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:51:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:51:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:51:44.691Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:51:44.691Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:52:35.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:52:35.143Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:52:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:52:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:52:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:52:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:52:44.685Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:52:44.685Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:53:35.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:53:35.143Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:53:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:53:35.144Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:53:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:53:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:53:44.684Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:53:44.686Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:54:35.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:54:35.143Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:54:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:54:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:54:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:54:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:54:44.682Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:54:44.687Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:55:35.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:55:35.143Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:55:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:55:35.144Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:55:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:55:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:55:44.698Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:55:44.698Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:56:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:56:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:56:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:56:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:56:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:56:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:56:44.710Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:56:44.715Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:57:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:57:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:57:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:57:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:57:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:57:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:57:44.754Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:57:44.756Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:58:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:58:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:58:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:58:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:58:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:58:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:58:44.684Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:58:44.684Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:59:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:59:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:59:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:59:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:59:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:59:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:59:44.684Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:59:44.693Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:00:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:00:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:00:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:00:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:00:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:00:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:00:44.695Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:00:44.695Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:01:35.143Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:01:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:01:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:01:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:01:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:01:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:01:44.700Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:01:44.700Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:02:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:02:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:02:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:02:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:02:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:02:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:02:44.691Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:02:44.691Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:03:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:03:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:03:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:03:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:03:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:03:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:03:44.693Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:03:44.693Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:04:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:04:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:04:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:04:35.144Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:04:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:04:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:04:44.694Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:04:44.693Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:05:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:05:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:05:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:05:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:05:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:05:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:05:44.692Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:05:44.692Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:06:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:06:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:06:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:06:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:06:35.146Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:06:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:06:44.686Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:06:44.686Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:07:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:07:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:07:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:07:35.144Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:07:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:07:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:07:44.689Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:07:44.694Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:08:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:08:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:08:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:08:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:08:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:08:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:08:44.686Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:08:44.686Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:09:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:09:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:09:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:09:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:09:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:09:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:09:44.685Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:09:44.689Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:10:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:10:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:10:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:10:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:10:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:10:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:10:44.689Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:10:44.690Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:11:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:11:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:11:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:11:35.144Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:11:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:11:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:11:44.690Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:11:44.690Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:12:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:12:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:12:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:12:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:12:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:12:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:12:44.691Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:12:44.691Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:13:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:13:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:13:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:13:35.144Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:13:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:13:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:13:44.701Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:13:44.706Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:14:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:14:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:14:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:14:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:14:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:14:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:14:44.686Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:14:44.686Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:15:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:15:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:15:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:15:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:15:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:35.312Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:15:35.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653480924907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:15:35.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "policy-id",
  "timestamp": 1653480916387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:15:35.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "aai-ml",
  "timestamp": 1653480921431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.350Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:15:35.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653480924907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T12:15:35.350Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:15:35.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "policy-id",
  "timestamp": 1653480916387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.351Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:15:35.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "aai-ml",
  "timestamp": 1653480921431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.351Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:15:35.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653480924907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-25T12:15:35.352Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:15:35.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "policy-id",
  "timestamp": 1653480916387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-25T12:15:35.352Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:15:35.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "aai-ml",
  "timestamp": 1653480921431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.352Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:15:35.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653480924907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.353Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:15:35.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.353Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "policy-id",
  "timestamp": 1653480916387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.353Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:15:35.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.353Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "aai-ml",
  "timestamp": 1653480921431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.353Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:15:35.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653480924907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-25T12:15:35.354Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:15:35.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "policy-id",
  "timestamp": 1653480916387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.354Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:15:35.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "cds",
  "timestamp": 1653480929988,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.355Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:15:35.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "aai-ml",
  "timestamp": 1653480921431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.359Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:15:35.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.359Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653480924907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.359Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:15:35.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.360Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "policy-id",
  "timestamp": 1653480916387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.360Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:15:35.360Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.360Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "cds",
  "timestamp": 1653480929988,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.360Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:15:35.360Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.360Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "aai-ml",
  "timestamp": 1653480921431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.361Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:15:35.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.361Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653480924907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:15:35.361Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:15:35.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.361Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "policy-id",
  "timestamp": 1653480916387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:15:35.361Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:15:35.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.362Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "cds",
  "timestamp": 1653480929988,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.362Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:15:35.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "aai-ml",
  "timestamp": 1653480921431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:15:35.363Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:15:35.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "cds",
  "timestamp": 1653480929988,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.363Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:15:35.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653480933061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:15:35.364Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:15:35.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "aai-ml",
  "timestamp": 1653480933080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:15:35.364Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:15:35.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "policy-id",
  "timestamp": 1653480932398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:15:35.365Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:15:35.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "cds",
  "timestamp": 1653480929988,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:15:35.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "policy-id",
  "timestamp": 1653480933408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:15:35.365Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:15:35.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653480934452,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:15:35.365Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:15:35.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "cds",
  "timestamp": 1653480929988,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:15:35.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "policy-id",
  "timestamp": 1653480934412,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:15:35.585Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 948267fd-f354-42b1-bfcf-25ed3b5d9041
2022-05-25T12:15:35.611Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 948267fd-f354-42b1-bfcf-25ed3b5d9041 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:15:35.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653480934801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:15:35.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653480935696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:15:35.635Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:15:35.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "cds",
  "timestamp": 1653480929988,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:15:35.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:15:35.771Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:15:35.773Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.773Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"948267fd-f354-42b1-bfcf-25ed3b5d9041","serviceName":"basic_onboard_gXNrZP","serviceVersion":"1.0","serviceUUID":"6ff82f6e-a75e-4423-80b0-a7ecaa3441e4","serviceDescription":"service","serviceInvariantUUID":"11c67df0-8303-4472-9657-c7fc1dd3f432","resources":[{"resourceInstanceName":"basic_onboard_gXNrZP 0","resourceName":"basic_onboard_gXNrZP","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8e26fba9-eed7-41ea-86fc-a8607894196f","resourceInvariantUUID":"10e2ff4e-5fc0-49e5-97ae-24181836c829","resourceCustomizationUUID":"b0ebd24f-0bcb-408c-9865-d5e58303ae54","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vf-license-model.xml","artifactChecksum":"ZDI1NzVhODNmMmE2MDZlNWJmZjk1NTgzODNhZjVkZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0e4b3ab9-cabd-40d8-afcb-9b42dd522401","artifactVersion":"1"},{"artifactName":"basic_onboard_gxnrzp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json","artifactChecksum":"OTY2MTQ2NjA0ODA3MjRlY2I3MWZjYjdhZjQ2MGY0ZmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b036e316-4dca-4916-b454-f010ba3a8e43","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c9b37f61-982b-40c8-8b13-f433f7940c4d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"192e4919-60fc-43c9-a661-5fe8641cea2e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9faf0e68-dcc7-4e30-a9e1-a10994044b1d","artifactVersion":"2","generatedFromUUID":"c9b37f61-982b-40c8-8b13-f433f7940c4d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGxnrzp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-template.yml","artifactChecksum":"NDIyNGI5YWI1MTJjYzQ4MmQ1NmZiMmUxOGQzZDRiNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"213d6d53-2b9d-4aa5-a392-bc03415fdaf9","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGxnrzp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar","artifactChecksum":"ZTZmMDQyNDMyYjIxNjU5NzJhOWU0ZTM3YzUxYzUzN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"24d735b8-8626-4b4a-9c93-aec5590831c5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T12:15:35.783Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:15:35.790Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:15:35.801Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:15:35.801Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653480935142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.901Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-05-25T12:15:35.905Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:15:35.905Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:35.921Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:15:35.921Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:15:36.808Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:15:36.809Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:15:36.811Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:15:36.811Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653480935142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T12:15:36.911Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:15:36.912Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:15:36.912Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:36.921Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:15:36.921Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:15:37.812Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:15:37.812Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:15:37.814Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:15:37.815Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653480935142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-25T12:15:37.914Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:15:37.915Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:15:37.915Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:37.926Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:15:37.927Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:15:38.816Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:15:38.817Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:15:38.819Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:15:38.819Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653480935142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:15:38.919Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:15:38.920Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:15:38.920Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:38.931Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:15:38.931Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:15:39.820Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:15:39.820Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:15:39.822Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:15:39.822Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653480935142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-25T12:15:39.922Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:15:39.923Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:15:39.923Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:39.934Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:15:39.935Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:15:40.823Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:15:40.823Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:15:40.825Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:15:40.825Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653480935142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:15:40.925Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:15:40.926Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:15:40.926Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:40.941Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:15:40.942Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:15:41.826Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:15:41.827Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:15:41.829Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:15:41.829Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653480935142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:15:41.929Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:15:41.930Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:15:41.930Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:41.940Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:15:41.941Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:15:42.831Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "serviceName": "basic_onboard_gXNrZP",
  "serviceVersion": "1.0",
  "serviceUUID": "6ff82f6e-a75e-4423-80b0-a7ecaa3441e4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "11c67df0-8303-4472-9657-c7fc1dd3f432",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gXNrZP 0",
      "resourceCustomizationUUID": "b0ebd24f-0bcb-408c-9865-d5e58303ae54",
      "resourceName": "basic_onboard_gXNrZP",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8e26fba9-eed7-41ea-86fc-a8607894196f",
      "resourceInvariantUUID": "10e2ff4e-5fc0-49e5-97ae-24181836c829",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gxnrzp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json",
          "artifactChecksum": "OTY2MTQ2NjA0ODA3MjRlY2I3MWZjYjdhZjQ2MGY0ZmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b036e316-4dca-4916-b454-f010ba3a8e43",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c9b37f61-982b-40c8-8b13-f433f7940c4d",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9faf0e68-dcc7-4e30-a9e1-a10994044b1d",
            "generatedFromUUID": "c9b37f61-982b-40c8-8b13-f433f7940c4d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9faf0e68-dcc7-4e30-a9e1-a10994044b1d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGxnrzp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
      "artifactChecksum": "ZTZmMDQyNDMyYjIxNjU5NzJhOWU0ZTM3YzUxYzUzN2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "24d735b8-8626-4b4a-9c93-aec5590831c5"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T12:15:42.832Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T12:15:42.833Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6ff82f6e-a75e-4423-80b0-a7ecaa3441e4 ASDC
2022-05-25T12:15:43.015Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:948267fd-f354-42b1-bfcf-25ed3b5d9041
ServiceName:basic_onboard_gXNrZP
ServiceVersion:1.0
ServiceUUID:6ff82f6e-a75e-4423-80b0-a7ecaa3441e4
ServiceInvariantUUID:11c67df0-8303-4472-9657-c7fc1dd3f432
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGxnrzp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar
ArtifactUUID:24d735b8-8626-4b4a-9c93-aec5590831c5
ArtifactChecksum:ZTZmMDQyNDMyYjIxNjU5NzJhOWU0ZTM3YzUxYzUzN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gXNrZP 0
ResourceCustomizationUUID:b0ebd24f-0bcb-408c-9865-d5e58303ae54
ResourceInvariantUUID:10e2ff4e-5fc0-49e5-97ae-24181836c829
ResourceName:basic_onboard_gXNrZP
ResourceType:VF
ResourceUUID:8e26fba9-eed7-41ea-86fc-a8607894196f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gxnrzp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json
ArtifactUUID:b036e316-4dca-4916-b454-f010ba3a8e43
ArtifactChecksum:OTY2MTQ2NjA0ODA3MjRlY2I3MWZjYjdhZjQ2MGY0ZmY=
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/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c9b37f61-982b-40c8-8b13-f433f7940c4d
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/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env
ArtifactUUID:9faf0e68-dcc7-4e30-a9e1-a10994044b1d
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/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env
ArtifactUUID:9faf0e68-dcc7-4e30-a9e1-a10994044b1d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-25T12:15:43.016Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ff82f6e-a75e-4423-80b0-a7ecaa3441e4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T12:15:43.078Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T12:15:43.080Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-25T12:15:43.081Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-25T12:15:43.082Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 24d735b8-8626-4b4a-9c93-aec5590831c5 from URL: /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:43.082Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:15:43.084Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:43.704Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:15:43.719Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar 24d735b8-8626-4b4a-9c93-aec5590831c5 71572
2022-05-25T12:15:43.720Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar ASDC sendASDCNotification
2022-05-25T12:15:43.721Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:43.721Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:15:43.722Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:15:43.724Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:15:43.725Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653480943719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:15:43.825Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:15:43.826Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:15:43.826Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:43.836Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:15:43.837Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:15:44.725Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T12:15:44.726Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-25T12:15:44.727Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 24d735b8-8626-4b4a-9c93-aec5590831c5, URL: /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar to file: /app/ASDC/1/service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:44.727Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:44.808Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:44.808Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:45.384Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6823184062246807202/Definitions/service-BasicOnboardGxnrzp-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_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" 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_subnetpoolid" is not provided
2022-05-25T12:15:47.301Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T12:15:47.306Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-25T12:15:47.306Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:47.306Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-25T12:15:47.307Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_gXNrZP 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:47.307Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:47.307Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:47.307Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:47.307Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:47.308Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:47.308Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:47.308Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:47.308Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:47.308Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-25T12:15:47.314Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:15:47.315Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:15:47.319Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_gXNrZP 0 is matching search criteria
2022-05-25T12:15:47.319Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-25T12:15:47.320Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_gXNrZP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T12:15:47.322Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:15:47.322Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:15:47.323Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_gXNrZP 0 is matching search criteria
2022-05-25T12:15:47.323Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-25T12:15:47.323Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_gXNrZP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T12:15:47.323Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:15:47.323Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:15:47.326Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:15:47.327Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_gXNrZP 0 is not matching search criteria
2022-05-25T12:15:47.327Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-25T12:15:47.327Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-25T12:15:47.327Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-25T12:15:47.328Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-25T12:15:47.328Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-25T12:15:47.328Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:15:47.328Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T12:15:47.329Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:15:47.330Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_gXNrZP 0 is matching search criteria
2022-05-25T12:15:47.330Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_gXNrZP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:15:47.330Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:15:47.331Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_gXNrZP 0 is matching search criteria
2022-05-25T12:15:47.331Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_gXNrZP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:15:47.331Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:15:47.331Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_gXNrZP 0 is matching search criteria
2022-05-25T12:15:47.332Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_gXNrZP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:15:47.332Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:15:47.332Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_gXNrZP 0 is not matching search criteria
2022-05-25T12:15:47.332Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-25T12:15:47.332Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-25T12:15:47.333Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6c840a0d-994e-4d5a-bff8-e9c4ce06595f
2022-05-25T12:15:47.333Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:15:47.333Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:15:47.333Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:15:47.334Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:15:47.334Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:15:47.334Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:15:47.334Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:15:47.335Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:15:47.335Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_gXNrZP
Description:service
Model UUID:6ff82f6e-a75e-4423-80b0-a7ecaa3441e4
Model Version:NULL
Model InvariantUuid:11c67df0-8303-4472-9657-c7fc1dd3f432
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_gXNrZP
Model UUID:a718270f-37de-4422-a737-dde39ac01fe7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:10e2ff4e-5fc0-49e5-97ae-24181836c829
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b0ebd24f-0bcb-408c-9865-d5e58303ae54
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:22ed4b0c-c49a-48ed-b31a-f40bf3b14f60
ModelName:BasicOnboardGxnrzp..base_ubuntu18..module-0
ModelUuid:e2afe284-0786-4497-bb26-b7b5381fb464
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6c840a0d-994e-4d5a-bff8-e9c4ce06595f
ModelInvariantUuid:858f363a-1b6d-4778-b04a-ce291f581271
ModelName:basic_onboard_gXNrZP-nodes.ubuntu18Cvfc
ModelUuid:57a43bee-fbf3-4bdf-99da-88529682cd8c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:3e8f1a1f-78d8-4f13-87b7-b9c3eeb8a2a4
ModelInvariantUuid:a633bfd1-67f2-4c17-8ad0-ada8c0784393
ModelName:BasicOnboardGxnrzp.compute.nodes.heat.ubuntu18
ModelUuid:95390d59-68b6-4fbb-b569-589cb31363e6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T12:15:47.346Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 8e26fba9-eed7-41ea-86fc-a8607894196f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:15:47.437Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||basic_onboard_gXNrZP 0
2022-05-25T12:15:47.444Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8e26fba9-eed7-41ea-86fc-a8607894196f
2022-05-25T12:15:47.444Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b036e316-4dca-4916-b454-f010ba3a8e43 from URL: /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json
2022-05-25T12:15:47.444Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:15:47.445Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json
2022-05-25T12:15:47.794Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:15:47.794Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json b036e316-4dca-4916-b454-f010ba3a8e43 798
2022-05-25T12:15:47.795Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json ASDC sendASDCNotification
2022-05-25T12:15:47.795Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json
2022-05-25T12:15:47.795Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:15:47.795Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:15:47.797Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:15:47.797Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653480947795,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:15:47.898Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:15:47.901Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:15:47.901Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:47.937Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:15:47.938Z||pool-11-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:15:48.799Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardGxnrzp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "22ed4b0c-c49a-48ed-b31a-f40bf3b14f60",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e2afe284-0786-4497-bb26-b7b5381fb464",
    "vfModuleModelCustomizationUUID": "f7092a92-a519-4aac-ad0d-394c5f6c24e3",
    "isBase": true,
    "artifacts": [
      "c9b37f61-982b-40c8-8b13-f433f7940c4d",
      "9faf0e68-dcc7-4e30-a9e1-a10994044b1d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-25T12:15:48.815Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGxnrzp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e2afe284-0786-4497-bb26-b7b5381fb464
VfModuleModelInvariantUUID:22ed4b0c-c49a-48ed-b31a-f40bf3b14f60
VfModuleModelDescription:NULL
Artifacts UUID List:{
c9b37f61-982b-40c8-8b13-f433f7940c4d
,
9faf0e68-dcc7-4e30-a9e1-a10994044b1d

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

isBase:true


}

2022-05-25T12:15:48.820Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardGxnrzp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "22ed4b0c-c49a-48ed-b31a-f40bf3b14f60",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e2afe284-0786-4497-bb26-b7b5381fb464",
    "vfModuleModelCustomizationUUID": "f7092a92-a519-4aac-ad0d-394c5f6c24e3",
    "isBase": true,
    "artifacts": [
      "c9b37f61-982b-40c8-8b13-f433f7940c4d",
      "9faf0e68-dcc7-4e30-a9e1-a10994044b1d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-25T12:15:48.820Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGxnrzp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e2afe284-0786-4497-bb26-b7b5381fb464
VfModuleModelInvariantUUID:22ed4b0c-c49a-48ed-b31a-f40bf3b14f60
VfModuleModelDescription:NULL
Artifacts UUID List:{
c9b37f61-982b-40c8-8b13-f433f7940c4d
,
9faf0e68-dcc7-4e30-a9e1-a10994044b1d

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

isBase:true


}

2022-05-25T12:15:48.820Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c9b37f61-982b-40c8-8b13-f433f7940c4d from URL: /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml
2022-05-25T12:15:48.820Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:15:48.821Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml
2022-05-25T12:15:49.217Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:15:49.218Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml c9b37f61-982b-40c8-8b13-f433f7940c4d 5033
2022-05-25T12:15:49.218Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-25T12:15:49.218Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml
2022-05-25T12:15:49.219Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:15:49.219Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:15:49.221Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:15:49.221Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653480949218,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:15:49.321Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:15:49.322Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:15:49.322Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:49.341Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:15:49.342Z||pool-12-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:15:50.222Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9faf0e68-dcc7-4e30-a9e1-a10994044b1d from URL: /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env
2022-05-25T12:15:50.223Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:15:50.223Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env
2022-05-25T12:15:50.398Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:15:50.398Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env 9faf0e68-dcc7-4e30-a9e1-a10994044b1d 909
2022-05-25T12:15:50.399Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-25T12:15:50.399Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env
2022-05-25T12:15:50.399Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:15:50.400Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:15:50.402Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:15:50.402Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653480950398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:15:50.502Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:15:50.503Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:15:50.503Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:50.514Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:15:50.515Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:15:51.403Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 6ff82f6e-a75e-4423-80b0-a7ecaa3441e4
2022-05-25T12:15:51.404Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_gXNrZP 0 8e26fba9-eed7-41ea-86fc-a8607894196f ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:15:51.442Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5da3bb3a, org.onap.sdc.toscaparser.api.parameters.Input@26946543, org.onap.sdc.toscaparser.api.parameters.Input@5608612e, org.onap.sdc.toscaparser.api.parameters.Input@12ccd246, org.onap.sdc.toscaparser.api.parameters.Input@5276d14e]
2022-05-25T12:15:51.445Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:15:51.446Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:15:51.446Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-05-25T12:15:51.446Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= b0ebd24f-0bcb-408c-9865-d5e58303ae54
2022-05-25T12:15:51.446Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b0ebd24f-0bcb-408c-9865-d5e58303ae54 matches Tosca VF Customization UUID: b0ebd24f-0bcb-408c-9865-d5e58303ae54
2022-05-25T12:15:51.446Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: b0ebd24f-0bcb-408c-9865-d5e58303ae54  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-25T12:15:51.452Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:15:51.453Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:15:51.453Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id b0ebd24f-0bcb-408c-9865-d5e58303ae54: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-05-25T12:15:51.454Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5034d73f
2022-05-25T12:15:51.454Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:15:51.454Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T12:15:51.454Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f7092a92-a519-4aac-ad0d-394c5f6c24e3
2022-05-25T12:15:51.455Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f7092a92-a519-4aac-ad0d-394c5f6c24e3
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-25T12:15:51.461Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:15:51.461Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_gXNrZP 0 is matching search criteria
2022-05-25T12:15:51.462Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_gXNrZP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:15:51.462Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:15:51.462Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_gXNrZP 0 is matching search criteria
2022-05-25T12:15:51.463Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_gXNrZP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:15:51.463Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:15:51.463Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_gXNrZP 0 is not matching search criteria
2022-05-25T12:15:51.463Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-25T12:15:51.463Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-25T12:15:51.464Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6c840a0d-994e-4d5a-bff8-e9c4ce06595f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-25T12:15:51.472Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:15:51.473Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_gXNrZP 0 is matching search criteria
2022-05-25T12:15:51.473Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_gXNrZP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:15:51.473Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:15:51.473Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_gXNrZP 0 is matching search criteria
2022-05-25T12:15:51.473Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_gXNrZP 0] matching following query criteria: sdcType=VF, customizationUUID=b0ebd24f-0bcb-408c-9865-d5e58303ae54
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:15:51.475Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:15:51.475Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:15:51.476Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 6ff82f6e-a75e-4423-80b0-a7ecaa3441e4: basic_onboard_gXNrZP
2022-05-25T12:15:51.476Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:15:51.476Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:15:51.476Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:15:51.476Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:15:51.477Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:15:51.477Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:15:51.477Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:15:51.477Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:15:51.477Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:15:51.477Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:15:51.478Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_gXNrZP 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:15:51.637Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_gXNrZP 8e26fba9-eed7-41ea-86fc-a8607894196f 1 ASDC deployResourceStructure
2022-05-25T12:15:51.637Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json ASDC sendASDCNotification
2022-05-25T12:15:51.638Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json
2022-05-25T12:15:51.638Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:15:51.638Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:15:51.639Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:15:51.639Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653480951637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T12:15:51.739Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:15:51.740Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:15:51.740Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:51.751Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:15:51.752Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:15:52.640Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-25T12:15:52.640Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml
2022-05-25T12:15:52.640Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:15:52.641Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:15:52.642Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:15:52.643Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653480952640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T12:15:52.743Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:15:52.743Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:15:52.743Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:52.757Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:15:52.757Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:15:53.643Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-25T12:15:53.644Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env
2022-05-25T12:15:53.644Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:15:53.644Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:15:53.646Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:15:53.646Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653480953643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-25T12:15:53.746Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:15:53.746Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:15:53.746Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:53.756Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:15:53.756Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:15:54.647Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar ASDC sendASDCNotification
2022-05-25T12:15:54.647Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:54.647Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:15:54.647Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:15:54.649Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:15:54.649Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653480954646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:15:54.749Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:15:54.749Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:15:54.750Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:54.760Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:15:54.760Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:15:55.650Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 948267fd-f354-42b1-bfcf-25ed3b5d9041
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:15:55.667Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 948267fd-f354-42b1-bfcf-25ed3b5d9041
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:15:55.669Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:15:55.670Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T12:15:55.670Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T12:16:25.670Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 948267fd-f354-42b1-bfcf-25ed3b5d9041
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:16:25.680Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 948267fd-f354-42b1-bfcf-25ed3b5d9041
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:16:25.684Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:16:25.684Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T12:16:25.684Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T12:16:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:16:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:16:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:16:35.165Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:16:35.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:16:35.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653480936022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:16:35.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:16:55.684Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 948267fd-f354-42b1-bfcf-25ed3b5d9041
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:16:55.697Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 948267fd-f354-42b1-bfcf-25ed3b5d9041
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:16:55.699Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:16:55.699Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T12:16:55.699Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T12:17:25.700Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 948267fd-f354-42b1-bfcf-25ed3b5d9041
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:17:25.716Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 948267fd-f354-42b1-bfcf-25ed3b5d9041
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:17:25.718Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:17:25.718Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T12:17:25.718Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T12:17:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:17:35.146Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:17:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:17:35.176Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:17:35.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653480935142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.183Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:17:35.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653480934801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.183Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:17:35.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653480936757,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:17:35.191Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 948267fd-f354-42b1-bfcf-25ed3b5d9041
2022-05-25T12:17:35.191Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 948267fd-f354-42b1-bfcf-25ed3b5d9041 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-25T12:17:35.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653480936022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.203Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:17:35.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "cds",
  "timestamp": 1653480938117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:17:35.203Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:17:35.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653480935142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T12:17:35.203Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:17:35.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653480934801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.204Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:17:35.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653480937765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T12:17:35.204Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:17:35.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653480936022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:17:35.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "clamp",
  "timestamp": 1653480937627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:17:35.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "cds",
  "timestamp": 1653480939138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:17:35.212Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 948267fd-f354-42b1-bfcf-25ed3b5d9041
2022-05-25T12:17:35.212Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 948267fd-f354-42b1-bfcf-25ed3b5d9041 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:17:35.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653480935142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-25T12:17:35.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:17:35.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653480934801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:17:35.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653480936022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:17:35.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "clamp",
  "timestamp": 1653480937627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T12:17:35.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:17:35.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653480935142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:17:35.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653480934801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:17:35.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653480936022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:17:35.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "clamp",
  "timestamp": 1653480937627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:17:35.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653480935142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-25T12:17:35.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:17:35.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653480934801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:17:35.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653480936022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:17:35.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "clamp",
  "timestamp": 1653480937627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:17:35.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653480935142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:17:35.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653480934801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:17:35.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:17:35.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653480936022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:17:35.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "clamp",
  "timestamp": 1653480937627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:17:35.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653480935142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:17:35.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:17:35.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653480942967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:17:35.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:17:35.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "clamp",
  "timestamp": 1653480937627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.229Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:17:35.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "aai-ml",
  "timestamp": 1653480943376,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:17:35.230Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:17:35.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "clamp",
  "timestamp": 1653480937627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:17:35.230Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:17:35.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "aai-ml",
  "timestamp": 1653480944381,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:17:35.235Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 948267fd-f354-42b1-bfcf-25ed3b5d9041
2022-05-25T12:17:35.236Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 948267fd-f354-42b1-bfcf-25ed3b5d9041 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:17:35.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653480943719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:17:35.243Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:17:35.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653480946060,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:17:35.243Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:17:35.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653480947063,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:17:35.248Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 948267fd-f354-42b1-bfcf-25ed3b5d9041
2022-05-25T12:17:35.248Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 948267fd-f354-42b1-bfcf-25ed3b5d9041 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:17:35.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653480947795,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:17:35.256Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:17:35.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653480949218,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:17:35.256Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:17:35.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "clamp",
  "timestamp": 1653480950459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:17:35.256Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:17:35.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653480950398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:17:35.257Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:17:35.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "clamp",
  "timestamp": 1653480952466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:17:35.257Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:17:35.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653480951637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T12:17:35.258Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:17:35.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "clamp",
  "timestamp": 1653480953470,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:17:35.262Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 948267fd-f354-42b1-bfcf-25ed3b5d9041
2022-05-25T12:17:35.262Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 948267fd-f354-42b1-bfcf-25ed3b5d9041 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:17:35.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653480952640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T12:17:35.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:17:35.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653480953643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-25T12:17:35.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:17:35.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653480954646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:17:35.271Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:17:55.719Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 948267fd-f354-42b1-bfcf-25ed3b5d9041
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:17:55.731Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 948267fd-f354-42b1-bfcf-25ed3b5d9041
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:17:55.734Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:17:55.735Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T12:17:55.735Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T12:17:55.735Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T12:17:55.735Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:17:55.735Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:17:55.735Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:17:55.735Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:17:55.735Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:17:55.735Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:17:55.736Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:17:55.741Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T12:18:25.741Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 948267fd-f354-42b1-bfcf-25ed3b5d9041 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-25T12:18:25.754Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 948267fd-f354-42b1-bfcf-25ed3b5d9041 and serviceModelVersionId: 6ff82f6e-a75e-4423-80b0-a7ecaa3441e4
2022-05-25T12:18:25.754Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 11c67df0-8303-4472-9657-c7fc1dd3f432
2022-05-25T12:18:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:18:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:18:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:18:35.173Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:18:35.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481036022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "policy-id",
  "timestamp": 1653481036387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "aai-ml",
  "timestamp": 1653481041431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481036022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "policy-id",
  "timestamp": 1653481036387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "aai-ml",
  "timestamp": 1653481041431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481044907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481036022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "policy-id",
  "timestamp": 1653481036387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-25T12:18:35.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "aai-ml",
  "timestamp": 1653481041431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481044907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T12:18:35.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481036022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "policy-id",
  "timestamp": 1653481036387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "aai-ml",
  "timestamp": 1653481041431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481044907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-25T12:18:35.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481036022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "policy-id",
  "timestamp": 1653481036387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "aai-ml",
  "timestamp": 1653481041431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.180Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481044907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.180Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481036022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.181Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "policy-id",
  "timestamp": 1653481036387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.181Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "aai-ml",
  "timestamp": 1653481041431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.181Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481044907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-25T12:18:35.182Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "cds",
  "timestamp": 1653481049988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.182Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481036022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.183Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "policy-id",
  "timestamp": 1653481036387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:18:35.183Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "aai-ml",
  "timestamp": 1653481041431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:18:35.183Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481044907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "cds",
  "timestamp": 1653481049988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481044907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:18:35.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "cds",
  "timestamp": 1653481049988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "policy-id",
  "timestamp": 1653481050989,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:18:35.185Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:18:35.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "aai-ml",
  "timestamp": 1653481051772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:18:35.185Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:18:35.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "cds",
  "timestamp": 1653481049988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "policy-id",
  "timestamp": 1653481051994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:18:35.186Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:18:35.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481052787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:18:35.186Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:18:35.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "cds",
  "timestamp": 1653481049988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.187Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "policy-id",
  "timestamp": 1653481052997,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:18:35.204Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a64360dc-3302-4b5f-b85b-d13ebea095d2
2022-05-25T12:18:35.204Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a64360dc-3302-4b5f-b85b-d13ebea095d2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:18:35.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481053968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:18:35.212Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:18:35.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "cds",
  "timestamp": 1653481049988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.213Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481055249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:18:35.213Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:18:35.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481054801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.213Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:35.214Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.214Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "cds",
  "timestamp": 1653481049988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:18:35.214Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:18:39.327Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/11c67df0-8303-4472-9657-c7fc1dd3f432/model-vers/model-ver/6ff82f6e-a75e-4423-80b0-a7ecaa3441e4?depth=0
2022-05-25T12:18:39.440Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T12:18:39.883Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11c67df0-8303-4472-9657-c7fc1dd3f432/model-vers/model-ver/6ff82f6e-a75e-4423-80b0-a7ecaa3441e4?depth=0|INFO|500||Invoke
2022-05-25T12:18:39.890Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11c67df0-8303-4472-9657-c7fc1dd3f432/model-vers/model-ver/6ff82f6e-a75e-4423-80b0-a7ecaa3441e4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11c67df0-8303-4472-9657-c7fc1dd3f432/model-vers/model-ver/6ff82f6e-a75e-4423-80b0-a7ecaa3441e4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[948267fd-f354-42b1-bfcf-25ed3b5d9041], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7f9587d8-73ca-4c75-bbef-83ab6d874f60], X-ECOMP-RequestID=[948267fd-f354-42b1-bfcf-25ed3b5d9041], X-TransactionId=[], X-ONAP-RequestID=[948267fd-f354-42b1-bfcf-25ed3b5d9041], Content-Type=[application/merge-patch+json]}
2022-05-25T12:18:39.996Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11c67df0-8303-4472-9657-c7fc1dd3f432/model-vers/model-ver/6ff82f6e-a75e-4423-80b0-a7ecaa3441e4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T12:18:40.380Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11c67df0-8303-4472-9657-c7fc1dd3f432/model-vers/model-ver/6ff82f6e-a75e-4423-80b0-a7ecaa3441e4?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/11c67df0-8303-4472-9657-c7fc1dd3f432/model-vers/model-ver/6ff82f6e-a75e-4423-80b0-a7ecaa3441e4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220525-12:18:40:815-39793], vertex-id=[184408], Content-Length=[0], Date=[Wed, 25 May 2022 12:18:40 GMT], Content-Type=[application/json]}
2022-05-25T12:18:40.382Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11c67df0-8303-4472-9657-c7fc1dd3f432/model-vers/model-ver/6ff82f6e-a75e-4423-80b0-a7ecaa3441e4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-25T12:18:40.383Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11c67df0-8303-4472-9657-c7fc1dd3f432/model-vers/model-ver/6ff82f6e-a75e-4423-80b0-a7ecaa3441e4?depth=0|INFO|500||InvokeReturn
2022-05-25T12:18:40.386Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T12:18:40.386Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:18:40.391Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-25T12:18:40.393Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 948267fd-f354-42b1-bfcf-25ed3b5d9041 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T12:18:40.393Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T12:18:40.394Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:18:40.396Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:18:40.396Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481120393,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T12:18:40.496Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:18:40.497Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:18:40.497Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:18:40.509Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:18:40.509Z||pool-18-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=?
2022-05-25T12:18:41.408Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:18:41.409Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:18:41.409Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:18:45.788Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:18:45.788Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T12:18:45.788Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"a64360dc-3302-4b5f-b85b-d13ebea095d2","serviceName":"vFW 2022-05-25 12-15-33","serviceVersion":"1.0","serviceUUID":"a06b08ae-a642-498d-b8f5-7aecc6882c9a","serviceDescription":"catalog service description","serviceInvariantUUID":"4bea3ac9-e480-40da-9d9e-57cb9fe0ad65","resources":[{"resourceInstanceName":"vFW 82d0b651-5711 0","resourceName":"vFW 82d0b651-5711","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9343a9e8-f097-4ff7-b53b-cef5d7b2d620","resourceInvariantUUID":"7742b12e-a024-4d28-8551-c225ffb436bd","resourceCustomizationUUID":"bdbd2ec0-fe6d-4c52-8a25-4f902b7204bf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5NjQ4NWVmYTJkMjgxMGFmMmY5NzY3YTA1Mjg2ODE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac5bb231-fea5-41e3-9724-00fcd4e6cd15","artifactVersion":"1"},{"artifactName":"vfw82d0b65157110_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json","artifactChecksum":"NTYwZWRkMTgyOTIzNGQ0NWQ3Y2NkOTJjOWI2ZDEwMTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d0869aed-4564-4562-ade6-24bde0829f98","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"827f188a-3113-4a9d-a21d-e250e9d50f1e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vendor-license-model.xml","artifactChecksum":"MmJhNGVjOWVkN2Q1MDU3YzVlZGRkYjhjOTRmODkxYTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"26cd420c-6fad-4bc9-8e23-f83bf7c8fa47","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"34d60ce7-68e4-4b62-8734-fad8b96f6212","artifactVersion":"2","generatedFromUUID":"827f188a-3113-4a9d-a21d-e250e9d50f1e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220525121533-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-template.yml","artifactChecksum":"ZTk4MDlmZTBlZDJjMzU2NzM5YWExNDgxMGEwZDIyYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b97856fb-8f46-4694-a966-48a50ef4fe7c","artifactVersion":"1"},{"artifactName":"service-Vfw20220525121533-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar","artifactChecksum":"Mjk0ZWVhNDg0MGE4YTZjNzEwMjNiOTdhZTgxMjJkYTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d9aa449b-540f-4b31-83b2-f08648a93a73","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T12:18:45.791Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:18:45.791Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:18:45.793Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:18:45.793Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481121408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:18:45.893Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:18:45.894Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:18:45.894Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:18:45.913Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:18:45.913Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:18:46.794Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:18:46.795Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:18:46.796Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:18:46.796Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481121408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T12:18:46.896Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:18:46.897Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:18:46.897Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:18:46.910Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:18:46.910Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:18:47.797Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:18:47.798Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:18:47.799Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:18:47.800Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481121408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-25T12:18:47.900Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:18:47.900Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:18:47.900Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:18:47.914Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:18:47.915Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:18:48.800Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:18:48.801Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:18:48.803Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:18:48.803Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481121408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:18:48.903Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:18:48.904Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:18:48.904Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:18:48.915Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:18:48.916Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:18:49.804Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:18:49.804Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:18:49.806Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:18:49.806Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481121408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-25T12:18:49.906Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:18:49.907Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:18:49.907Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:18:49.918Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:18:49.919Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:18:50.807Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:18:50.808Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:18:50.810Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:18:50.810Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481121408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:18:50.910Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:18:50.910Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:18:50.911Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:18:50.924Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:18:50.924Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:18:51.810Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:18:51.811Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:18:51.813Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:18:51.813Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481121408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:18:51.913Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:18:51.914Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:18:51.914Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:18:51.925Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:18:51.926Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:18:52.815Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "serviceName": "vFW 2022-05-25 12-15-33",
  "serviceVersion": "1.0",
  "serviceUUID": "a06b08ae-a642-498d-b8f5-7aecc6882c9a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4bea3ac9-e480-40da-9d9e-57cb9fe0ad65",
  "resources": [
    {
      "resourceInstanceName": "vFW 82d0b651-5711 0",
      "resourceCustomizationUUID": "bdbd2ec0-fe6d-4c52-8a25-4f902b7204bf",
      "resourceName": "vFW 82d0b651-5711",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9343a9e8-f097-4ff7-b53b-cef5d7b2d620",
      "resourceInvariantUUID": "7742b12e-a024-4d28-8551-c225ffb436bd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw82d0b65157110_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json",
          "artifactChecksum": "NTYwZWRkMTgyOTIzNGQ0NWQ3Y2NkOTJjOWI2ZDEwMTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d0869aed-4564-4562-ade6-24bde0829f98",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "827f188a-3113-4a9d-a21d-e250e9d50f1e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "34d60ce7-68e4-4b62-8734-fad8b96f6212",
            "generatedFromUUID": "827f188a-3113-4a9d-a21d-e250e9d50f1e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "34d60ce7-68e4-4b62-8734-fad8b96f6212",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220525121533-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
      "artifactChecksum": "Mjk0ZWVhNDg0MGE4YTZjNzEwMjNiOTdhZTgxMjJkYTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d9aa449b-540f-4b31-83b2-f08648a93a73"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T12:18:52.815Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T12:18:52.815Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a06b08ae-a642-498d-b8f5-7aecc6882c9a ASDC
2022-05-25T12:18:52.815Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:a64360dc-3302-4b5f-b85b-d13ebea095d2
ServiceName:vFW 2022-05-25 12-15-33
ServiceVersion:1.0
ServiceUUID:a06b08ae-a642-498d-b8f5-7aecc6882c9a
ServiceInvariantUUID:4bea3ac9-e480-40da-9d9e-57cb9fe0ad65
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220525121533-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar
ArtifactUUID:d9aa449b-540f-4b31-83b2-f08648a93a73
ArtifactChecksum:Mjk0ZWVhNDg0MGE4YTZjNzEwMjNiOTdhZTgxMjJkYTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 82d0b651-5711 0
ResourceCustomizationUUID:bdbd2ec0-fe6d-4c52-8a25-4f902b7204bf
ResourceInvariantUUID:7742b12e-a024-4d28-8551-c225ffb436bd
ResourceName:vFW 82d0b651-5711
ResourceType:VF
ResourceUUID:9343a9e8-f097-4ff7-b53b-cef5d7b2d620
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw82d0b65157110_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json
ArtifactUUID:d0869aed-4564-4562-ade6-24bde0829f98
ArtifactChecksum:NTYwZWRkMTgyOTIzNGQ0NWQ3Y2NkOTJjOWI2ZDEwMTQ=
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/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml
ArtifactUUID:827f188a-3113-4a9d-a21d-e250e9d50f1e
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/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env
ArtifactUUID:34d60ce7-68e4-4b62-8734-fad8b96f6212
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/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env
ArtifactUUID:34d60ce7-68e4-4b62-8734-fad8b96f6212
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-25T12:18:52.816Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a06b08ae-a642-498d-b8f5-7aecc6882c9a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T12:18:52.844Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T12:18:52.845Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-25T12:18:52.845Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-25T12:18:52.845Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d9aa449b-540f-4b31-83b2-f08648a93a73 from URL: /sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:52.845Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:18:52.845Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:52.913Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:18:52.918Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar d9aa449b-540f-4b31-83b2-f08648a93a73 99056
2022-05-25T12:18:52.918Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar ASDC sendASDCNotification
2022-05-25T12:18:52.918Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:52.918Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:18:52.918Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:18:52.920Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:18:52.920Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481132918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:18:53.020Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:18:53.021Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:18:53.021Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:18:53.032Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:18:53.033Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:18:53.920Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T12:18:53.921Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-25T12:18:53.922Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: d9aa449b-540f-4b31-83b2-f08648a93a73, URL: /sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar to file: /app/ASDC/1/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:53.922Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220525121533-csar.csar
2022-05-25T12:18:53.923Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:53.923Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:54.134Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5930244350079624999/Definitions/service-Vfw20220525121533-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_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_protected_private_port_0_network_role" 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_order" 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_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 "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_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 "port_vpg_onap_private_port_0_network_role" 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_vlan_requirements" 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_onap_private_port_0_order" 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_vsn_int_protected_private_port_0_subnetpoolid" 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_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" 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_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_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-05-25T12:18:55.991Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T12:18:55.991Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-25T12:18:55.992Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:55.992Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-25T12:18:55.992Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:55.992Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:55.992Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:55.993Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:55.993Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:55.993Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:55.993Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:55.993Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 82d0b651-5711 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:55.994Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:55.994Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:55.994Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:55.994Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:55.994Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:55.994Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-25T12:18:55.995Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:55.995Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:18:55.995Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is matching search criteria
2022-05-25T12:18:55.995Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-25T12:18:55.996Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 82d0b651-5711 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T12:18:55.996Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:55.996Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:18:55.997Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is matching search criteria
2022-05-25T12:18:55.997Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-25T12:18:55.997Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 82d0b651-5711 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T12:18:55.997Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:55.998Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:18:55.998Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:55.998Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is not matching search criteria
2022-05-25T12:18:55.998Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T12:18:55.998Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-25T12:18:55.999Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:18:55.999Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-25T12:18:55.999Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-25T12:18:55.999Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:18:56.000Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T12:18:56.000Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-25T12:18:56.000Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-25T12:18:56.000Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:18:56.000Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-25T12:18:56.001Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-25T12:18:56.001Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-25T12:18:56.001Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-25T12:18:56.001Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:18:56.002Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-25T12:18:56.002Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:56.002Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T12:18:56.002Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:56.003Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is matching search criteria
2022-05-25T12:18:56.003Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 82d0b651-5711 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:18:56.003Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:56.003Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is matching search criteria
2022-05-25T12:18:56.004Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 82d0b651-5711 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:18:56.004Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:56.004Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is matching search criteria
2022-05-25T12:18:56.004Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 82d0b651-5711 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:18:56.005Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:56.005Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is not matching search criteria
2022-05-25T12:18:56.005Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T12:18:56.005Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-25T12:18:56.005Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T12:18:56.006Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-25T12:18:56.006Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-25T12:18:56.006Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:18:56.006Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-25T12:18:56.007Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-25T12:18:56.007Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-25T12:18:56.007Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-25T12:18:56.007Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:18:56.007Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1f929c9e-3ccb-4a4b-b658-fa4a6dc18349
2022-05-25T12:18:56.008Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:56.008Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is not matching search criteria
2022-05-25T12:18:56.008Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T12:18:56.008Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-25T12:18:56.009Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:18:56.009Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-25T12:18:56.009Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-25T12:18:56.009Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:18:56.010Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T12:18:56.010Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-25T12:18:56.010Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-25T12:18:56.010Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-25T12:18:56.010Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-25T12:18:56.011Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:18:56.011Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e249fbee-4946-4a82-8db5-0863b3515047
2022-05-25T12:18:56.011Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:56.011Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is not matching search criteria
2022-05-25T12:18:56.012Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T12:18:56.012Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-25T12:18:56.012Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:18:56.012Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-25T12:18:56.013Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-25T12:18:56.013Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:18:56.013Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T12:18:56.013Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-25T12:18:56.013Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-25T12:18:56.014Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:18:56.014Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-25T12:18:56.014Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-25T12:18:56.014Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e01d2719-22ff-4ac5-9008-b0f46cfe3173
2022-05-25T12:18:56.015Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:56.015Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:18:56.015Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:56.015Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:18:56.016Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:56.016Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:18:56.016Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:56.016Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:18:56.016Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-05-25 12-15-33
Description:catalog service description
Model UUID:a06b08ae-a642-498d-b8f5-7aecc6882c9a
Model Version:NULL
Model InvariantUuid:4bea3ac9-e480-40da-9d9e-57cb9fe0ad65
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 82d0b651-5711
Model UUID:b2c81c27-bf81-4192-abc3-715f3cbdbf06
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7742b12e-a024-4d28-8551-c225ffb436bd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bdbd2ec0-fe6d-4c52-8a25-4f902b7204bf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6628c82b-811b-4075-96c8-a6ab5fe500d2
ModelName:Vfw82d0b6515711..base_vfw..module-0
ModelUuid:1d48ef50-493f-42c7-8537-b84479d1ca6b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1f929c9e-3ccb-4a4b-b658-fa4a6dc18349
ModelInvariantUuid:d872069c-3dea-4ae7-bdd5-8a4c7dbe3a47
ModelName:vFW 82d0b651-5711-nodes.vfwCvfc
ModelUuid:6d902c50-b0bd-40ad-a159-5de01e0587f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:2acc8bf6-9864-4de3-9b06-26a1edbef58b
ModelInvariantUuid:019e0beb-5e11-416f-85d2-098d4338c2af
ModelName:Vfw82d0b6515711.compute.nodes.heat.vfw
ModelUuid:3d16b09f-a646-4da3-8e2a-2e37ea69aaeb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e249fbee-4946-4a82-8db5-0863b3515047
ModelInvariantUuid:c1b2d5af-bfb0-4aaf-a334-cef2b1848ec9
ModelName:vFW 82d0b651-5711-nodes.vsnCvfc
ModelUuid:a16c1694-30c6-4676-a9c0-766ea073ab75
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:528e251e-0124-4491-9cca-3a3ede7ce539
ModelInvariantUuid:d2358a37-6025-483e-a100-7052fd18ed1a
ModelName:Vfw82d0b6515711.compute.nodes.heat.vsn
ModelUuid:163eb59c-2e41-4e0c-896c-578dce102945
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e01d2719-22ff-4ac5-9008-b0f46cfe3173
ModelInvariantUuid:f2a3423b-c4a9-447d-ad14-2b428478ad6b
ModelName:vFW 82d0b651-5711-nodes.vpgCvfc
ModelUuid:c1e8b680-9deb-409f-b326-537fc8027029
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:539a4deb-70b0-4fbd-a625-1100b52d50d6
ModelInvariantUuid:cb957b8b-7c64-401f-9bb7-4f270ed2e2f5
ModelName:Vfw82d0b6515711.compute.nodes.heat.vpg
ModelUuid:f5315330-cfb5-41a8-880a-13eb9d32b29c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T12:18:56.024Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 9343a9e8-f097-4ff7-b53b-cef5d7b2d620
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:18:56.027Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||vFW 82d0b651-5711 0
2022-05-25T12:18:56.027Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9343a9e8-f097-4ff7-b53b-cef5d7b2d620
2022-05-25T12:18:56.028Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d0869aed-4564-4562-ade6-24bde0829f98 from URL: /sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json
2022-05-25T12:18:56.028Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:18:56.028Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json
2022-05-25T12:18:56.087Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:18:56.088Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json d0869aed-4564-4562-ade6-24bde0829f98 785
2022-05-25T12:18:56.088Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json ASDC sendASDCNotification
2022-05-25T12:18:56.088Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json
2022-05-25T12:18:56.088Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:18:56.089Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:18:56.090Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:18:56.090Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481136088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:18:56.190Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:18:56.191Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:18:56.191Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:18:56.202Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:18:56.203Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:18:57.091Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw82d0b6515711..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6628c82b-811b-4075-96c8-a6ab5fe500d2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1d48ef50-493f-42c7-8537-b84479d1ca6b",
    "vfModuleModelCustomizationUUID": "fdae14e6-95be-4d25-8908-f85949776501",
    "isBase": true,
    "artifacts": [
      "827f188a-3113-4a9d-a21d-e250e9d50f1e",
      "34d60ce7-68e4-4b62-8734-fad8b96f6212"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-25T12:18:57.096Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw82d0b6515711..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d48ef50-493f-42c7-8537-b84479d1ca6b
VfModuleModelInvariantUUID:6628c82b-811b-4075-96c8-a6ab5fe500d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
827f188a-3113-4a9d-a21d-e250e9d50f1e
,
34d60ce7-68e4-4b62-8734-fad8b96f6212

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

isBase:true


}

2022-05-25T12:18:57.098Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw82d0b6515711..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6628c82b-811b-4075-96c8-a6ab5fe500d2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1d48ef50-493f-42c7-8537-b84479d1ca6b",
    "vfModuleModelCustomizationUUID": "fdae14e6-95be-4d25-8908-f85949776501",
    "isBase": true,
    "artifacts": [
      "827f188a-3113-4a9d-a21d-e250e9d50f1e",
      "34d60ce7-68e4-4b62-8734-fad8b96f6212"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-25T12:18:57.098Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw82d0b6515711..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d48ef50-493f-42c7-8537-b84479d1ca6b
VfModuleModelInvariantUUID:6628c82b-811b-4075-96c8-a6ab5fe500d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
827f188a-3113-4a9d-a21d-e250e9d50f1e
,
34d60ce7-68e4-4b62-8734-fad8b96f6212

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

isBase:true


}

2022-05-25T12:18:57.098Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 827f188a-3113-4a9d-a21d-e250e9d50f1e from URL: /sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml
2022-05-25T12:18:57.099Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:18:57.099Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml
2022-05-25T12:18:57.159Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:18:57.159Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml 827f188a-3113-4a9d-a21d-e250e9d50f1e 20368
2022-05-25T12:18:57.160Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-25T12:18:57.160Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml
2022-05-25T12:18:57.160Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:18:57.161Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:18:57.162Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:18:57.162Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481137160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:18:57.262Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:18:57.263Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:18:57.263Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:18:57.273Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:18:57.274Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:18:58.163Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 34d60ce7-68e4-4b62-8734-fad8b96f6212 from URL: /sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env
2022-05-25T12:18:58.163Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:18:58.164Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env
2022-05-25T12:18:58.219Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:18:58.220Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env 34d60ce7-68e4-4b62-8734-fad8b96f6212 2098
2022-05-25T12:18:58.220Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-25T12:18:58.220Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env
2022-05-25T12:18:58.220Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:18:58.220Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:18:58.222Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:18:58.222Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481138220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:18:58.322Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:18:58.322Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:18:58.323Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:18:58.334Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:18:58.334Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:18:59.222Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a06b08ae-a642-498d-b8f5-7aecc6882c9a
2022-05-25T12:18:59.223Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 82d0b651-5711 0 9343a9e8-f097-4ff7-b53b-cef5d7b2d620 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:18:59.240Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2743acf5, org.onap.sdc.toscaparser.api.parameters.Input@1df0948b, org.onap.sdc.toscaparser.api.parameters.Input@796b548c, org.onap.sdc.toscaparser.api.parameters.Input@65721943, org.onap.sdc.toscaparser.api.parameters.Input@5fec351c]
2022-05-25T12:18:59.242Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:59.242Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:18:59.242Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-05-25T12:18:59.242Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= bdbd2ec0-fe6d-4c52-8a25-4f902b7204bf
2022-05-25T12:18:59.242Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bdbd2ec0-fe6d-4c52-8a25-4f902b7204bf matches Tosca VF Customization UUID: bdbd2ec0-fe6d-4c52-8a25-4f902b7204bf
2022-05-25T12:18:59.242Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: bdbd2ec0-fe6d-4c52-8a25-4f902b7204bf  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-25T12:18:59.245Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:59.245Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:18:59.246Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id bdbd2ec0-fe6d-4c52-8a25-4f902b7204bf: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-05-25T12:18:59.246Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1000f021
2022-05-25T12:18:59.246Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:59.246Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T12:18:59.246Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fdae14e6-95be-4d25-8908-f85949776501
2022-05-25T12:18:59.246Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fdae14e6-95be-4d25-8908-f85949776501
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-25T12:18:59.249Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:59.249Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is matching search criteria
2022-05-25T12:18:59.249Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 82d0b651-5711 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:18:59.250Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:59.250Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is matching search criteria
2022-05-25T12:18:59.250Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 82d0b651-5711 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:18:59.250Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:59.250Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is not matching search criteria
2022-05-25T12:18:59.251Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T12:18:59.251Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-25T12:18:59.251Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T12:18:59.251Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-25T12:18:59.251Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-25T12:18:59.251Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:18:59.252Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-25T12:18:59.252Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-25T12:18:59.252Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-25T12:18:59.252Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-25T12:18:59.252Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:18:59.252Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1f929c9e-3ccb-4a4b-b658-fa4a6dc18349
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-25T12:18:59.255Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:59.255Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is matching search criteria
2022-05-25T12:18:59.255Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 82d0b651-5711 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:18:59.255Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:59.256Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is not matching search criteria
2022-05-25T12:18:59.256Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T12:18:59.256Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-25T12:18:59.256Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:18:59.257Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-25T12:18:59.257Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-25T12:18:59.257Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:18:59.257Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T12:18:59.257Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-25T12:18:59.257Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-25T12:18:59.257Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-25T12:18:59.258Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-25T12:18:59.258Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:18:59.258Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e249fbee-4946-4a82-8db5-0863b3515047
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-25T12:18:59.260Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:59.260Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is matching search criteria
2022-05-25T12:18:59.260Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 82d0b651-5711 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:18:59.262Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:59.263Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is not matching search criteria
2022-05-25T12:18:59.263Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T12:18:59.263Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-25T12:18:59.263Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:18:59.263Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-25T12:18:59.263Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-25T12:18:59.264Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:18:59.264Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T12:18:59.264Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-25T12:18:59.264Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-25T12:18:59.264Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:18:59.264Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-25T12:18:59.265Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-25T12:18:59.265Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e01d2719-22ff-4ac5-9008-b0f46cfe3173
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-25T12:18:59.267Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:59.267Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is matching search criteria
2022-05-25T12:18:59.267Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 82d0b651-5711 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:18:59.267Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:59.267Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is matching search criteria
2022-05-25T12:18:59.267Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 82d0b651-5711 0] matching following query criteria: sdcType=VF, customizationUUID=bdbd2ec0-fe6d-4c52-8a25-4f902b7204bf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:18:59.269Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:59.269Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:18:59.270Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a06b08ae-a642-498d-b8f5-7aecc6882c9a: vFW 82d0b651-5711
2022-05-25T12:18:59.270Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:59.270Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:18:59.270Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:59.270Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:18:59.270Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:59.271Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:18:59.271Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:59.271Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:18:59.271Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:18:59.271Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:18:59.271Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-05-25 12-15-33 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:18:59.463Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 82d0b651-5711 9343a9e8-f097-4ff7-b53b-cef5d7b2d620 1 ASDC deployResourceStructure
2022-05-25T12:18:59.464Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json ASDC sendASDCNotification
2022-05-25T12:18:59.464Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json
2022-05-25T12:18:59.464Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:18:59.465Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:18:59.466Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:18:59.467Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481139464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T12:18:59.567Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:18:59.567Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:18:59.568Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:18:59.579Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:18:59.580Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:19:00.467Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-25T12:19:00.468Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml
2022-05-25T12:19:00.468Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:19:00.469Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:19:00.470Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:19:00.470Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481140467,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T12:19:00.570Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:19:00.571Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:19:00.571Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:19:00.584Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:19:00.584Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:19:01.471Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-25T12:19:01.472Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env
2022-05-25T12:19:01.472Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:19:01.472Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:19:01.474Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:19:01.474Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481141471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-25T12:19:01.574Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:19:01.575Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:19:01.575Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:19:01.586Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:19:01.586Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:19:02.475Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar ASDC sendASDCNotification
2022-05-25T12:19:02.475Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar
2022-05-25T12:19:02.475Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:19:02.476Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:19:02.477Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:19:02.477Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481142475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:19:02.577Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:19:02.578Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:19:02.578Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:19:02.589Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:19:02.589Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:19:03.478Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a64360dc-3302-4b5f-b85b-d13ebea095d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:19:03.488Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a64360dc-3302-4b5f-b85b-d13ebea095d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:19:03.491Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:19:03.491Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T12:19:03.491Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T12:19:33.491Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a64360dc-3302-4b5f-b85b-d13ebea095d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:19:33.503Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a64360dc-3302-4b5f-b85b-d13ebea095d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:19:33.505Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:19:33.505Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T12:19:33.506Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T12:19:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:19:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:19:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:19:35.174Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:19:35.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481056269,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:19:35.182Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a64360dc-3302-4b5f-b85b-d13ebea095d2
2022-05-25T12:19:35.183Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a64360dc-3302-4b5f-b85b-d13ebea095d2 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-25T12:19:35.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481054801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:19:35.192Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:19:35.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "cds",
  "timestamp": 1653481057902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:19:35.192Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:19:35.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481057272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T12:19:35.192Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:19:35.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481054801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:19:35.192Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:19:35.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "cds",
  "timestamp": 1653481058908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:19:35.197Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a64360dc-3302-4b5f-b85b-d13ebea095d2
2022-05-25T12:19:35.197Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a64360dc-3302-4b5f-b85b-d13ebea095d2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:19:35.206Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.206Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "clamp",
  "timestamp": 1653481057627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:19:35.206Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:19:35.206Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.206Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481054801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:19:35.206Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:19:35.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.207Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "clamp",
  "timestamp": 1653481057627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T12:19:35.207Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:19:35.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.207Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481054801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:19:35.207Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:19:35.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.207Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "aai-ml",
  "timestamp": 1653481059751,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:19:35.207Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:19:35.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "clamp",
  "timestamp": 1653481057627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:19:35.208Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:19:35.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481054801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:19:35.208Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:19:35.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "aai-ml",
  "timestamp": 1653481060755,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:19:35.213Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a64360dc-3302-4b5f-b85b-d13ebea095d2
2022-05-25T12:19:35.213Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a64360dc-3302-4b5f-b85b-d13ebea095d2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:19:35.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "clamp",
  "timestamp": 1653481057627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:19:35.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:19:35.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481054801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:19:35.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:19:35.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "clamp",
  "timestamp": 1653481057627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:19:35.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:19:35.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481062549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:19:35.221Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:19:35.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "clamp",
  "timestamp": 1653481057627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:19:35.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:19:35.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "clamp",
  "timestamp": 1653481057627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:19:35.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:19:35.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481065261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:19:35.222Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:19:35.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481066265,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:19:35.226Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a64360dc-3302-4b5f-b85b-d13ebea095d2
2022-05-25T12:19:35.226Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a64360dc-3302-4b5f-b85b-d13ebea095d2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:19:35.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "clamp",
  "timestamp": 1653481074884,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:19:35.234Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:19:35.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "clamp",
  "timestamp": 1653481076478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:19:35.234Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:19:35.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "clamp",
  "timestamp": 1653481077480,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:19:35.239Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a64360dc-3302-4b5f-b85b-d13ebea095d2
2022-05-25T12:19:35.239Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a64360dc-3302-4b5f-b85b-d13ebea095d2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:20:03.506Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a64360dc-3302-4b5f-b85b-d13ebea095d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:20:03.517Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a64360dc-3302-4b5f-b85b-d13ebea095d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:20:03.521Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:20:03.521Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T12:20:03.521Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T12:20:03.521Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T12:20:03.521Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:20:03.521Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:20:03.522Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:20:03.522Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:20:03.522Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:20:03.522Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:20:03.522Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:20:03.528Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T12:20:33.528Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a64360dc-3302-4b5f-b85b-d13ebea095d2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-25T12:20:33.534Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a64360dc-3302-4b5f-b85b-d13ebea095d2 and serviceModelVersionId: a06b08ae-a642-498d-b8f5-7aecc6882c9a
2022-05-25T12:20:33.534Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4bea3ac9-e480-40da-9d9e-57cb9fe0ad65
2022-05-25T12:20:33.535Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4bea3ac9-e480-40da-9d9e-57cb9fe0ad65/model-vers/model-ver/a06b08ae-a642-498d-b8f5-7aecc6882c9a?depth=0
2022-05-25T12:20:33.539Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T12:20:33.604Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bea3ac9-e480-40da-9d9e-57cb9fe0ad65/model-vers/model-ver/a06b08ae-a642-498d-b8f5-7aecc6882c9a?depth=0|INFO|500||Invoke
2022-05-25T12:20:33.604Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bea3ac9-e480-40da-9d9e-57cb9fe0ad65/model-vers/model-ver/a06b08ae-a642-498d-b8f5-7aecc6882c9a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bea3ac9-e480-40da-9d9e-57cb9fe0ad65/model-vers/model-ver/a06b08ae-a642-498d-b8f5-7aecc6882c9a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a64360dc-3302-4b5f-b85b-d13ebea095d2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8b1c6cc9-d046-4e64-b780-c96ea84fdef6], X-ECOMP-RequestID=[a64360dc-3302-4b5f-b85b-d13ebea095d2], X-TransactionId=[], X-ONAP-RequestID=[a64360dc-3302-4b5f-b85b-d13ebea095d2], Content-Type=[application/merge-patch+json]}
2022-05-25T12:20:33.627Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bea3ac9-e480-40da-9d9e-57cb9fe0ad65/model-vers/model-ver/a06b08ae-a642-498d-b8f5-7aecc6882c9a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T12:20:34.270Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bea3ac9-e480-40da-9d9e-57cb9fe0ad65/model-vers/model-ver/a06b08ae-a642-498d-b8f5-7aecc6882c9a?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/4bea3ac9-e480-40da-9d9e-57cb9fe0ad65/model-vers/model-ver/a06b08ae-a642-498d-b8f5-7aecc6882c9a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220525-12:20:34:445-45381], vertex-id=[184352], Content-Length=[0], Date=[Wed, 25 May 2022 12:20:34 GMT], Content-Type=[application/json]}
2022-05-25T12:20:34.270Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bea3ac9-e480-40da-9d9e-57cb9fe0ad65/model-vers/model-ver/a06b08ae-a642-498d-b8f5-7aecc6882c9a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-25T12:20:34.271Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bea3ac9-e480-40da-9d9e-57cb9fe0ad65/model-vers/model-ver/a06b08ae-a642-498d-b8f5-7aecc6882c9a?depth=0|INFO|500||InvokeReturn
2022-05-25T12:20:34.271Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T12:20:34.271Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:20:34.278Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-25T12:20:34.278Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a64360dc-3302-4b5f-b85b-d13ebea095d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T12:20:34.279Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T12:20:34.279Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:20:34.280Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:20:34.280Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481234278,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T12:20:34.381Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:20:34.382Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:20:34.382Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:20:34.395Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:20:34.396Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:20:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:20:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:20:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:20:35.169Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:20:35.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481120393,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T12:20:35.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:20:35.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481121408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:20:35.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:20:35.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481121408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T12:20:35.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:20:35.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481121408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-25T12:20:35.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:20:35.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481121408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:20:35.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:20:35.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481121408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-25T12:20:35.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:20:35.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481121408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:20:35.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:20:35.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481121408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:20:35.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:20:35.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481132918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:20:35.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:20:35.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481136088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:20:35.174Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:20:35.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481137160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:20:35.174Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:20:35.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481138220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:20:35.174Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:20:35.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481139464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T12:20:35.174Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:20:35.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481140467,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T12:20:35.175Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:20:35.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481141471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-25T12:20:35.175Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:20:35.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481142475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:20:35.175Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T12:20:35.292Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:20:35.292Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:20:35.292Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:20:35.936Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:20:35.937Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.937Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"976370ca-c264-45ed-8300-94e56b81c4be","serviceName":"vFW 2022-05-25 12-18-52","serviceVersion":"1.0","serviceUUID":"a77873b1-c250-4f72-bfba-15b8bab6cfdf","serviceDescription":"catalog service description","serviceInvariantUUID":"e9372c78-e840-4466-a940-47610160b16c","resources":[{"resourceInstanceName":"vFW 6e68141c-8279 0","resourceName":"vFW 6e68141c-8279","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dd1052c8-7387-4dde-ae6e-7033bbb0eb84","resourceInvariantUUID":"a0ca00c0-c7b3-4e6a-a9a8-f05c4389e984","resourceCustomizationUUID":"fce4e166-a21c-477c-b9cc-118ff18c29b8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vf-license-model.xml","artifactChecksum":"NzhiM2JmMjhjMDkyZWRhYzEyZjkwNDRlY2JjNzJjNDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0b66983-656b-4672-91be-281454da1635","artifactVersion":"1"},{"artifactName":"vfw6e68141c82790_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json","artifactChecksum":"YTQ0MmU2ZmYxYTZjZGZmMGVlYmQ2ODdhYzljOGExYjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ad8c750f-9bab-42d3-b36d-2cf63c3f053b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1bf66cf5-1cbf-489b-bd13-82222385e4a8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vendor-license-model.xml","artifactChecksum":"ZGVkZDA0NmIwOGVhZjYzZjE4NDk1YTAwMTliYjBiYTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"54ab01da-b59f-4ae4-967b-90e8fa1b3024","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e116653c-abe8-4728-8bd4-445e3a768ce9","artifactVersion":"2","generatedFromUUID":"1bf66cf5-1cbf-489b-bd13-82222385e4a8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220525121852-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-template.yml","artifactChecksum":"NjJjNDk3ZWZkZWY4Nzk0ZTMyOGYxYjE5MjliYjY5MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"70b8c113-1e58-437f-a3bd-8cc0cc3a54d6","artifactVersion":"1"},{"artifactName":"service-Vfw20220525121852-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar","artifactChecksum":"NDAyYjE0MjVjMDdkNjYwOTU4NTc2NGY0Y2VkN2ZkNDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63c4c77b-cd24-45eb-96a4-8a95df444096","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T12:20:35.940Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:20:35.940Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:20:35.942Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:20:35.942Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481235292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:20:36.042Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:20:36.043Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:20:36.043Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:20:36.056Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:20:36.056Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:20:36.943Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:20:36.943Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:20:36.945Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:20:36.945Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481235292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T12:20:37.045Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:20:37.046Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:20:37.046Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:20:37.057Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:20:37.057Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:20:37.945Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:20:37.946Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:20:37.948Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:20:37.948Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481235292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-25T12:20:38.048Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:20:38.049Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:20:38.049Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:20:38.061Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:20:38.061Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:20:38.949Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:20:38.950Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:20:38.951Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:20:38.952Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481235292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:20:39.052Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:20:39.052Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:20:39.052Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:20:39.066Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:20:39.066Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:20:39.952Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:20:39.953Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:20:39.955Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:20:39.955Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481235292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-25T12:20:40.055Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:20:40.055Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:20:40.056Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:20:40.068Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:20:40.069Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:20:40.956Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:20:40.957Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:20:40.958Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:20:40.959Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481235292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:20:41.059Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:20:41.059Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:20:41.059Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:20:41.070Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:20:41.070Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:20:41.959Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:20:41.960Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:20:41.962Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:20:41.962Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481235292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:20:42.062Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:20:42.062Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:20:42.063Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:20:42.074Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:20:42.074Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:20:42.964Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "serviceName": "vFW 2022-05-25 12-18-52",
  "serviceVersion": "1.0",
  "serviceUUID": "a77873b1-c250-4f72-bfba-15b8bab6cfdf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e9372c78-e840-4466-a940-47610160b16c",
  "resources": [
    {
      "resourceInstanceName": "vFW 6e68141c-8279 0",
      "resourceCustomizationUUID": "fce4e166-a21c-477c-b9cc-118ff18c29b8",
      "resourceName": "vFW 6e68141c-8279",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dd1052c8-7387-4dde-ae6e-7033bbb0eb84",
      "resourceInvariantUUID": "a0ca00c0-c7b3-4e6a-a9a8-f05c4389e984",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6e68141c82790_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json",
          "artifactChecksum": "YTQ0MmU2ZmYxYTZjZGZmMGVlYmQ2ODdhYzljOGExYjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ad8c750f-9bab-42d3-b36d-2cf63c3f053b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1bf66cf5-1cbf-489b-bd13-82222385e4a8",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e116653c-abe8-4728-8bd4-445e3a768ce9",
            "generatedFromUUID": "1bf66cf5-1cbf-489b-bd13-82222385e4a8"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e116653c-abe8-4728-8bd4-445e3a768ce9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220525121852-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar",
      "artifactChecksum": "NDAyYjE0MjVjMDdkNjYwOTU4NTc2NGY0Y2VkN2ZkNDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63c4c77b-cd24-45eb-96a4-8a95df444096"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T12:20:42.964Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T12:20:42.964Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a77873b1-c250-4f72-bfba-15b8bab6cfdf ASDC
2022-05-25T12:20:42.965Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:976370ca-c264-45ed-8300-94e56b81c4be
ServiceName:vFW 2022-05-25 12-18-52
ServiceVersion:1.0
ServiceUUID:a77873b1-c250-4f72-bfba-15b8bab6cfdf
ServiceInvariantUUID:e9372c78-e840-4466-a940-47610160b16c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220525121852-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar
ArtifactUUID:63c4c77b-cd24-45eb-96a4-8a95df444096
ArtifactChecksum:NDAyYjE0MjVjMDdkNjYwOTU4NTc2NGY0Y2VkN2ZkNDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e68141c-8279 0
ResourceCustomizationUUID:fce4e166-a21c-477c-b9cc-118ff18c29b8
ResourceInvariantUUID:a0ca00c0-c7b3-4e6a-a9a8-f05c4389e984
ResourceName:vFW 6e68141c-8279
ResourceType:VF
ResourceUUID:dd1052c8-7387-4dde-ae6e-7033bbb0eb84
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e68141c82790_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json
ArtifactUUID:ad8c750f-9bab-42d3-b36d-2cf63c3f053b
ArtifactChecksum:YTQ0MmU2ZmYxYTZjZGZmMGVlYmQ2ODdhYzljOGExYjY=
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/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml
ArtifactUUID:1bf66cf5-1cbf-489b-bd13-82222385e4a8
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/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env
ArtifactUUID:e116653c-abe8-4728-8bd4-445e3a768ce9
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/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env
ArtifactUUID:e116653c-abe8-4728-8bd4-445e3a768ce9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-25T12:20:42.965Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a77873b1-c250-4f72-bfba-15b8bab6cfdf ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:20:42.992Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T12:20:42.993Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-25T12:20:42.993Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-25T12:20:42.993Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 63c4c77b-cd24-45eb-96a4-8a95df444096 from URL: /sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:42.993Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:20:42.993Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:43.812Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:20:43.816Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar 63c4c77b-cd24-45eb-96a4-8a95df444096 99034
2022-05-25T12:20:43.817Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar ASDC sendASDCNotification
2022-05-25T12:20:43.817Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:43.817Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:20:43.818Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:20:43.819Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:20:43.820Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481243817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:20:43.920Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:20:43.921Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:20:43.921Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:20:43.932Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:20:43.933Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:20:44.820Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T12:20:44.821Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-25T12:20:44.821Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 63c4c77b-cd24-45eb-96a4-8a95df444096, URL: /sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar to file: /app/ASDC/1/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:44.822Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220525121852-csar.csar
2022-05-25T12:20:44.822Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:44.822Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:44.964Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2171763009410678810/Definitions/service-Vfw20220525121852-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_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_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" 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_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_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_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_vlan_requirements" 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_onap_private_port_0_order" 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_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_protected_private_port_0_network_role" 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_order" 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_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 "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_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
2022-05-25T12:20:46.739Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T12:20:46.739Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-25T12:20:46.740Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:46.740Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-25T12:20:46.740Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:46.740Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:46.740Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:46.740Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:46.741Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:46.741Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:46.741Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:46.741Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:46.741Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e68141c-8279 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:46.741Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:46.741Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:46.742Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:46.742Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:46.742Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-25T12:20:46.742Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:46.742Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-18-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:20:46.742Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vFW 6e68141c-8279 0 is matching search criteria
2022-05-25T12:20:46.743Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-25T12:20:46.743Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6e68141c-8279 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T12:20:46.743Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:46.743Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-18-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:20:46.743Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vFW 6e68141c-8279 0 is matching search criteria
2022-05-25T12:20:46.744Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-25T12:20:46.744Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6e68141c-8279 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T12:20:46.744Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:46.744Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-18-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:20:46.744Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:46.745Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vFW 6e68141c-8279 0 is not matching search criteria
2022-05-25T12:20:46.745Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T12:20:46.745Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-25T12:20:46.745Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:20:46.745Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-25T12:20:46.746Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-25T12:20:46.746Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:20:46.746Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T12:20:46.746Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-25T12:20:46.746Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-25T12:20:46.746Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:20:46.747Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-25T12:20:46.747Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-25T12:20:46.747Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-25T12:20:46.747Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-25T12:20:46.747Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:20:46.748Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-25T12:20:46.748Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:46.748Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-18-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T12:20:46.748Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:46.748Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vFW 6e68141c-8279 0 is matching search criteria
2022-05-25T12:20:46.748Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6e68141c-8279 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:20:46.749Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:46.749Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vFW 6e68141c-8279 0 is matching search criteria
2022-05-25T12:20:46.749Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6e68141c-8279 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:20:46.749Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:46.749Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vFW 6e68141c-8279 0 is matching search criteria
2022-05-25T12:20:46.750Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6e68141c-8279 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:20:46.750Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:46.750Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vFW 6e68141c-8279 0 is not matching search criteria
2022-05-25T12:20:46.750Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T12:20:46.750Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-25T12:20:46.751Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T12:20:46.751Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-25T12:20:46.751Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-25T12:20:46.751Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:20:46.751Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-25T12:20:46.751Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-25T12:20:46.752Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-25T12:20:46.752Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-25T12:20:46.752Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:20:46.752Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ad6cbd0c-d4f1-40cf-af47-93b0e2f8313e
2022-05-25T12:20:46.752Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:46.753Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vFW 6e68141c-8279 0 is not matching search criteria
2022-05-25T12:20:46.753Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T12:20:46.753Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-25T12:20:46.753Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:20:46.753Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-25T12:20:46.753Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-25T12:20:46.754Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:20:46.754Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T12:20:46.754Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-25T12:20:46.754Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-25T12:20:46.754Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-25T12:20:46.755Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-25T12:20:46.755Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:20:46.755Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=579b123c-b2ce-4a1f-911c-69bbfd702ac3
2022-05-25T12:20:46.755Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:46.755Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vFW 6e68141c-8279 0 is not matching search criteria
2022-05-25T12:20:46.755Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T12:20:46.756Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-25T12:20:46.756Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:20:46.756Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-25T12:20:46.756Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-25T12:20:46.756Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:20:46.757Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T12:20:46.757Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-25T12:20:46.757Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-25T12:20:46.757Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:20:46.757Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-25T12:20:46.757Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-25T12:20:46.758Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ffbd9d91-5066-4010-9a48-cba5ffc6950c
2022-05-25T12:20:46.758Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:46.758Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-18-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:20:46.758Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:46.758Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-18-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:20:46.759Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:46.759Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-18-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:20:46.759Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:46.759Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-18-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:20:46.759Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-05-25 12-18-52
Description:catalog service description
Model UUID:a77873b1-c250-4f72-bfba-15b8bab6cfdf
Model Version:NULL
Model InvariantUuid:e9372c78-e840-4466-a940-47610160b16c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6e68141c-8279
Model UUID:3486967d-1cab-419a-9b79-5ddf9915c338
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a0ca00c0-c7b3-4e6a-a9a8-f05c4389e984
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fce4e166-a21c-477c-b9cc-118ff18c29b8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f2f3e1d5-661c-4145-8199-96f45080ae76
ModelName:Vfw6e68141c8279..base_vfw..module-0
ModelUuid:493bd0ef-33ff-4fe4-bb54-55a31446d7a5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ad6cbd0c-d4f1-40cf-af47-93b0e2f8313e
ModelInvariantUuid:84a81df5-0ae4-4aec-b74d-6fe54788433f
ModelName:vFW 6e68141c-8279-nodes.vfwCvfc
ModelUuid:cf964103-c262-45d5-af7c-9629d9410c97
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4c833ca5-9ef4-4a91-9735-3fc1de5cac69
ModelInvariantUuid:8004246b-e7de-4a5f-ae17-0c22ace85748
ModelName:Vfw6e68141c8279.compute.nodes.heat.vfw
ModelUuid:4cea5b89-201d-487f-a95f-a6cb8b6fd7f7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:579b123c-b2ce-4a1f-911c-69bbfd702ac3
ModelInvariantUuid:10108874-476d-4578-8562-99b555dc3978
ModelName:vFW 6e68141c-8279-nodes.vsnCvfc
ModelUuid:bad76820-0dce-44a5-b57e-a80d117e189f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:d57a8fba-3917-42ae-81a7-13cf3bea3402
ModelInvariantUuid:588b1ef8-daba-4d23-a97c-8bb4f90a2288
ModelName:Vfw6e68141c8279.compute.nodes.heat.vsn
ModelUuid:51dfaef3-e2f0-4b68-b8fd-be96d2912340
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ffbd9d91-5066-4010-9a48-cba5ffc6950c
ModelInvariantUuid:fbcd79c8-7ec9-4d6d-bb6f-4ab7124de282
ModelName:vFW 6e68141c-8279-nodes.vpgCvfc
ModelUuid:d2b0f869-4431-49f2-9236-6d5d19742639
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:d4e013d6-5674-48df-b41f-657a8e838813
ModelInvariantUuid:1cbf0d29-bc37-4684-8336-16c953c9b339
ModelName:Vfw6e68141c8279.compute.nodes.heat.vpg
ModelUuid:5b8b5d86-32f0-4542-84cc-edbf579ee304
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T12:20:46.766Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: dd1052c8-7387-4dde-ae6e-7033bbb0eb84
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:20:46.768Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||vFW 6e68141c-8279 0
2022-05-25T12:20:46.768Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dd1052c8-7387-4dde-ae6e-7033bbb0eb84
2022-05-25T12:20:46.769Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ad8c750f-9bab-42d3-b36d-2cf63c3f053b from URL: /sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json
2022-05-25T12:20:46.769Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:20:46.769Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json
2022-05-25T12:20:47.079Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:20:47.079Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json ad8c750f-9bab-42d3-b36d-2cf63c3f053b 785
2022-05-25T12:20:47.079Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json ASDC sendASDCNotification
2022-05-25T12:20:47.080Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json
2022-05-25T12:20:47.080Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:20:47.080Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:20:47.082Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:20:47.082Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481247079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:20:47.182Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:20:47.182Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:20:47.182Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:20:47.193Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:20:47.194Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:20:48.082Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6e68141c8279..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f2f3e1d5-661c-4145-8199-96f45080ae76",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "493bd0ef-33ff-4fe4-bb54-55a31446d7a5",
    "vfModuleModelCustomizationUUID": "8a939c81-1d03-4cae-a6fb-8e29df4a65b1",
    "isBase": true,
    "artifacts": [
      "1bf66cf5-1cbf-489b-bd13-82222385e4a8",
      "e116653c-abe8-4728-8bd4-445e3a768ce9"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-25T12:20:48.086Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6e68141c8279..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:493bd0ef-33ff-4fe4-bb54-55a31446d7a5
VfModuleModelInvariantUUID:f2f3e1d5-661c-4145-8199-96f45080ae76
VfModuleModelDescription:NULL
Artifacts UUID List:{
1bf66cf5-1cbf-489b-bd13-82222385e4a8
,
e116653c-abe8-4728-8bd4-445e3a768ce9

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

isBase:true


}

2022-05-25T12:20:48.087Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6e68141c8279..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f2f3e1d5-661c-4145-8199-96f45080ae76",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "493bd0ef-33ff-4fe4-bb54-55a31446d7a5",
    "vfModuleModelCustomizationUUID": "8a939c81-1d03-4cae-a6fb-8e29df4a65b1",
    "isBase": true,
    "artifacts": [
      "1bf66cf5-1cbf-489b-bd13-82222385e4a8",
      "e116653c-abe8-4728-8bd4-445e3a768ce9"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-25T12:20:48.087Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6e68141c8279..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:493bd0ef-33ff-4fe4-bb54-55a31446d7a5
VfModuleModelInvariantUUID:f2f3e1d5-661c-4145-8199-96f45080ae76
VfModuleModelDescription:NULL
Artifacts UUID List:{
1bf66cf5-1cbf-489b-bd13-82222385e4a8
,
e116653c-abe8-4728-8bd4-445e3a768ce9

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

isBase:true


}

2022-05-25T12:20:48.088Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1bf66cf5-1cbf-489b-bd13-82222385e4a8 from URL: /sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml
2022-05-25T12:20:48.088Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:20:48.088Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml
2022-05-25T12:20:48.394Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:20:48.395Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml 1bf66cf5-1cbf-489b-bd13-82222385e4a8 20368
2022-05-25T12:20:48.396Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-25T12:20:48.396Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml
2022-05-25T12:20:48.396Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:20:48.396Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:20:48.398Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:20:48.398Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481248396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:20:48.498Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:20:48.499Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:20:48.499Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:20:48.522Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:20:48.522Z||pool-44-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:20:49.399Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e116653c-abe8-4728-8bd4-445e3a768ce9 from URL: /sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env
2022-05-25T12:20:49.399Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:20:49.399Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env
2022-05-25T12:20:49.586Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:20:49.586Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env e116653c-abe8-4728-8bd4-445e3a768ce9 2098
2022-05-25T12:20:49.586Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-25T12:20:49.587Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env
2022-05-25T12:20:49.587Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:20:49.587Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:20:49.589Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:20:49.589Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481249586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:20:49.689Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:20:49.690Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:20:49.690Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:20:49.702Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:20:49.702Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:20:50.589Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a77873b1-c250-4f72-bfba-15b8bab6cfdf
2022-05-25T12:20:50.590Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6e68141c-8279 0 dd1052c8-7387-4dde-ae6e-7033bbb0eb84 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:20:50.607Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b761013, org.onap.sdc.toscaparser.api.parameters.Input@6ad99ea5, org.onap.sdc.toscaparser.api.parameters.Input@5080b7d9, org.onap.sdc.toscaparser.api.parameters.Input@2001823c, org.onap.sdc.toscaparser.api.parameters.Input@3b6cf8a7]
2022-05-25T12:20:50.609Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:50.609Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-18-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:20:50.609Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-05-25T12:20:50.609Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= fce4e166-a21c-477c-b9cc-118ff18c29b8
2022-05-25T12:20:50.610Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fce4e166-a21c-477c-b9cc-118ff18c29b8 matches Tosca VF Customization UUID: fce4e166-a21c-477c-b9cc-118ff18c29b8
2022-05-25T12:20:50.610Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: fce4e166-a21c-477c-b9cc-118ff18c29b8  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-25T12:20:50.612Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:50.612Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-18-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:20:50.613Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id fce4e166-a21c-477c-b9cc-118ff18c29b8: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-05-25T12:20:50.613Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64315c9c
2022-05-25T12:20:50.613Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:50.614Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-18-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T12:20:50.614Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8a939c81-1d03-4cae-a6fb-8e29df4a65b1
2022-05-25T12:20:50.614Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8a939c81-1d03-4cae-a6fb-8e29df4a65b1
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-25T12:20:50.616Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:50.617Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vFW 6e68141c-8279 0 is matching search criteria
2022-05-25T12:20:50.617Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6e68141c-8279 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:20:50.617Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:50.618Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vFW 6e68141c-8279 0 is matching search criteria
2022-05-25T12:20:50.618Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6e68141c-8279 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:20:50.619Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:50.619Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vFW 6e68141c-8279 0 is not matching search criteria
2022-05-25T12:20:50.619Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T12:20:50.619Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-25T12:20:50.620Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T12:20:50.620Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-25T12:20:50.620Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-25T12:20:50.621Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:20:50.621Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-25T12:20:50.621Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-25T12:20:50.622Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-25T12:20:50.622Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-25T12:20:50.622Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:20:50.623Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ad6cbd0c-d4f1-40cf-af47-93b0e2f8313e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-25T12:20:50.625Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:50.626Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vFW 6e68141c-8279 0 is matching search criteria
2022-05-25T12:20:50.626Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6e68141c-8279 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:20:50.627Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:50.627Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vFW 6e68141c-8279 0 is not matching search criteria
2022-05-25T12:20:50.627Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T12:20:50.628Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-25T12:20:50.628Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:20:50.628Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-25T12:20:50.629Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-25T12:20:50.629Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:20:50.630Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T12:20:50.630Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-25T12:20:50.630Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-25T12:20:50.631Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-25T12:20:50.631Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-25T12:20:50.631Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:20:50.632Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=579b123c-b2ce-4a1f-911c-69bbfd702ac3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-25T12:20:50.634Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:50.634Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vFW 6e68141c-8279 0 is matching search criteria
2022-05-25T12:20:50.635Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6e68141c-8279 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:20:50.635Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:50.635Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vFW 6e68141c-8279 0 is not matching search criteria
2022-05-25T12:20:50.636Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T12:20:50.636Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-25T12:20:50.636Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:20:50.637Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-25T12:20:50.637Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-25T12:20:50.637Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:20:50.638Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T12:20:50.638Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-25T12:20:50.639Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-25T12:20:50.639Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:20:50.639Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-25T12:20:50.640Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-25T12:20:50.640Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ffbd9d91-5066-4010-9a48-cba5ffc6950c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-25T12:20:50.642Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:50.642Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vFW 6e68141c-8279 0 is matching search criteria
2022-05-25T12:20:50.643Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6e68141c-8279 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:20:50.643Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:50.644Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vFW 6e68141c-8279 0 is matching search criteria
2022-05-25T12:20:50.644Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6e68141c-8279 0] matching following query criteria: sdcType=VF, customizationUUID=fce4e166-a21c-477c-b9cc-118ff18c29b8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:20:50.646Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:50.646Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-18-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:20:50.647Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a77873b1-c250-4f72-bfba-15b8bab6cfdf: vFW 6e68141c-8279
2022-05-25T12:20:50.647Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:50.647Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-18-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:20:50.648Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:50.648Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-18-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:20:50.648Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:50.649Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-18-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:20:50.649Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:50.649Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-18-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:20:50.650Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:20:50.650Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-18-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:20:50.650Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-05-25 12-18-52 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:20:50.817Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6e68141c-8279 dd1052c8-7387-4dde-ae6e-7033bbb0eb84 1 ASDC deployResourceStructure
2022-05-25T12:20:50.818Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json ASDC sendASDCNotification
2022-05-25T12:20:50.818Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json
2022-05-25T12:20:50.818Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:20:50.819Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:20:50.820Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:20:50.821Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481250818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T12:20:50.921Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:20:50.921Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:20:50.923Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:20:50.949Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:20:50.949Z||pool-46-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:20:51.821Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-25T12:20:51.822Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml
2022-05-25T12:20:51.822Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:20:51.823Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:20:51.824Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:20:51.825Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481251821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T12:20:51.924Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:20:51.925Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:20:51.925Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:20:51.933Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:20:51.934Z||pool-47-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:20:52.826Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-25T12:20:52.826Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env
2022-05-25T12:20:52.826Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:20:52.826Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:20:52.828Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:20:52.828Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481252825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-25T12:20:52.928Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:20:52.929Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:20:52.929Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:20:52.941Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:20:52.941Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:20:53.829Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar ASDC sendASDCNotification
2022-05-25T12:20:53.829Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:53.830Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:20:53.830Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:20:53.832Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:20:53.832Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481253829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:20:53.932Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:20:53.932Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:20:53.932Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:20:53.944Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:20:53.945Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:20:54.832Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 976370ca-c264-45ed-8300-94e56b81c4be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:20:54.844Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 976370ca-c264-45ed-8300-94e56b81c4be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:20:54.846Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:20:54.846Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T12:20:54.846Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T12:21:24.846Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 976370ca-c264-45ed-8300-94e56b81c4be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:21:24.857Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 976370ca-c264-45ed-8300-94e56b81c4be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:21:24.859Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:21:24.859Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T12:21:24.859Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T12:21:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:21:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:21:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:21:35.171Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:21:35.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "aai-ml",
  "timestamp": 1653481221433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:21:35.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:21:35.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481224907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:21:35.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:21:35.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "policy-id",
  "timestamp": 1653481216387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:21:35.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:21:35.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "aai-ml",
  "timestamp": 1653481221433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:21:35.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:21:35.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481224907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T12:21:35.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:21:35.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "policy-id",
  "timestamp": 1653481216387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:21:35.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:21:35.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "aai-ml",
  "timestamp": 1653481221433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:21:35.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:21:35.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481224907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-25T12:21:35.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:21:35.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "policy-id",
  "timestamp": 1653481216387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-25T12:21:35.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:21:35.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "aai-ml",
  "timestamp": 1653481221433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:21:35.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:21:35.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481224907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:21:35.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:21:35.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "policy-id",
  "timestamp": 1653481216387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:21:35.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:21:35.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "aai-ml",
  "timestamp": 1653481221433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:21:35.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:21:35.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481224907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-25T12:21:35.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:21:35.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "policy-id",
  "timestamp": 1653481216387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:21:35.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:21:35.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "cds",
  "timestamp": 1653481229988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:21:35.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:21:35.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481224907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:21:35.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:21:35.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "aai-ml",
  "timestamp": 1653481221433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:21:35.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:21:35.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "policy-id",
  "timestamp": 1653481216387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:21:35.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:21:35.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "cds",
  "timestamp": 1653481229988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:21:35.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:21:35.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "aai-ml",
  "timestamp": 1653481221433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:21:35.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:21:35.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481224907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:21:35.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:21:35.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "policy-id",
  "timestamp": 1653481216387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:21:35.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:21:35.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "cds",
  "timestamp": 1653481229988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:21:35.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:21:35.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "cds",
  "timestamp": 1653481229988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:21:35.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:21:35.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "aai-ml",
  "timestamp": 1653481232772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:21:35.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:21:35.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481232852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:21:35.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:21:35.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "policy-id",
  "timestamp": 1653481232182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:21:35.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:21:35.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "cds",
  "timestamp": 1653481229988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:21:35.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:21:35.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "policy-id",
  "timestamp": 1653481233186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:21:35.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:21:35.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481234158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:21:35.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:21:35.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "cds",
  "timestamp": 1653481229988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:21:35.181Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:21:35.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "policy-id",
  "timestamp": 1653481234189,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:21:35.188Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 976370ca-c264-45ed-8300-94e56b81c4be
2022-05-25T12:21:35.188Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 976370ca-c264-45ed-8300-94e56b81c4be and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:21:35.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481234278,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T12:21:35.199Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:21:35.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481234801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:21:35.200Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:21:35.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481235455,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:21:35.200Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:21:35.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:21:35.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "cds",
  "timestamp": 1653481229988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:21:35.200Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:21:54.859Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 976370ca-c264-45ed-8300-94e56b81c4be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:21:54.870Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 976370ca-c264-45ed-8300-94e56b81c4be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:21:54.874Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:21:54.874Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T12:21:54.874Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T12:22:24.874Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 976370ca-c264-45ed-8300-94e56b81c4be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:22:24.885Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 976370ca-c264-45ed-8300-94e56b81c4be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:22:24.887Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:22:24.887Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T12:22:24.887Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T12:22:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:22:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:22:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:22:35.170Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:22:35.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:22:35.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481236022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:22:35.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:22:54.888Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 976370ca-c264-45ed-8300-94e56b81c4be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:22:54.899Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 976370ca-c264-45ed-8300-94e56b81c4be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:22:54.902Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:22:54.902Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T12:22:54.902Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T12:23:24.903Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 976370ca-c264-45ed-8300-94e56b81c4be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:23:24.912Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 976370ca-c264-45ed-8300-94e56b81c4be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:23:24.914Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:23:24.915Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T12:23:24.915Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T12:23:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:23:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:23:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:23:35.673Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:23:35.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481234801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:23:35.676Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:23:35.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481236492,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:23:35.685Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 976370ca-c264-45ed-8300-94e56b81c4be
2022-05-25T12:23:35.685Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 976370ca-c264-45ed-8300-94e56b81c4be 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-25T12:23:35.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481235292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:23:35.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:23:35.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481236022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:23:35.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:23:35.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "cds",
  "timestamp": 1653481237887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:23:35.696Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:23:35.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481234801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:23:35.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:23:35.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481237496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T12:23:35.697Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:23:35.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481235292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T12:23:35.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:23:35.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481236022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:23:35.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:23:35.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "cds",
  "timestamp": 1653481238894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:23:35.703Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 976370ca-c264-45ed-8300-94e56b81c4be
2022-05-25T12:23:35.704Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 976370ca-c264-45ed-8300-94e56b81c4be and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:23:35.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "clamp",
  "timestamp": 1653481237628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:23:35.713Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:23:35.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481234801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:23:35.713Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:23:35.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481235292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-25T12:23:35.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:23:35.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481236022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:23:35.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:23:35.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "clamp",
  "timestamp": 1653481237628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T12:23:35.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:23:35.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481234801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:23:35.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:23:35.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481235292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:23:35.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:23:35.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481236022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:23:35.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:23:35.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "clamp",
  "timestamp": 1653481237628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:23:35.717Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:23:35.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481234801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:23:35.717Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:23:35.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.718Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481235292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-25T12:23:35.718Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:23:35.718Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.718Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481236022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:23:35.718Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:23:35.718Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.719Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "clamp",
  "timestamp": 1653481237628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:23:35.719Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:23:35.719Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.719Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "aai-ml",
  "timestamp": 1653481241052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:23:35.719Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:23:35.719Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.720Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481234801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:23:35.720Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:23:35.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.720Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481235292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:23:35.720Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:23:35.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481236022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:23:35.721Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:23:35.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "clamp",
  "timestamp": 1653481237628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:23:35.721Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:23:35.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "aai-ml",
  "timestamp": 1653481242056,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:23:35.726Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 976370ca-c264-45ed-8300-94e56b81c4be
2022-05-25T12:23:35.727Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 976370ca-c264-45ed-8300-94e56b81c4be and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:23:35.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481242551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:23:35.735Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:23:35.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481235292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:23:35.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:23:35.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "clamp",
  "timestamp": 1653481237628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:23:35.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:23:35.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "clamp",
  "timestamp": 1653481237628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:23:35.737Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:23:35.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481243817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:23:35.737Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:23:35.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481245186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:23:35.738Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:23:35.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481246190,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:23:35.742Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 976370ca-c264-45ed-8300-94e56b81c4be
2022-05-25T12:23:35.743Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 976370ca-c264-45ed-8300-94e56b81c4be and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:23:35.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481247079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:23:35.751Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:23:35.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481248396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:23:35.751Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:23:35.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481249586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:23:35.752Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:23:35.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481250818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T12:23:35.753Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:23:35.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481251821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T12:23:35.753Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:23:35.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481252825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-25T12:23:35.754Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:23:35.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481253829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:23:35.754Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:23:35.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "clamp",
  "timestamp": 1653481256495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:23:35.755Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:23:35.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "clamp",
  "timestamp": 1653481258506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:23:35.755Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:23:35.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:23:35.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "clamp",
  "timestamp": 1653481259510,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:23:35.760Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 976370ca-c264-45ed-8300-94e56b81c4be
2022-05-25T12:23:35.760Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 976370ca-c264-45ed-8300-94e56b81c4be and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:23:54.915Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 976370ca-c264-45ed-8300-94e56b81c4be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:23:54.926Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 976370ca-c264-45ed-8300-94e56b81c4be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:23:54.929Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:23:54.930Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T12:23:54.930Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T12:23:54.930Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T12:23:54.930Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:23:54.931Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:23:54.931Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:23:54.931Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:23:54.931Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:23:54.932Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:23:54.932Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:23:54.937Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T12:24:24.938Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 976370ca-c264-45ed-8300-94e56b81c4be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-25T12:24:24.944Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 976370ca-c264-45ed-8300-94e56b81c4be and serviceModelVersionId: a77873b1-c250-4f72-bfba-15b8bab6cfdf
2022-05-25T12:24:24.944Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e9372c78-e840-4466-a940-47610160b16c
2022-05-25T12:24:24.945Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e9372c78-e840-4466-a940-47610160b16c/model-vers/model-ver/a77873b1-c250-4f72-bfba-15b8bab6cfdf?depth=0
2022-05-25T12:24:24.948Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T12:24:24.993Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9372c78-e840-4466-a940-47610160b16c/model-vers/model-ver/a77873b1-c250-4f72-bfba-15b8bab6cfdf?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-25T12:24:24.994Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9372c78-e840-4466-a940-47610160b16c/model-vers/model-ver/a77873b1-c250-4f72-bfba-15b8bab6cfdf?depth=0|INFO|500||Invoke
2022-05-25T12:24:25.012Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9372c78-e840-4466-a940-47610160b16c/model-vers/model-ver/a77873b1-c250-4f72-bfba-15b8bab6cfdf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T12:24:25.088Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9372c78-e840-4466-a940-47610160b16c/model-vers/model-ver/a77873b1-c250-4f72-bfba-15b8bab6cfdf?depth=0|INFO|500||InvokeReturn
2022-05-25T12:24:25.088Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9372c78-e840-4466-a940-47610160b16c/model-vers/model-ver/a77873b1-c250-4f72-bfba-15b8bab6cfdf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220525-12:24:25:833-90833], vertex-id=[200792], Content-Length=[0], Date=[Wed, 25 May 2022 12:24:25 GMT], Content-Type=[application/json]}
2022-05-25T12:24:25.089Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-05-25T12:24:25.089Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T12:24:25.089Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:24:25.094Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-25T12:24:25.095Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 976370ca-c264-45ed-8300-94e56b81c4be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T12:24:25.095Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T12:24:25.095Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:24:25.097Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:24:25.097Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481465095,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T12:24:25.197Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:24:25.197Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:24:25.197Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:24:25.212Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:24:25.212Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T12:24:26.110Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:24:26.111Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:24:26.111Z|976370ca-c264-45ed-8300-94e56b81c4be|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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:24:35.144Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:24:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:24:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:24:35.772Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:24:35.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-25T12:24:35.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481465095,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T12:24:35.773Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:24:36.354Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:24:36.355Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:24:36.355Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:24:36.355Z|976370ca-c264-45ed-8300-94e56b81c4be|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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:24:45.923Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:24:45.924Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:24:45.924Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:24:45.924Z|976370ca-c264-45ed-8300-94e56b81c4be|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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:24:55.463Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:24:55.464Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:24:55.464Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:24:55.464Z|976370ca-c264-45ed-8300-94e56b81c4be|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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:25:05.014Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:25:05.015Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:25:05.015Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:25:05.016Z|976370ca-c264-45ed-8300-94e56b81c4be|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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:25:14.554Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:25:14.555Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:25:14.555Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:25:14.555Z|976370ca-c264-45ed-8300-94e56b81c4be|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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:25:24.090Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:25:24.091Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:25:24.091Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:25:24.091Z|976370ca-c264-45ed-8300-94e56b81c4be|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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:25:33.636Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:25:35.142Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:25:35.143Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:25:35.144Z|976370ca-c264-45ed-8300-94e56b81c4be|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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:25:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:25:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:25:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:25:44.680Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:25:44.682Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:26:35.142Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:26:35.143Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:26:35.143Z|976370ca-c264-45ed-8300-94e56b81c4be|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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:26:35.144Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:26:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:26:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:26:44.693Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:26:44.693Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:27:35.142Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:27:35.143Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:27:35.143Z|976370ca-c264-45ed-8300-94e56b81c4be|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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:27:35.144Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:27:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:27:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:27:44.697Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:27:44.700Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:28:35.142Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:28:35.143Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:28:35.144Z|976370ca-c264-45ed-8300-94e56b81c4be|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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:28:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:28:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:28:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:28:44.685Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:28:44.688Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:29:35.142Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:29:35.143Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:29:35.143Z|976370ca-c264-45ed-8300-94e56b81c4be|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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:29:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:29:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:29:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:29:35.777Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:29:35.778Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T12:29:35.778Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ef735642-dd54-49c7-921f-556990f80cc4","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"64f99959-00dd-4dec-894e-5c2a54a3b9db","serviceDescription":"service","serviceInvariantUUID":"2675ca67-9b4a-467d-ae3d-7781fe585546","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ae470f8f-952e-4d67-8413-754365cadacc","resourceInvariantUUID":"bfd7dca9-7490-46dc-ab11-54a86be06e84","resourceCustomizationUUID":"a1dbf9fd-e556-49c4-821f-ac638949e231","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":"Zjg0ZmRhOGYzZmEzZDFkN2VlZDg3NTc5M2IyYjM5ZGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aa386679-4e9f-45e3-9b3b-26942d258a62","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjcwMGU4YWQ4OGNhMzdhMTRmOTQ2ZTc4OTJlNGQ1OWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"850e0420-049f-4996-9a8e-3be973687f04","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T12:29:35.779Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:29:35.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:29:35.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "cds",
  "timestamp": 1653481754994,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:29:35.780Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:29:35.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:29:35.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:29:35.781Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:29:35.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481756022,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:29:35.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:29:35.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:29:35.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "policy-id",
  "timestamp": 1653481756387,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:29:35.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:29:35.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:29:35.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "aai-ml",
  "timestamp": 1653481761431,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:29:35.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:29:35.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:29:35.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481756022,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:29:35.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:29:35.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:29:35.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "cds",
  "timestamp": 1653481754994,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:29:35.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:29:35.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:29:35.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "policy-id",
  "timestamp": 1653481756387,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:29:35.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:29:35.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:29:35.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "aai-ml",
  "timestamp": 1653481761431,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:29:35.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:29:35.783Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:29:35.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:29:35.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "cds",
  "timestamp": 1653481764920,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:29:35.783Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481775142,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:29:35.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:29:35.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:29:35.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "policy-id",
  "timestamp": 1653481763192,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:29:35.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:29:35.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:29:35.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "aai-ml",
  "timestamp": 1653481764179,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:29:35.784Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:29:35.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:29:35.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "cds",
  "timestamp": 1653481765926,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:29:35.801Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ef735642-dd54-49c7-921f-556990f80cc4
2022-05-25T12:29:35.801Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef735642-dd54-49c7-921f-556990f80cc4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:29:35.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:29:35.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "policy-id",
  "timestamp": 1653481764196,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:29:35.810Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:29:35.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:29:35.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481764909,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:29:35.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:29:35.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:29:35.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "policy-id",
  "timestamp": 1653481765198,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:29:35.815Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ef735642-dd54-49c7-921f-556990f80cc4
2022-05-25T12:29:35.816Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef735642-dd54-49c7-921f-556990f80cc4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:29:35.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:29:35.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481764909,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:29:35.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:29:35.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:29:35.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "aai-ml",
  "timestamp": 1653481767550,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:29:35.824Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:29:35.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:29:35.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "aai-ml",
  "timestamp": 1653481768554,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:29:35.829Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ef735642-dd54-49c7-921f-556990f80cc4
2022-05-25T12:29:35.829Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef735642-dd54-49c7-921f-556990f80cc4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:29:35.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:29:35.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481774801,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:29:35.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:29:35.883Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:29:35.883Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:29:35.884Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:29:35.893Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:29:35.893Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:29:36.783Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:29:36.784Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:29:36.786Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:29:36.786Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481775142,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:29:36.886Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:29:36.887Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:29:36.887Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:29:36.899Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:29:36.899Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:29:37.787Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "64f99959-00dd-4dec-894e-5c2a54a3b9db",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2675ca67-9b4a-467d-ae3d-7781fe585546",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "a1dbf9fd-e556-49c4-821f-ac638949e231",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "ae470f8f-952e-4d67-8413-754365cadacc",
      "resourceInvariantUUID": "bfd7dca9-7490-46dc-ab11-54a86be06e84",
      "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": "MjcwMGU4YWQ4OGNhMzdhMTRmOTQ2ZTc4OTJlNGQ1OWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "850e0420-049f-4996-9a8e-3be973687f04"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T12:29:37.787Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T12:29:37.788Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 64f99959-00dd-4dec-894e-5c2a54a3b9db ASDC
2022-05-25T12:29:37.788Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:ef735642-dd54-49c7-921f-556990f80cc4
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:64f99959-00dd-4dec-894e-5c2a54a3b9db
ServiceInvariantUUID:2675ca67-9b4a-467d-ae3d-7781fe585546
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:850e0420-049f-4996-9a8e-3be973687f04
ArtifactChecksum:MjcwMGU4YWQ4OGNhMzdhMTRmOTQ2ZTc4OTJlNGQ1OWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:a1dbf9fd-e556-49c4-821f-ac638949e231
ResourceInvariantUUID:bfd7dca9-7490-46dc-ab11-54a86be06e84
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ae470f8f-952e-4d67-8413-754365cadacc
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-05-25T12:29:37.788Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 64f99959-00dd-4dec-894e-5c2a54a3b9db ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T12:29:37.812Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T12:29:37.812Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-25T12:29:37.813Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-25T12:29:37.813Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 850e0420-049f-4996-9a8e-3be973687f04 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-25T12:29:37.813Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:29:37.813Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-25T12:29:37.879Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:29:37.881Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 850e0420-049f-4996-9a8e-3be973687f04 52507
2022-05-25T12:29:37.881Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-25T12:29:37.881Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-25T12:29:37.881Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:29:37.882Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:29:37.883Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:29:37.883Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481777881,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:29:37.984Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:29:37.985Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:29:37.986Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:29:37.996Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:29:37.996Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:29:38.884Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T12:29:38.885Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-25T12:29:38.885Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 850e0420-049f-4996-9a8e-3be973687f04, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T12:29:38.886Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-05-25T12:29:38.886Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T12:29:38.886Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T12:29:38.967Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP222028684664347620/Definitions/service-BasicNetwork-template.yml
2022-05-25T12:29:39.316Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T12:29:39.316Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-25T12:29:39.317Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T12:29:39.317Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-05-25T12:29:39.317Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T12:29:39.318Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T12:29:39.318Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T12:29:39.318Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T12:29:39.318Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T12:29:39.319Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T12:29:39.319Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T12:29:39.319Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T12:29:39.320Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-25T12:29:39.320Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:29:39.320Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:29:39.321Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-25T12:29:39.321Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-25T12:29:39.322Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T12:29:39.322Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:29:39.322Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:29:39.322Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-25T12:29:39.323Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-25T12:29:39.323Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T12:29:39.323Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:29:39.324Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:29:39.324Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:29:39.324Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:29:39.325Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:29:39.325Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:29:39.326Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:29:39.326Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:29:39.326Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:29:39.326Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:29:39.327Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:64f99959-00dd-4dec-894e-5c2a54a3b9db
Model Version:NULL
Model InvariantUuid:2675ca67-9b4a-467d-ae3d-7781fe585546
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:bfd7dca9-7490-46dc-ab11-54a86be06e84
Model UUID:7c913e9b-e8b6-4679-96d4-7d2187371e42
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:a1dbf9fd-e556-49c4-821f-ac638949e231
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T12:29:39.332Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: ae470f8f-952e-4d67-8413-754365cadacc
2022-05-25T12:29:39.333Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||No resources found for Service: 64f99959-00dd-4dec-894e-5c2a54a3b9db
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:29:39.336Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||
2022-05-25T12:29:39.337Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-05-25T12:29:39.337Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 64f99959-00dd-4dec-894e-5c2a54a3b9db
2022-05-25T12:29:39.338Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 64f99959-00dd-4dec-894e-5c2a54a3b9db
2022-05-25T12:29:39.338Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-05-25T12:29:39.338Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:29:39.342Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b87f901, org.onap.sdc.toscaparser.api.parameters.Input@24e6951, org.onap.sdc.toscaparser.api.parameters.Input@42e2ba87, org.onap.sdc.toscaparser.api.parameters.Input@6cce71fc, org.onap.sdc.toscaparser.api.parameters.Input@865c295]
2022-05-25T12:29:39.344Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:29:39.344Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:29:39.345Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:29:39.345Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:29:39.345Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 64f99959-00dd-4dec-894e-5c2a54a3b9db: Generic NeutronNet
2022-05-25T12:29:39.346Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:29:39.346Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:29:39.346Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:29:39.347Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-05-25T12:29:39.370Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:29:39.371Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:29:39.371Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:29:39.371Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:29:39.372Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:29:39.372Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:29:39.372Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-25T12:29:39.415Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-05-25T12:29:39.416Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-25T12:29:39.416Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-25T12:29:39.416Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:29:39.417Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:29:39.418Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:29:39.418Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481779416,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:29:39.519Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:29:39.519Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:29:39.519Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:29:39.529Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:29:39.529Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:29:40.419Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef735642-dd54-49c7-921f-556990f80cc4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:29:40.428Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef735642-dd54-49c7-921f-556990f80cc4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:29:40.430Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:29:40.431Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T12:29:40.431Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T12:29:40.431Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T12:30:10.431Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef735642-dd54-49c7-921f-556990f80cc4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:30:10.442Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef735642-dd54-49c7-921f-556990f80cc4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:30:10.444Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:30:10.445Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T12:30:10.445Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T12:30:10.445Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T12:30:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:30:35.146Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:30:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:30:35.271Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:30:35.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:30:35.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481774801,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:30:35.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:30:40.446Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef735642-dd54-49c7-921f-556990f80cc4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:30:40.460Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef735642-dd54-49c7-921f-556990f80cc4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:30:40.463Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:30:40.463Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T12:30:40.463Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T12:30:40.464Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T12:31:10.464Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef735642-dd54-49c7-921f-556990f80cc4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:31:10.477Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef735642-dd54-49c7-921f-556990f80cc4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:31:10.479Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:31:10.479Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T12:31:10.479Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T12:31:10.480Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T12:31:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:31:35.146Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:31:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:31:35.174Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:31:35.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:31:35.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481775142,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:31:35.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:31:35.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:31:35.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481775142,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:31:35.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:31:35.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:31:35.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481777657,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:31:35.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:31:35.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:31:35.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "clamp",
  "timestamp": 1653481777627,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:31:35.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:31:35.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:31:35.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481777881,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:31:35.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:31:35.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:31:35.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "clamp",
  "timestamp": 1653481777627,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:31:35.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:31:35.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:31:35.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481779123,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:31:35.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:31:35.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:31:35.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481779416,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:31:35.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:31:35.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:31:35.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481780126,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:31:35.187Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ef735642-dd54-49c7-921f-556990f80cc4
2022-05-25T12:31:35.187Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef735642-dd54-49c7-921f-556990f80cc4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:31:35.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:31:35.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "clamp",
  "timestamp": 1653481784600,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:31:35.198Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:31:35.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:31:35.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "clamp",
  "timestamp": 1653481786604,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:31:35.198Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:31:35.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:31:35.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "clamp",
  "timestamp": 1653481787623,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:31:35.202Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ef735642-dd54-49c7-921f-556990f80cc4
2022-05-25T12:31:35.203Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef735642-dd54-49c7-921f-556990f80cc4 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:31:35.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:31:35.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "cds",
  "timestamp": 1653481829988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:31:35.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:31:35.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:31:35.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "aai-ml",
  "timestamp": 1653481821431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:31:35.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:31:35.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:31:35.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481824907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:31:35.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:31:35.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:31:35.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "cds",
  "timestamp": 1653481829988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:31:35.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:31:35.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:31:35.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "aai-ml",
  "timestamp": 1653481821431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:31:35.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:31:35.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:31:35.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481824907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:31:35.216Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:31:35.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:31:35.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "aai-ml",
  "timestamp": 1653481821431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:31:35.216Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:31:35.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:31:35.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481824907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:31:35.216Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:31:35.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:31:35.217Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "cds",
  "timestamp": 1653481829988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:31:35.217Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:31:35.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:31:35.217Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "aai-ml",
  "timestamp": 1653481821431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:31:35.217Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:31:35.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:31:35.218Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "cds",
  "timestamp": 1653481829988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:31:35.218Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:31:35.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:31:35.218Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481824907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:31:35.218Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:31:35.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:31:35.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "aai-ml",
  "timestamp": 1653481821431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:31:35.219Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:31:35.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:31:35.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481824907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:31:35.219Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:31:35.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:31:35.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "cds",
  "timestamp": 1653481829988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:31:35.220Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:31:35.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:31:35.220Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "aai-ml",
  "timestamp": 1653481821431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:31:35.220Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:31:35.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:31:35.220Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481824907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:31:35.221Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:31:35.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:31:35.221Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "cds",
  "timestamp": 1653481829988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:31:35.221Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:31:35.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:31:35.221Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481834801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:31:35.222Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:31:40.480Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef735642-dd54-49c7-921f-556990f80cc4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:31:40.490Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef735642-dd54-49c7-921f-556990f80cc4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:31:40.493Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:31:40.493Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T12:31:40.493Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T12:31:40.493Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T12:31:40.494Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:31:40.494Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:31:40.494Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:31:40.494Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:31:40.494Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:31:40.494Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:31:40.494Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:31:40.499Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T12:32:10.499Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef735642-dd54-49c7-921f-556990f80cc4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-25T12:32:10.504Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef735642-dd54-49c7-921f-556990f80cc4 and serviceModelVersionId: 64f99959-00dd-4dec-894e-5c2a54a3b9db
2022-05-25T12:32:10.504Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2675ca67-9b4a-467d-ae3d-7781fe585546
2022-05-25T12:32:10.506Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2675ca67-9b4a-467d-ae3d-7781fe585546/model-vers/model-ver/64f99959-00dd-4dec-894e-5c2a54a3b9db?depth=0
2022-05-25T12:32:10.514Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T12:32:10.567Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2675ca67-9b4a-467d-ae3d-7781fe585546/model-vers/model-ver/64f99959-00dd-4dec-894e-5c2a54a3b9db?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-25T12:32:10.569Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2675ca67-9b4a-467d-ae3d-7781fe585546/model-vers/model-ver/64f99959-00dd-4dec-894e-5c2a54a3b9db?depth=0|INFO|500||Invoke
2022-05-25T12:32:10.591Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2675ca67-9b4a-467d-ae3d-7781fe585546/model-vers/model-ver/64f99959-00dd-4dec-894e-5c2a54a3b9db?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T12:32:10.952Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2675ca67-9b4a-467d-ae3d-7781fe585546/model-vers/model-ver/64f99959-00dd-4dec-894e-5c2a54a3b9db?depth=0|INFO|500||InvokeReturn
2022-05-25T12:32:10.953Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2675ca67-9b4a-467d-ae3d-7781fe585546/model-vers/model-ver/64f99959-00dd-4dec-894e-5c2a54a3b9db?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220525-12:32:11:420-25259], vertex-id=[385104], Content-Length=[0], Date=[Wed, 25 May 2022 12:32:11 GMT], Content-Type=[application/json]}
2022-05-25T12:32:10.955Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-05-25T12:32:10.955Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T12:32:10.955Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:32:10.960Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-25T12:32:10.960Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef735642-dd54-49c7-921f-556990f80cc4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T12:32:10.961Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T12:32:10.961Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:32:10.964Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:32:10.964Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481930961,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T12:32:11.064Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:32:11.065Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:32:11.065Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:32:11.090Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:32:11.090Z||pool-55-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T12:32:11.977Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:32:11.977Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:32:11.977Z|ef735642-dd54-49c7-921f-556990f80cc4|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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:32:16.354Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:32:16.355Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T12:32:16.355Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"0191c3fe-1363-4c7d-b207-bddf15459f2f","serviceName":"Demo_pNF_SWFSQODn3tNIKKO00fAw","serviceVersion":"1.0","serviceUUID":"507d116d-16c7-4a00-889e-677d1cf9cd51","serviceDescription":"catalog service description","serviceInvariantUUID":"4d518546-ae85-4375-912b-2054b6ebb37a","resources":[{"resourceInstanceName":"pNF f075321d-c41c 0","resourceName":"pNF f075321d-c41c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"70e66aec-fc90-4c01-82e8-366e63e25b77","resourceInvariantUUID":"c9a4394b-5544-41a7-a667-42f980ebe62e","resourceCustomizationUUID":"863ef8c8-796c-4928-81a3-ec7dad097d7d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/vf-license-model.xml","artifactChecksum":"OWRlNDdhY2I0YzZiNmQwYTE1MTM0YmU3M2QzMjgyZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c8ee08da-a1fd-4a98-8005-ffb11876e582","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/pNF.csar","artifactChecksum":"YTZlZjFmNmE1MDg0MWZmZWMxNmU2MzgxM2RmMGNmNTI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c5389c8b-1c1c-4d23-aa1e-911b71facaa5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3d5fa012-cb5c-42ad-b0b3-d44ec0df9fff","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/vendor-license-model.xml","artifactChecksum":"NGNkNGVhNTg5ZDVhZDU0NzMzZDBjODFiNTBlNTg2YjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3f629cd8-550e-49ee-b4a3-c254994ff72e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d778ba34-bf80-4126-8730-b48f6141e79b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3e7fb3cc-a5bc-4393-8abb-f5a925358bd5","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSwfsqodn3tnikko00faw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-template.yml","artifactChecksum":"YTMyOGEyNGNkNWIxYmUxODJjYjgwZWQ2YzQ1NTBmYWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f42e93c8-67e2-4dc8-b50b-f7251e2b1b72","artifactVersion":"1"},{"artifactName":"service-DemoPnfSwfsqodn3tnikko00faw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar","artifactChecksum":"YmQ2MGYzNTNhNjgyYTY0MWJmYmZjMjBhYjE4ZDgyYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ede48916-3b25-4d47-b6d9-cd2a95a497a5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T12:32:16.358Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:32:16.359Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:32:16.360Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:32:16.361Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:32:16.461Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:32:16.461Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:32:16.462Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:32:16.480Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:32:16.480Z||pool-56-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:32:17.361Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:32:17.362Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:32:17.364Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:32:17.364Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:32:17.464Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:32:17.465Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:32:17.465Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:32:17.476Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:32:17.476Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:32:18.364Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:32:18.365Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:32:18.367Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:32:18.367Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:32:18.467Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:32:18.468Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:32:18.468Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:32:18.483Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:32:18.483Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:32:19.367Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:32:19.368Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:32:19.371Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:32:19.371Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:32:19.471Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:32:19.472Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:32:19.472Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:32:19.484Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:32:19.484Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:32:20.371Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:32:20.372Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:32:20.374Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:32:20.374Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:32:20.474Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:32:20.475Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:32:20.475Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:32:20.488Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:32:20.488Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:32:21.375Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:32:21.375Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:32:21.377Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:32:21.377Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:32:21.477Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:32:21.478Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:32:21.478Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:32:21.492Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:32:21.493Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:32:22.378Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:32:22.378Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:32:22.380Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:32:22.380Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:32:22.480Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:32:22.481Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:32:22.481Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:32:22.492Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:32:22.492Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:32:23.381Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:32:23.381Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:32:23.383Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:32:23.383Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:32:23.483Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:32:23.484Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:32:23.484Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:32:23.495Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:32:23.495Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:32:24.384Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "serviceName": "Demo_pNF_SWFSQODn3tNIKKO00fAw",
  "serviceVersion": "1.0",
  "serviceUUID": "507d116d-16c7-4a00-889e-677d1cf9cd51",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4d518546-ae85-4375-912b-2054b6ebb37a",
  "resources": [
    {
      "resourceInstanceName": "pNF f075321d-c41c 0",
      "resourceCustomizationUUID": "863ef8c8-796c-4928-81a3-ec7dad097d7d",
      "resourceName": "pNF f075321d-c41c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "70e66aec-fc90-4c01-82e8-366e63e25b77",
      "resourceInvariantUUID": "c9a4394b-5544-41a7-a667-42f980ebe62e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfSwfsqodn3tnikko00faw-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar",
      "artifactChecksum": "YmQ2MGYzNTNhNjgyYTY0MWJmYmZjMjBhYjE4ZDgyYWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ede48916-3b25-4d47-b6d9-cd2a95a497a5"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T12:32:24.387Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T12:32:24.388Z|ef735642-dd54-49c7-921f-556990f80cc4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 507d116d-16c7-4a00-889e-677d1cf9cd51 ASDC
2022-05-25T12:32:24.388Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:0191c3fe-1363-4c7d-b207-bddf15459f2f
ServiceName:Demo_pNF_SWFSQODn3tNIKKO00fAw
ServiceVersion:1.0
ServiceUUID:507d116d-16c7-4a00-889e-677d1cf9cd51
ServiceInvariantUUID:4d518546-ae85-4375-912b-2054b6ebb37a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfSwfsqodn3tnikko00faw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar
ArtifactUUID:ede48916-3b25-4d47-b6d9-cd2a95a497a5
ArtifactChecksum:YmQ2MGYzNTNhNjgyYTY0MWJmYmZjMjBhYjE4ZDgyYWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f075321d-c41c 0
ResourceCustomizationUUID:863ef8c8-796c-4928-81a3-ec7dad097d7d
ResourceInvariantUUID:c9a4394b-5544-41a7-a667-42f980ebe62e
ResourceName:pNF f075321d-c41c
ResourceType:PNF
ResourceUUID:70e66aec-fc90-4c01-82e8-366e63e25b77
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-25T12:32:24.388Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 507d116d-16c7-4a00-889e-677d1cf9cd51 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:32:24.414Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T12:32:24.414Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-25T12:32:24.414Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-25T12:32:24.415Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ede48916-3b25-4d47-b6d9-cd2a95a497a5 from URL: /sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar
2022-05-25T12:32:24.415Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:32:24.415Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar
2022-05-25T12:32:24.490Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:32:24.494Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar ede48916-3b25-4d47-b6d9-cd2a95a497a5 82656
2022-05-25T12:32:24.494Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar ASDC sendASDCNotification
2022-05-25T12:32:24.494Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar
2022-05-25T12:32:24.494Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:32:24.494Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:32:24.496Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:32:24.496Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481944494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:32:24.596Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:32:24.597Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:32:24.597Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:32:24.606Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:32:24.607Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:32:25.496Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T12:32:25.498Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-25T12:32:25.498Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ede48916-3b25-4d47-b6d9-cd2a95a497a5, URL: /sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar to file: /app/ASDC/1/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar
2022-05-25T12:32:25.499Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSwfsqodn3tnikko00faw-csar.csar
2022-05-25T12:32:25.499Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar
2022-05-25T12:32:25.499Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar
2022-05-25T12:32:25.709Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11711612276249288441/Definitions/service-DemoPnfSwfsqodn3tnikko00faw-template.yml
2022-05-25T12:32:26.513Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T12:32:26.514Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-25T12:32:26.514Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar
2022-05-25T12:32:26.514Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-25T12:32:26.514Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar
2022-05-25T12:32:26.514Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar
2022-05-25T12:32:26.515Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f075321d-c41c 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-DemoPnfSwfsqodn3tnikko00faw-csar.csar
2022-05-25T12:32:26.515Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar
2022-05-25T12:32:26.515Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar
2022-05-25T12:32:26.515Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar
2022-05-25T12:32:26.515Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar
2022-05-25T12:32:26.515Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-25T12:32:26.516Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:32:26.516Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_SWFSQODn3tNIKKO00fAw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:32:26.516Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Node template pNF f075321d-c41c 0 is matching search criteria
2022-05-25T12:32:26.516Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-25T12:32:26.517Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF f075321d-c41c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T12:32:26.517Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:32:26.517Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_SWFSQODn3tNIKKO00fAw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:32:26.517Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Node template pNF f075321d-c41c 0 is matching search criteria
2022-05-25T12:32:26.518Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-25T12:32:26.518Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF f075321d-c41c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T12:32:26.518Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:32:26.518Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_SWFSQODn3tNIKKO00fAw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:32:26.518Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:32:26.518Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_SWFSQODn3tNIKKO00fAw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:32:26.519Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:32:26.519Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_SWFSQODn3tNIKKO00fAw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:32:26.519Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:32:26.519Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_SWFSQODn3tNIKKO00fAw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:32:26.520Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:32:26.520Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_SWFSQODn3tNIKKO00fAw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:32:26.520Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_SWFSQODn3tNIKKO00fAw
Description:catalog service description
Model UUID:507d116d-16c7-4a00-889e-677d1cf9cd51
Model Version:NULL
Model InvariantUuid:4d518546-ae85-4375-912b-2054b6ebb37a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T12:32:26.526Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 70e66aec-fc90-4c01-82e8-366e63e25b77
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:32:26.528Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||pNF f075321d-c41c 0
2022-05-25T12:32:26.528Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 70e66aec-fc90-4c01-82e8-366e63e25b77
2022-05-25T12:32:26.528Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 507d116d-16c7-4a00-889e-677d1cf9cd51
2022-05-25T12:32:26.529Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 507d116d-16c7-4a00-889e-677d1cf9cd51
2022-05-25T12:32:26.529Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f075321d-c41c 0 70e66aec-fc90-4c01-82e8-366e63e25b77 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:32:26.533Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@718f4d6f, org.onap.sdc.toscaparser.api.parameters.Input@3a41a479, org.onap.sdc.toscaparser.api.parameters.Input@77b3490f, org.onap.sdc.toscaparser.api.parameters.Input@5dcb2f66, org.onap.sdc.toscaparser.api.parameters.Input@5624f585]
2022-05-25T12:32:26.533Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:32:26.533Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_SWFSQODn3tNIKKO00fAw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:32:26.533Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 507d116d-16c7-4a00-889e-677d1cf9cd51: pNF f075321d-c41c
2022-05-25T12:32:26.533Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||Processing PNF resource: 70e66aec-fc90-4c01-82e8-366e63e25b77
2022-05-25T12:32:26.534Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:32:26.534Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_SWFSQODn3tNIKKO00fAw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:32:26.534Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||Resource customization UUID: 863ef8c8-796c-4928-81a3-ec7dad097d7d is the same as notified resource customizationUUID: 863ef8c8-796c-4928-81a3-ec7dad097d7d
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-25T12:32:26.583Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f075321d-c41c 70e66aec-fc90-4c01-82e8-366e63e25b77 0 ASDC deployResourceStructure
2022-05-25T12:32:26.583Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar ASDC sendASDCNotification
2022-05-25T12:32:26.584Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar
2022-05-25T12:32:26.584Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:32:26.584Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:32:26.585Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:32:26.585Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481946583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:32:26.685Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:32:26.686Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:32:26.686Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:32:26.694Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:32:26.694Z||pool-65-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:32:27.586Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0191c3fe-1363-4c7d-b207-bddf15459f2f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:32:27.596Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0191c3fe-1363-4c7d-b207-bddf15459f2f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:32:27.598Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:32:27.598Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T12:32:27.598Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T12:32:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:32:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:32:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:32:35.167Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:32:35.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:32:35.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481836022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:32:35.168Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:32:57.598Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0191c3fe-1363-4c7d-b207-bddf15459f2f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:32:57.609Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0191c3fe-1363-4c7d-b207-bddf15459f2f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:32:57.611Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:32:57.611Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T12:32:57.611Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T12:33:27.611Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0191c3fe-1363-4c7d-b207-bddf15459f2f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:33:27.620Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0191c3fe-1363-4c7d-b207-bddf15459f2f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:33:27.622Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:33:27.622Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T12:33:27.622Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T12:33:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:33:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:33:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:33:35.167Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:33:35.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "aai-ml",
  "timestamp": 1653481821431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481824907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "cds",
  "timestamp": 1653481829988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481834801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481836022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "aai-ml",
  "timestamp": 1653481821431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:33:35.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481824907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:33:35.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "cds",
  "timestamp": 1653481829988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:33:35.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481834801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "policy-id",
  "timestamp": 1653481836387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481836022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "clamp",
  "timestamp": 1653481837627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481834801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "aai-ml",
  "timestamp": 1653481838565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:33:35.187Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:33:35.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "cds",
  "timestamp": 1653481839612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:33:35.188Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:33:35.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "policy-id",
  "timestamp": 1653481836387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481836022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "clamp",
  "timestamp": 1653481837627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481834801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "cds",
  "timestamp": 1653481840642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:33:35.196Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0191c3fe-1363-4c7d-b207-bddf15459f2f
2022-05-25T12:33:35.196Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0191c3fe-1363-4c7d-b207-bddf15459f2f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:33:35.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "policy-id",
  "timestamp": 1653481836387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481836022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "clamp",
  "timestamp": 1653481837627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481834801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "policy-id",
  "timestamp": 1653481836387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481836022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-25T12:33:35.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "clamp",
  "timestamp": 1653481837627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481834801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "policy-id",
  "timestamp": 1653481836387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481836022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "clamp",
  "timestamp": 1653481837627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "aai-ml",
  "timestamp": 1653481842447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:33:35.210Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:33:35.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481834801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:33:35.210Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "policy-id",
  "timestamp": 1653481836387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.211Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481836022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.211Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "clamp",
  "timestamp": 1653481837627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.212Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "aai-ml",
  "timestamp": 1653481843455,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:33:35.217Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0191c3fe-1363-4c7d-b207-bddf15459f2f
2022-05-25T12:33:35.217Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0191c3fe-1363-4c7d-b207-bddf15459f2f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:33:35.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "policy-id",
  "timestamp": 1653481836387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.225Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "clamp",
  "timestamp": 1653481837627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.225Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481844247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:33:35.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:33:35.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481845466,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:33:35.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:33:35.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "policy-id",
  "timestamp": 1653481836387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:33:35.227Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "clamp",
  "timestamp": 1653481837627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:33:35.227Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481846730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T12:33:35.228Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:33:35.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481845888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:33:35.228Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:33:35.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "policy-id",
  "timestamp": 1653481845366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:33:35.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:33:35.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481847735,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:33:35.233Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 0191c3fe-1363-4c7d-b207-bddf15459f2f
2022-05-25T12:33:35.234Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0191c3fe-1363-4c7d-b207-bddf15459f2f and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:33:35.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481846892,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:33:35.246Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0191c3fe-1363-4c7d-b207-bddf15459f2f
2022-05-25T12:33:35.246Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0191c3fe-1363-4c7d-b207-bddf15459f2f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:33:35.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "policy-id",
  "timestamp": 1653481846370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:33:35.254Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:33:35.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "policy-id",
  "timestamp": 1653481847372,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:33:35.259Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0191c3fe-1363-4c7d-b207-bddf15459f2f
2022-05-25T12:33:35.259Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0191c3fe-1363-4c7d-b207-bddf15459f2f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:33:35.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "clamp",
  "timestamp": 1653481852850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:33:35.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:33:35.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "clamp",
  "timestamp": 1653481854616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:33:35.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:33:35.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.268Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "clamp",
  "timestamp": 1653481855620,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:33:35.272Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0191c3fe-1363-4c7d-b207-bddf15459f2f
2022-05-25T12:33:35.272Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0191c3fe-1363-4c7d-b207-bddf15459f2f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:33:35.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "aai-ml",
  "timestamp": 1653481851431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.281Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "policy-id",
  "timestamp": 1653481856387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.281Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "cds",
  "timestamp": 1653481859988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.282Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481856022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.282Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "aai-ml",
  "timestamp": 1653481851431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.282Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "cds",
  "timestamp": 1653481859988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.282Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "policy-id",
  "timestamp": 1653481856387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.282Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481856022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.283Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "aai-ml",
  "timestamp": 1653481851431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.283Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "cds",
  "timestamp": 1653481859988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.283Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "policy-id",
  "timestamp": 1653481856387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.284Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481856022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.284Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "aai-ml",
  "timestamp": 1653481851431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.284Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "cds",
  "timestamp": 1653481859988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.284Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "policy-id",
  "timestamp": 1653481856387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.285Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481856022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.285Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "aai-ml",
  "timestamp": 1653481851431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.285Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "cds",
  "timestamp": 1653481859988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.286Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "policy-id",
  "timestamp": 1653481856387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-25T12:33:35.286Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481856022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.286Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "aai-ml",
  "timestamp": 1653481851431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.286Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "policy-id",
  "timestamp": 1653481856387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.287Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "cds",
  "timestamp": 1653481859988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.287Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481856022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.287Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481864801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481864907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "aai-ml",
  "timestamp": 1653481851431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "policy-id",
  "timestamp": 1653481856387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "cds",
  "timestamp": 1653481859988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481856022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481864801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481864907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-25T12:33:35.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "aai-ml",
  "timestamp": 1653481851431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "policy-id",
  "timestamp": 1653481856387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "cds",
  "timestamp": 1653481859988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481856022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481864801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481864907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-25T12:33:35.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "policy-id",
  "timestamp": 1653481856387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:33:35.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "aai-ml",
  "timestamp": 1653481851431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:33:35.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "cds",
  "timestamp": 1653481859988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:33:35.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481856022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "clamp",
  "timestamp": 1653481867627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481864801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481864907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T12:33:35.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "clamp",
  "timestamp": 1653481867627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "aai-ml",
  "timestamp": 1653481869052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:33:35.294Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:33:35.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "cds",
  "timestamp": 1653481870096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:33:35.294Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:33:35.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "policy-id",
  "timestamp": 1653481868359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:33:35.294Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:33:35.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481864801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481864907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-25T12:33:35.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "clamp",
  "timestamp": 1653481867627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "policy-id",
  "timestamp": 1653481869363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:33:35.295Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:33:35.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "cds",
  "timestamp": 1653481871116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:33:35.306Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3dc2081a-6200-4f5d-8bb2-42124b0d2e58
2022-05-25T12:33:35.306Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3dc2081a-6200-4f5d-8bb2-42124b0d2e58 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:33:35.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481864801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481864907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "clamp",
  "timestamp": 1653481867627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T12:33:35.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "policy-id",
  "timestamp": 1653481870365,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:33:35.318Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3dc2081a-6200-4f5d-8bb2-42124b0d2e58
2022-05-25T12:33:35.318Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3dc2081a-6200-4f5d-8bb2-42124b0d2e58 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:33:35.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481864801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481864907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-25T12:33:35.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "clamp",
  "timestamp": 1653481867627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481864801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481864907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "clamp",
  "timestamp": 1653481867627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481864801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:33:35.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481864907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:33:35.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "clamp",
  "timestamp": 1653481867627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481874996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:33:35.329Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:33:35.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "clamp",
  "timestamp": 1653481867627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481875091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:33:35.330Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:33:35.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "clamp",
  "timestamp": 1653481867627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:33:35.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "aai-ml",
  "timestamp": 1653481876256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:33:35.331Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:33:35.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481876485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:33:35.332Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:33:35.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481876902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:33:35.332Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:33:35.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "aai-ml",
  "timestamp": 1653481877260,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:33:35.337Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3dc2081a-6200-4f5d-8bb2-42124b0d2e58
2022-05-25T12:33:35.337Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3dc2081a-6200-4f5d-8bb2-42124b0d2e58 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:33:35.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481877849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:33:35.345Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:33:35.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481877906,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:33:35.349Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3dc2081a-6200-4f5d-8bb2-42124b0d2e58
2022-05-25T12:33:35.349Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3dc2081a-6200-4f5d-8bb2-42124b0d2e58 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:33:35.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481879243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:33:35.358Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:33:35.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "clamp",
  "timestamp": 1653481879611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:33:35.358Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:33:35.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481880290,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:33:35.363Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3dc2081a-6200-4f5d-8bb2-42124b0d2e58
2022-05-25T12:33:35.363Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3dc2081a-6200-4f5d-8bb2-42124b0d2e58 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-25T12:33:35.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481881294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T12:33:35.371Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:33:35.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "clamp",
  "timestamp": 1653481882613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:33:35.372Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:33:35.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "clamp",
  "timestamp": 1653481883616,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:33:35.376Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3dc2081a-6200-4f5d-8bb2-42124b0d2e58
2022-05-25T12:33:35.376Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3dc2081a-6200-4f5d-8bb2-42124b0d2e58 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:33:35.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "aai-ml",
  "timestamp": 1653481881431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481884907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "policy-id",
  "timestamp": 1653481876387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "aai-ml",
  "timestamp": 1653481881431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.390Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481884907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T12:33:35.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "policy-id",
  "timestamp": 1653481876387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481884907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-25T12:33:35.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "aai-ml",
  "timestamp": 1653481881431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "policy-id",
  "timestamp": 1653481876387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-25T12:33:35.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "aai-ml",
  "timestamp": 1653481881431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481884907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "policy-id",
  "timestamp": 1653481876387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "cds",
  "timestamp": 1653481889990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "aai-ml",
  "timestamp": 1653481881431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481884907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-25T12:33:35.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "policy-id",
  "timestamp": 1653481876387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "cds",
  "timestamp": 1653481889990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481884907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "aai-ml",
  "timestamp": 1653481881431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "policy-id",
  "timestamp": 1653481876387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "cds",
  "timestamp": 1653481889990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481884907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:33:35.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "aai-ml",
  "timestamp": 1653481881431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:33:35.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "policy-id",
  "timestamp": 1653481876387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:33:35.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "cds",
  "timestamp": 1653481889990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "cds",
  "timestamp": 1653481889990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "aai-ml",
  "timestamp": 1653481893860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:33:35.400Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:33:35.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481893858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:33:35.400Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:33:35.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "policy-id",
  "timestamp": 1653481893172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:33:35.401Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:33:35.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "cds",
  "timestamp": 1653481889990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "policy-id",
  "timestamp": 1653481894175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:33:35.401Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:33:35.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481895189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:33:35.402Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:33:35.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481894801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:33:35.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:35.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:33:35.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "cds",
  "timestamp": 1653481889990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:33:35.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:33:57.622Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0191c3fe-1363-4c7d-b207-bddf15459f2f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:33:57.631Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0191c3fe-1363-4c7d-b207-bddf15459f2f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:33:57.634Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:33:57.634Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T12:33:57.634Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T12:33:57.634Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T12:33:57.634Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:33:57.634Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:33:57.634Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:33:57.634Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:33:57.634Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:33:57.634Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:33:57.634Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:33:57.635Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:33:57.639Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T12:34:27.640Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0191c3fe-1363-4c7d-b207-bddf15459f2f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-25T12:34:27.644Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0191c3fe-1363-4c7d-b207-bddf15459f2f and serviceModelVersionId: 507d116d-16c7-4a00-889e-677d1cf9cd51
2022-05-25T12:34:27.644Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4d518546-ae85-4375-912b-2054b6ebb37a
2022-05-25T12:34:27.645Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4d518546-ae85-4375-912b-2054b6ebb37a/model-vers/model-ver/507d116d-16c7-4a00-889e-677d1cf9cd51?depth=0
2022-05-25T12:34:27.648Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T12:34:27.690Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d518546-ae85-4375-912b-2054b6ebb37a/model-vers/model-ver/507d116d-16c7-4a00-889e-677d1cf9cd51?depth=0|INFO|500||Invoke
2022-05-25T12:34:27.690Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d518546-ae85-4375-912b-2054b6ebb37a/model-vers/model-ver/507d116d-16c7-4a00-889e-677d1cf9cd51?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d518546-ae85-4375-912b-2054b6ebb37a/model-vers/model-ver/507d116d-16c7-4a00-889e-677d1cf9cd51?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0191c3fe-1363-4c7d-b207-bddf15459f2f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e555f34d-b784-4722-9dd3-9c1c134c81b9], X-ECOMP-RequestID=[0191c3fe-1363-4c7d-b207-bddf15459f2f], X-TransactionId=[], X-ONAP-RequestID=[0191c3fe-1363-4c7d-b207-bddf15459f2f], Content-Type=[application/merge-patch+json]}
2022-05-25T12:34:27.712Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d518546-ae85-4375-912b-2054b6ebb37a/model-vers/model-ver/507d116d-16c7-4a00-889e-677d1cf9cd51?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T12:34:27.844Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d518546-ae85-4375-912b-2054b6ebb37a/model-vers/model-ver/507d116d-16c7-4a00-889e-677d1cf9cd51?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/4d518546-ae85-4375-912b-2054b6ebb37a/model-vers/model-ver/507d116d-16c7-4a00-889e-677d1cf9cd51?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220525-12:34:28:544-63816], vertex-id=[397392], Content-Length=[0], Date=[Wed, 25 May 2022 12:34:28 GMT], Content-Type=[application/json]}
2022-05-25T12:34:27.844Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d518546-ae85-4375-912b-2054b6ebb37a/model-vers/model-ver/507d116d-16c7-4a00-889e-677d1cf9cd51?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-25T12:34:27.845Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d518546-ae85-4375-912b-2054b6ebb37a/model-vers/model-ver/507d116d-16c7-4a00-889e-677d1cf9cd51?depth=0|INFO|500||InvokeReturn
2022-05-25T12:34:27.846Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T12:34:27.846Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:34:27.851Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-25T12:34:27.851Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0191c3fe-1363-4c7d-b207-bddf15459f2f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T12:34:27.852Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T12:34:27.852Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:34:27.854Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:34:27.854Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482067851,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T12:34:27.954Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:34:27.955Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:34:27.955Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:34:27.982Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:34:27.982Z||pool-66-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=?
2022-05-25T12:34:28.866Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T12:34:28.866Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3dc2081a-6200-4f5d-8bb2-42124b0d2e58","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"19b82d40-b0f8-482e-b9dd-82361ed73ffd","serviceDescription":"service","serviceInvariantUUID":"e5bd6d4e-2b69-466d-bd13-255147dbf6d2","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a5e5da0a-fd07-43b2-8cd6-cd43744b483a","resourceInvariantUUID":"8bdafeef-3827-4855-af85-4e2a038ce642","resourceCustomizationUUID":"61d8a557-86e2-4bb4-9034-820a5e7edffb","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":"NWM5MjcxYmUzOGJkOWViYmNjNDZmMzExNmY3ZDdiNTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d7b2246f-4827-4954-bf02-1671e38579ed","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":"50555736-41f6-4984-86d4-f37052a9fc14","artifactVersion":"2","generatedFromUUID":"8352e008-7147-4818-9880-841b887e2903"},{"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":"8352e008-7147-4818-9880-841b887e2903","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":"NWI1NTAxNjM0Y2EzN2Y5NmM5NzU3MWI3ZDQ0MmZiMmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a563a101-8582-4fe4-81e3-6196d8f22a71","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":"a181a603-2dee-4ea2-91e5-dc5f53a5d8d9","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":"574ffb15-21a1-43cb-822a-2558fa794ef3","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":"f6cb9ee2-a966-4651-9f9e-d3062fb968ea","artifactVersion":"2","generatedFromUUID":"a181a603-2dee-4ea2-91e5-dc5f53a5d8d9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NGI4MzU4MGZiNTdjOWVmOTlmNjI0OGE0OTM4MTg5MWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"44fc2664-49d8-4426-ac29-60b98a5794d7","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MDdjYWRkODZlNTIwOTA5NDMzZWRiODA1YmFlNzVjMGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cd2981ca-ffe7-451a-a405-aa2fa642421f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T12:34:28.866Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:34:28.867Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:34:28.868Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:34:28.869Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:34:28.969Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:34:28.969Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:34:28.969Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:34:28.981Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:34:28.981Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:34:29.869Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:34:29.870Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:34:29.873Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:34:29.873Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-25T12:34:29.972Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:34:29.973Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:34:29.973Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:34:29.986Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:34:29.987Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:34:30.873Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:34:30.874Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:34:30.875Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:34:30.876Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-25T12:34:30.975Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:34:30.976Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:34:30.976Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:34:30.990Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:34:30.991Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:34:31.876Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:34:31.878Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:34:31.886Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:34:31.886Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T12:34:31.986Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:34:31.986Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:34:31.987Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:34:31.998Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:34:31.999Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:34:32.886Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:34:32.887Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:34:32.889Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:34:32.889Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-25T12:34:32.989Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:34:32.990Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:34:32.990Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:34:33.000Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:34:33.000Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:34:33.890Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:34:33.890Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:34:33.892Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:34:33.893Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:34:33.993Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:34:33.994Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:34:33.994Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:34:34.005Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:34:34.006Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:34:34.893Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:34:34.894Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:34:34.896Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:34:34.896Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-25T12:34:34.996Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:34:34.997Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:34:34.997Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:34:35.006Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:34:35.006Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:34:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:34:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:34:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:34:35.168Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:34:35.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481896022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:34:35.170Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:34:35.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "policy-id",
  "timestamp": 1653481895178,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:34:35.184Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4ceca3d9-d598-4aed-ac84-1e023962f684
2022-05-25T12:34:35.184Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ceca3d9-d598-4aed-ac84-1e023962f684 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:34:35.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481894801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:34:35.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:34:35.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481896443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:34:35.192Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:34:35.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481896022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:34:35.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:34:35.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "cds",
  "timestamp": 1653481897999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:34:35.192Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:34:35.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481894801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:34:35.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:34:35.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481897466,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:34:35.197Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4ceca3d9-d598-4aed-ac84-1e023962f684
2022-05-25T12:34:35.197Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ceca3d9-d598-4aed-ac84-1e023962f684 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-25T12:34:35.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481896022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:34:35.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:34:35.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "cds",
  "timestamp": 1653481899005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:34:35.208Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4ceca3d9-d598-4aed-ac84-1e023962f684
2022-05-25T12:34:35.208Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ceca3d9-d598-4aed-ac84-1e023962f684 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:34:35.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "clamp",
  "timestamp": 1653481897627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:34:35.215Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:34:35.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481894801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:34:35.215Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:34:35.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653481898469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T12:34:35.215Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:34:35.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481896022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:34:35.216Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:34:35.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "clamp",
  "timestamp": 1653481897627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T12:34:35.216Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:34:35.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481894801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:34:35.216Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:34:35.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481896022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:34:35.217Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:34:35.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "clamp",
  "timestamp": 1653481897627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:34:35.217Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:34:35.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481894801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:34:35.218Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:34:35.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "aai-ml",
  "timestamp": 1653481900645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:34:35.218Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:34:35.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481896022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:34:35.218Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:34:35.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "clamp",
  "timestamp": 1653481897627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:34:35.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:34:35.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481894801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:34:35.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:34:35.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "aai-ml",
  "timestamp": 1653481901649,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:34:35.224Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4ceca3d9-d598-4aed-ac84-1e023962f684
2022-05-25T12:34:35.224Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ceca3d9-d598-4aed-ac84-1e023962f684 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:34:35.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653481896022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:34:35.232Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:34:35.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "clamp",
  "timestamp": 1653481897627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:34:35.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:34:35.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481902651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:34:35.233Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:34:35.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "clamp",
  "timestamp": 1653481897627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:34:35.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:34:35.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "clamp",
  "timestamp": 1653481897627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:34:35.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:34:35.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481904580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:34:35.235Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:34:35.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653481905584,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:34:35.240Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4ceca3d9-d598-4aed-ac84-1e023962f684
2022-05-25T12:34:35.240Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ceca3d9-d598-4aed-ac84-1e023962f684 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:34:35.247Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.247Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "clamp",
  "timestamp": 1653481916617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:34:35.248Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:34:35.248Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.248Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "clamp",
  "timestamp": 1653481918625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:34:35.248Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:34:35.248Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.248Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "clamp",
  "timestamp": 1653481919630,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:34:35.254Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4ceca3d9-d598-4aed-ac84-1e023962f684
2022-05-25T12:34:35.254Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ceca3d9-d598-4aed-ac84-1e023962f684 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:34:35.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef735642-dd54-49c7-921f-556990f80cc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481930961,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T12:34:35.262Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:34:35.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:34:35.262Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:34:35.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:34:35.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:34:35.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:34:35.264Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:34:35.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:34:35.264Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:34:35.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:34:35.265Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:34:35.265Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.265Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/resourceInstances/pnff075321dc41c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:34:35.265Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:34:35.265Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.265Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:34:35.266Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:34:35.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:34:35.266Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:34:35.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481944494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:34:35.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:34:35.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:34:35.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481946583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwfsqodn3tnikko00faw/1.0/artifacts/service-DemoPnfSwfsqodn3tnikko00faw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:34:35.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:34:35.897Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:34:35.898Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:34:35.899Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:34:35.900Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:34:36.000Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:34:36.001Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:34:36.001Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:34:36.028Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:34:36.028Z||pool-74-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:34:36.901Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:34:36.901Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:34:36.903Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:34:36.903Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:34:37.003Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:34:37.004Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:34:37.004Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:34:37.014Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:34:37.015Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:34:37.904Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "19b82d40-b0f8-482e-b9dd-82361ed73ffd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e5bd6d4e-2b69-466d-bd13-255147dbf6d2",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "61d8a557-86e2-4bb4-9034-820a5e7edffb",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a5e5da0a-fd07-43b2-8cd6-cd43744b483a",
      "resourceInvariantUUID": "8bdafeef-3827-4855-af85-4e2a038ce642",
      "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": "50555736-41f6-4984-86d4-f37052a9fc14",
          "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": "8352e008-7147-4818-9880-841b887e2903",
          "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": "NWI1NTAxNjM0Y2EzN2Y5NmM5NzU3MWI3ZDQ0MmZiMmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a563a101-8582-4fe4-81e3-6196d8f22a71",
          "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": "a181a603-2dee-4ea2-91e5-dc5f53a5d8d9",
          "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": "f6cb9ee2-a966-4651-9f9e-d3062fb968ea",
            "generatedFromUUID": "a181a603-2dee-4ea2-91e5-dc5f53a5d8d9"
          },
          "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": "f6cb9ee2-a966-4651-9f9e-d3062fb968ea",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MDdjYWRkODZlNTIwOTA5NDMzZWRiODA1YmFlNzVjMGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cd2981ca-ffe7-451a-a405-aa2fa642421f"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T12:34:37.905Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T12:34:37.905Z|0191c3fe-1363-4c7d-b207-bddf15459f2f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 19b82d40-b0f8-482e-b9dd-82361ed73ffd ASDC
2022-05-25T12:34:37.905Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:3dc2081a-6200-4f5d-8bb2-42124b0d2e58
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:19b82d40-b0f8-482e-b9dd-82361ed73ffd
ServiceInvariantUUID:e5bd6d4e-2b69-466d-bd13-255147dbf6d2
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:cd2981ca-ffe7-451a-a405-aa2fa642421f
ArtifactChecksum:MDdjYWRkODZlNTIwOTA5NDMzZWRiODA1YmFlNzVjMGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:61d8a557-86e2-4bb4-9034-820a5e7edffb
ResourceInvariantUUID:8bdafeef-3827-4855-af85-4e2a038ce642
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:a5e5da0a-fd07-43b2-8cd6-cd43744b483a
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:50555736-41f6-4984-86d4-f37052a9fc14
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:8352e008-7147-4818-9880-841b887e2903
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:a563a101-8582-4fe4-81e3-6196d8f22a71
ArtifactChecksum:NWI1NTAxNjM0Y2EzN2Y5NmM5NzU3MWI3ZDQ0MmZiMmY=
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:a181a603-2dee-4ea2-91e5-dc5f53a5d8d9
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:f6cb9ee2-a966-4651-9f9e-d3062fb968ea
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:f6cb9ee2-a966-4651-9f9e-d3062fb968ea
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-25T12:34:37.906Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19b82d40-b0f8-482e-b9dd-82361ed73ffd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T12:34:37.935Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T12:34:37.936Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-25T12:34:37.936Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-25T12:34:37.936Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cd2981ca-ffe7-451a-a405-aa2fa642421f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-25T12:34:37.936Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:34:37.936Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-25T12:34:38.369Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:34:38.372Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar cd2981ca-ffe7-451a-a405-aa2fa642421f 68952
2022-05-25T12:34:38.372Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-25T12:34:38.372Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-25T12:34:38.372Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:34:38.372Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:34:38.374Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:34:38.374Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482078372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:34:38.475Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-25T12:34:38.476Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:34:38.476Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:34:38.485Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:34:38.486Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:34:39.374Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T12:34:39.375Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-25T12:34:39.375Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: cd2981ca-ffe7-451a-a405-aa2fa642421f, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-25T12:34:39.375Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-05-25T12:34:39.376Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-25T12:34:39.376Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-25T12:34:39.466Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15120528271049823704/Definitions/service-BasicCnf-template.yml
2022-05-25T12:34:40.362Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T12:34:40.363Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-25T12:34:40.363Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-25T12:34:40.363Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-25T12:34:40.363Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-25T12:34:40.363Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-25T12:34:40.363Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-25T12:34:40.363Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-25T12:34:40.363Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-25T12:34:40.364Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:34:40.364Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:34:40.364Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T12:34:40.364Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-25T12:34:40.364Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T12:34:40.364Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:34:40.364Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:34:40.365Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T12:34:40.365Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-25T12:34:40.365Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T12:34:40.365Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:34:40.365Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:34:40.365Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:34:40.365Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-25T12:34:40.366Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-05-25T12:34:40.366Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2022-05-25T12:34:40.366Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-25T12:34:40.366Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:34:40.366Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T12:34:40.366Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:34:40.366Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T12:34:40.366Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:34:40.367Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:34:40.367Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T12:34:40.367Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:34:40.367Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:34:40.367Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T12:34:40.367Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:34:40.368Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:34:40.368Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-25T12:34:40.368Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-25T12:34:40.368Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=79f09058-13a9-4823-8325-ecd52d2943b0
2022-05-25T12:34:40.368Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:34:40.368Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:34:40.368Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:34:40.368Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:34:40.369Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:34:40.369Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:34:40.369Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:34:40.369Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:34:40.369Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:19b82d40-b0f8-482e-b9dd-82361ed73ffd
Model Version:NULL
Model InvariantUuid:e5bd6d4e-2b69-466d-bd13-255147dbf6d2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:7df59ac5-f496-48e8-8b5b-21cfc1d7cf3b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8bdafeef-3827-4855-af85-4e2a038ce642
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:61d8a557-86e2-4bb4-9034-820a5e7edffb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:03ec8213-9f4a-4f79-bbd4-f810764c8290
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:ca7e51e1-7887-4955-bba8-aadc117393b0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:79f09058-13a9-4823-8325-ecd52d2943b0
ModelInvariantUuid:fea6187a-70f6-4d91-8698-e1aaa017fb43
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:fc7e01c2-841c-4f57-9853-dba5c102199c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:39d6be62-451b-495d-8c2e-09ae852c9d45
ModelInvariantUuid:eeb39c72-8a58-46b0-9686-7f0233e99f26
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:39237309-6747-43c1-ae41-ffd13c6ff3c6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T12:34:40.377Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: a5e5da0a-fd07-43b2-8cd6-cd43744b483a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:34:40.381Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||basic_cnf 0
2022-05-25T12:34:40.381Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a5e5da0a-fd07-43b2-8cd6-cd43744b483a
2022-05-25T12:34:40.381Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 50555736-41f6-4984-86d4-f37052a9fc14 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-25T12:34:40.381Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:34:40.382Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-25T12:34:40.557Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:34:40.557Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 50555736-41f6-4984-86d4-f37052a9fc14 12
2022-05-25T12:34:40.558Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-05-25T12:34:40.558Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-25T12:34:40.558Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:34:40.558Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:34:40.560Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:34:40.560Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482080558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:34:40.660Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:34:40.661Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:34:40.661Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:34:40.674Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:34:40.674Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:34:41.561Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8352e008-7147-4818-9880-841b887e2903 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-25T12:34:41.561Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:34:41.561Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-25T12:34:41.606Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:34:41.606Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 8352e008-7147-4818-9880-841b887e2903 2688
2022-05-25T12:34:41.607Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-05-25T12:34:41.607Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-25T12:34:41.607Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:34:41.607Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:34:41.609Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:34:41.609Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482081607,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:34:41.709Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:34:41.710Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:34:41.710Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:34:41.723Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:34:41.723Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:34:42.610Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a563a101-8582-4fe4-81e3-6196d8f22a71 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-25T12:34:42.611Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:34:42.611Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-25T12:34:42.671Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:34:42.672Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json a563a101-8582-4fe4-81e3-6196d8f22a71 828
2022-05-25T12:34:42.672Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-05-25T12:34:42.672Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-25T12:34:42.672Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:34:42.673Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:34:42.674Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:34:42.674Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482082672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:34:42.774Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:34:42.775Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:34:42.775Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:34:42.784Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:34:42.784Z||pool-79-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:34:43.675Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "03ec8213-9f4a-4f79-bbd4-f810764c8290",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ca7e51e1-7887-4955-bba8-aadc117393b0",
    "vfModuleModelCustomizationUUID": "8327546d-4f52-4dc6-8d9f-0a7eeded14aa",
    "isBase": true,
    "artifacts": [
      "a181a603-2dee-4ea2-91e5-dc5f53a5d8d9",
      "8352e008-7147-4818-9880-841b887e2903",
      "f6cb9ee2-a966-4651-9f9e-d3062fb968ea"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-25T12:34:43.679Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ca7e51e1-7887-4955-bba8-aadc117393b0
VfModuleModelInvariantUUID:03ec8213-9f4a-4f79-bbd4-f810764c8290
VfModuleModelDescription:NULL
Artifacts UUID List:{
a181a603-2dee-4ea2-91e5-dc5f53a5d8d9
,
8352e008-7147-4818-9880-841b887e2903
,
f6cb9ee2-a966-4651-9f9e-d3062fb968ea

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

isBase:true


}

2022-05-25T12:34:43.681Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "03ec8213-9f4a-4f79-bbd4-f810764c8290",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ca7e51e1-7887-4955-bba8-aadc117393b0",
    "vfModuleModelCustomizationUUID": "8327546d-4f52-4dc6-8d9f-0a7eeded14aa",
    "isBase": true,
    "artifacts": [
      "a181a603-2dee-4ea2-91e5-dc5f53a5d8d9",
      "8352e008-7147-4818-9880-841b887e2903",
      "f6cb9ee2-a966-4651-9f9e-d3062fb968ea"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-25T12:34:43.681Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ca7e51e1-7887-4955-bba8-aadc117393b0
VfModuleModelInvariantUUID:03ec8213-9f4a-4f79-bbd4-f810764c8290
VfModuleModelDescription:NULL
Artifacts UUID List:{
a181a603-2dee-4ea2-91e5-dc5f53a5d8d9
,
8352e008-7147-4818-9880-841b887e2903
,
f6cb9ee2-a966-4651-9f9e-d3062fb968ea

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

isBase:true


}

2022-05-25T12:34:43.681Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a181a603-2dee-4ea2-91e5-dc5f53a5d8d9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-25T12:34:43.681Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:34:43.681Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-25T12:34:44.156Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:34:44.156Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml a181a603-2dee-4ea2-91e5-dc5f53a5d8d9 1164
2022-05-25T12:34:44.156Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-05-25T12:34:44.156Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-25T12:34:44.157Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:34:44.157Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:34:44.158Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:34:44.158Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482084156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:34:44.258Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:34:44.259Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:34:44.259Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:34:44.270Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:34:44.270Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:34:45.159Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f6cb9ee2-a966-4651-9f9e-d3062fb968ea from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-25T12:34:45.159Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:34:45.160Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-25T12:34:45.854Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:34:45.854Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env f6cb9ee2-a966-4651-9f9e-d3062fb968ea 200
2022-05-25T12:34:45.854Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-05-25T12:34:45.855Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-25T12:34:45.855Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:34:45.855Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:34:45.856Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:34:45.856Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482085854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:34:45.957Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:34:45.957Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:34:45.957Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:34:45.964Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:34:45.964Z||pool-81-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:34:46.857Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 19b82d40-b0f8-482e-b9dd-82361ed73ffd
2022-05-25T12:34:46.858Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 a5e5da0a-fd07-43b2-8cd6-cd43744b483a 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=?
2022-05-25T12:34:46.870Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:34:46.877Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e251166, org.onap.sdc.toscaparser.api.parameters.Input@59b7f77d, org.onap.sdc.toscaparser.api.parameters.Input@75ee76ba, org.onap.sdc.toscaparser.api.parameters.Input@d8b1a04, org.onap.sdc.toscaparser.api.parameters.Input@b2394f2]
2022-05-25T12:34:46.878Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:34:46.878Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:34:46.879Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-05-25T12:34:46.879Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 61d8a557-86e2-4bb4-9034-820a5e7edffb
2022-05-25T12:34:46.879Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 61d8a557-86e2-4bb4-9034-820a5e7edffb matches Tosca VF Customization UUID: 61d8a557-86e2-4bb4-9034-820a5e7edffb
2022-05-25T12:34:46.879Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 61d8a557-86e2-4bb4-9034-820a5e7edffb  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-25T12:34:46.882Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:34:46.882Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:34:46.882Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 61d8a557-86e2-4bb4-9034-820a5e7edffb: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-05-25T12:34:46.883Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3e9a0a0d
2022-05-25T12:34:46.883Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:34:46.883Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T12:34:46.884Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8327546d-4f52-4dc6-8d9f-0a7eeded14aa
2022-05-25T12:34:46.884Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8327546d-4f52-4dc6-8d9f-0a7eeded14aa
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-25T12:34:46.886Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:34:46.886Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T12:34:46.887Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:34:46.887Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:34:46.887Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T12:34:46.888Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:34:46.888Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:34:46.888Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-25T12:34:46.889Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-25T12:34:46.889Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=79f09058-13a9-4823-8325-ecd52d2943b0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-25T12:34:46.891Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:34:46.891Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T12:34:46.892Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:34:46.892Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:34:46.892Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T12:34:46.893Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=61d8a557-86e2-4bb4-9034-820a5e7edffb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:34:46.894Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:34:46.895Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:34:46.895Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 19b82d40-b0f8-482e-b9dd-82361ed73ffd: basic_cnf
2022-05-25T12:34:46.895Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:34:46.895Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:34:46.896Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:34:46.896Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:34:46.896Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:34:46.896Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:34:46.897Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:34:46.897Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:34:46.897Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:34:46.897Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:34:46.898Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:34:46.956Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf a5e5da0a-fd07-43b2-8cd6-cd43744b483a 1 ASDC deployResourceStructure
2022-05-25T12:34:46.957Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-05-25T12:34:46.957Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-05-25T12:34:46.957Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-25T12:34:46.957Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:34:46.959Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:34:46.959Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482086957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-25T12:34:47.059Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:34:47.059Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:34:47.060Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:34:47.074Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:34:47.075Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:34:47.959Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-05-25T12:34:47.960Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-05-25T12:34:47.960Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-25T12:34:47.960Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:34:47.962Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:34:47.962Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482087959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-25T12:34:48.062Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:34:48.063Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:34:48.063Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:34:48.075Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:34:48.075Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:34:48.963Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-05-25T12:34:48.963Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-25T12:34:48.963Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:34:48.964Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:34:48.965Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:34:48.965Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482088963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T12:34:49.065Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:34:49.066Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:34:49.066Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:34:49.075Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:34:49.075Z||pool-84-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:34:49.966Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-05-25T12:34:49.966Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-25T12:34:49.966Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:34:49.967Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:34:49.968Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:34:49.968Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482089966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T12:34:50.068Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:34:50.069Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:34:50.069Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:34:50.081Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:34:50.082Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:34:50.970Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-05-25T12:34:50.970Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-25T12:34:50.970Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:34:50.970Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:34:50.972Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:34:50.972Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482090970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-25T12:34:51.072Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:34:51.073Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:34:51.073Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:34:51.088Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:34:51.088Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:34:51.972Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-25T12:34:51.974Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-25T12:34:51.974Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:34:51.974Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:34:51.975Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:34:51.975Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482091972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:34:52.076Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:34:52.076Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:34:52.076Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:34:52.086Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:34:52.086Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:34:52.976Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3dc2081a-6200-4f5d-8bb2-42124b0d2e58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:34:52.986Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3dc2081a-6200-4f5d-8bb2-42124b0d2e58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:34:52.989Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:34:52.989Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T12:34:52.989Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T12:34:52.989Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T12:34:52.989Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:34:52.989Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:34:52.989Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:34:52.989Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:34:52.989Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:34:52.989Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:34:52.989Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:34:52.994Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T12:35:22.994Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3dc2081a-6200-4f5d-8bb2-42124b0d2e58 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-25T12:35:23.000Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3dc2081a-6200-4f5d-8bb2-42124b0d2e58 and serviceModelVersionId: 19b82d40-b0f8-482e-b9dd-82361ed73ffd
2022-05-25T12:35:23.000Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e5bd6d4e-2b69-466d-bd13-255147dbf6d2
2022-05-25T12:35:23.001Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e5bd6d4e-2b69-466d-bd13-255147dbf6d2/model-vers/model-ver/19b82d40-b0f8-482e-b9dd-82361ed73ffd?depth=0
2022-05-25T12:35:23.004Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T12:35:23.042Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5bd6d4e-2b69-466d-bd13-255147dbf6d2/model-vers/model-ver/19b82d40-b0f8-482e-b9dd-82361ed73ffd?depth=0|INFO|500||Invoke
2022-05-25T12:35:23.042Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5bd6d4e-2b69-466d-bd13-255147dbf6d2/model-vers/model-ver/19b82d40-b0f8-482e-b9dd-82361ed73ffd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5bd6d4e-2b69-466d-bd13-255147dbf6d2/model-vers/model-ver/19b82d40-b0f8-482e-b9dd-82361ed73ffd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3dc2081a-6200-4f5d-8bb2-42124b0d2e58], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[564e6918-1d0f-4b42-93a3-2609c3b17e0f], X-ECOMP-RequestID=[3dc2081a-6200-4f5d-8bb2-42124b0d2e58], X-TransactionId=[], X-ONAP-RequestID=[3dc2081a-6200-4f5d-8bb2-42124b0d2e58], Content-Type=[application/merge-patch+json]}
2022-05-25T12:35:23.058Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5bd6d4e-2b69-466d-bd13-255147dbf6d2/model-vers/model-ver/19b82d40-b0f8-482e-b9dd-82361ed73ffd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T12:35:23.146Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5bd6d4e-2b69-466d-bd13-255147dbf6d2/model-vers/model-ver/19b82d40-b0f8-482e-b9dd-82361ed73ffd?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/e5bd6d4e-2b69-466d-bd13-255147dbf6d2/model-vers/model-ver/19b82d40-b0f8-482e-b9dd-82361ed73ffd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220525-12:35:23:890-80568], vertex-id=[413776], Content-Length=[0], Date=[Wed, 25 May 2022 12:35:23 GMT], Content-Type=[application/json]}
2022-05-25T12:35:23.146Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5bd6d4e-2b69-466d-bd13-255147dbf6d2/model-vers/model-ver/19b82d40-b0f8-482e-b9dd-82361ed73ffd?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-25T12:35:23.147Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5bd6d4e-2b69-466d-bd13-255147dbf6d2/model-vers/model-ver/19b82d40-b0f8-482e-b9dd-82361ed73ffd?depth=0|INFO|500||InvokeReturn
2022-05-25T12:35:23.147Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T12:35:23.147Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:35:23.152Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-25T12:35:23.152Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3dc2081a-6200-4f5d-8bb2-42124b0d2e58 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T12:35:23.152Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T12:35:23.153Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:35:23.154Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:35:23.154Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482123152,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T12:35:23.254Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:35:23.255Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:35:23.255Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:35:23.272Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:35:23.272Z||pool-88-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T12:35:24.165Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T12:35:24.165Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"4ceca3d9-d598-4aed-ac84-1e023962f684","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"bc40966f-c54e-415d-b18e-2c8ebab00b80","serviceDescription":"service","serviceInvariantUUID":"a5082241-1e96-4a5b-b0af-0c22c5344911","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d1348eea-ed34-4336-9748-12885a357269","resourceInvariantUUID":"e01ae942-6de1-4e10-a63f-42986a829278","resourceCustomizationUUID":"14e6386a-de47-4020-a5b4-c1adfe1cecdb","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":"MWEwNDNkNmM0ZDM5M2U0ZjUxMGFmZTliMGNlYmJmNDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6dc96da6-db17-4356-83b7-3fc220521246","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":"NDY5NzY0Njc2MDM5NzE5OTMxY2Q4MmRlYTJkYzZmZDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0b11dff3-f4d8-4b42-9fe8-f5269b8f04a2","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":"a7a74cff-83f6-403c-8aa5-3e1f21f83d72","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":"d65efbf2-3ef4-4e1b-af89-90f660e3bedc","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":"bc920915-5001-4eea-9c0f-b89d5a9035cc","artifactVersion":"2","generatedFromUUID":"a7a74cff-83f6-403c-8aa5-3e1f21f83d72"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTBlYTM4Njc4MjhjMWU5MzM0MGY4NGIxOTk1ZDBmNGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7673772b-c81b-43c3-9273-932b16fa3457","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjI2MWVmYjkzYzBhZGZiMzNlMmU2MDk5OTQ4NDQxZTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"44f3364a-fc6a-454b-a3e3-67455b124c2d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T12:35:24.165Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:35:24.165Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:35:24.167Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:35:24.167Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:35:24.267Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:35:24.267Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:35:24.268Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:35:24.277Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:35:24.277Z||pool-89-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:35:25.167Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:35:25.168Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:35:25.169Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:35:25.170Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T12:35:25.270Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:35:25.270Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:35:25.270Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:35:25.283Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:35:25.284Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:35:26.170Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:35:26.170Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:35:26.172Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:35:26.172Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-25T12:35:26.272Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:35:26.273Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:35:26.273Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:35:26.285Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:35:26.285Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:35:27.173Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:35:27.173Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:35:27.175Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:35:27.175Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:35:27.275Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:35:27.275Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:35:27.276Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:35:27.287Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:35:27.288Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:35:28.175Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:35:28.176Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:35:28.177Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:35:28.177Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-25T12:35:28.278Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:35:28.278Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:35:28.278Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:35:28.287Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:35:28.287Z||pool-93-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:35:29.178Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:35:29.178Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:35:29.180Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:35:29.180Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:35:29.280Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:35:29.281Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:35:29.281Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:35:29.305Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:35:29.305Z||pool-94-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:35:30.180Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:35:30.181Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:35:30.182Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:35:30.183Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:35:30.283Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:35:30.283Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:35:30.284Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:35:30.292Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:35:30.292Z||pool-95-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:35:31.183Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "bc40966f-c54e-415d-b18e-2c8ebab00b80",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a5082241-1e96-4a5b-b0af-0c22c5344911",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "14e6386a-de47-4020-a5b4-c1adfe1cecdb",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d1348eea-ed34-4336-9748-12885a357269",
      "resourceInvariantUUID": "e01ae942-6de1-4e10-a63f-42986a829278",
      "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": "NDY5NzY0Njc2MDM5NzE5OTMxY2Q4MmRlYTJkYzZmZDc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0b11dff3-f4d8-4b42-9fe8-f5269b8f04a2",
          "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": "a7a74cff-83f6-403c-8aa5-3e1f21f83d72",
          "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": "bc920915-5001-4eea-9c0f-b89d5a9035cc",
            "generatedFromUUID": "a7a74cff-83f6-403c-8aa5-3e1f21f83d72"
          },
          "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": "bc920915-5001-4eea-9c0f-b89d5a9035cc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YjI2MWVmYjkzYzBhZGZiMzNlMmU2MDk5OTQ4NDQxZTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "44f3364a-fc6a-454b-a3e3-67455b124c2d"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T12:35:31.183Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T12:35:31.183Z|3dc2081a-6200-4f5d-8bb2-42124b0d2e58|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bc40966f-c54e-415d-b18e-2c8ebab00b80 ASDC
2022-05-25T12:35:31.184Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:4ceca3d9-d598-4aed-ac84-1e023962f684
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:bc40966f-c54e-415d-b18e-2c8ebab00b80
ServiceInvariantUUID:a5082241-1e96-4a5b-b0af-0c22c5344911
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:44f3364a-fc6a-454b-a3e3-67455b124c2d
ArtifactChecksum:YjI2MWVmYjkzYzBhZGZiMzNlMmU2MDk5OTQ4NDQxZTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:14e6386a-de47-4020-a5b4-c1adfe1cecdb
ResourceInvariantUUID:e01ae942-6de1-4e10-a63f-42986a829278
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:d1348eea-ed34-4336-9748-12885a357269
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:0b11dff3-f4d8-4b42-9fe8-f5269b8f04a2
ArtifactChecksum:NDY5NzY0Njc2MDM5NzE5OTMxY2Q4MmRlYTJkYzZmZDc=
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:a7a74cff-83f6-403c-8aa5-3e1f21f83d72
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:bc920915-5001-4eea-9c0f-b89d5a9035cc
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:bc920915-5001-4eea-9c0f-b89d5a9035cc
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-25T12:35:31.184Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bc40966f-c54e-415d-b18e-2c8ebab00b80 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T12:35:31.212Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T12:35:31.213Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-25T12:35:31.213Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-25T12:35:31.213Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 44f3364a-fc6a-454b-a3e3-67455b124c2d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-25T12:35:31.213Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:35:31.213Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-25T12:35:31.767Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:35:31.769Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 44f3364a-fc6a-454b-a3e3-67455b124c2d 71065
2022-05-25T12:35:31.769Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-25T12:35:31.770Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-25T12:35:31.770Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:35:31.770Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:35:31.771Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:35:31.771Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482131769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:35:31.872Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-25T12:35:31.872Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:35:31.872Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:35:31.882Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:35:31.883Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:35:32.772Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T12:35:32.772Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-25T12:35:32.772Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 44f3364a-fc6a-454b-a3e3-67455b124c2d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T12:35:32.773Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-05-25T12:35:32.773Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T12:35:32.773Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T12:35:32.908Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10879405049992731001/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_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 "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-05-25T12:35:33.883Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T12:35:33.883Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-25T12:35:33.883Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T12:35:33.884Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-25T12:35:33.884Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T12:35:33.884Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T12:35:33.884Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T12:35:33.884Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T12:35:33.884Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T12:35:33.884Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T12:35:33.884Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T12:35:33.884Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T12:35:33.885Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T12:35:33.885Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-25T12:35:33.885Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:35:33.885Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:35:33.885Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T12:35:33.885Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-25T12:35:33.885Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T12:35:33.886Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:35:33.886Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:35:33.886Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T12:35:33.886Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-25T12:35:33.886Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T12:35:33.886Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:35:33.887Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:35:33.887Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:35:33.887Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-25T12:35:33.887Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-25T12:35:33.887Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-25T12:35:33.887Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-25T12:35:33.887Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-25T12:35:33.888Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-25T12:35:33.888Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:35:33.888Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T12:35:33.888Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:35:33.888Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T12:35:33.888Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:35:33.889Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:35:33.889Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T12:35:33.889Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:35:33.889Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:35:33.889Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T12:35:33.889Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:35:33.890Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:35:33.890Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-25T12:35:33.890Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-25T12:35:33.890Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-25T12:35:33.890Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=54904be4-ba34-4da4-8722-8f0f66f53cef
2022-05-25T12:35:33.890Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:35:33.891Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:35:33.891Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:35:33.891Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:35:33.891Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:35:33.891Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:35:33.891Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:35:33.891Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:35:33.892Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:bc40966f-c54e-415d-b18e-2c8ebab00b80
Model Version:NULL
Model InvariantUuid:a5082241-1e96-4a5b-b0af-0c22c5344911
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:44cd5e10-d062-45b9-b480-d5514264999a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e01ae942-6de1-4e10-a63f-42986a829278
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:14e6386a-de47-4020-a5b4-c1adfe1cecdb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b34f670e-3d73-4af8-84f9-e2e233203523
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:c7d3c7dc-7164-4e37-8972-1d4cc79b1eab
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54904be4-ba34-4da4-8722-8f0f66f53cef
ModelInvariantUuid:fe11dfa1-b69a-4ad8-b058-c218c83d6b0d
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:531c4d6e-05d6-42df-bac4-c6805ddd9d86
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:e9368eed-d7ce-47a8-a554-7028df9a2276
ModelInvariantUuid:c513801c-5bf0-4209-b257-a4d0eb5ec78d
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:2b64672a-25fc-4e9e-b368-17ee2e32c408
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T12:35:33.898Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: d1348eea-ed34-4336-9748-12885a357269
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:35:33.900Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||basic_vm 0
2022-05-25T12:35:33.900Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d1348eea-ed34-4336-9748-12885a357269
2022-05-25T12:35:33.900Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0b11dff3-f4d8-4b42-9fe8-f5269b8f04a2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-25T12:35:33.900Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:35:33.900Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-25T12:35:34.045Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:35:34.045Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 0b11dff3-f4d8-4b42-9fe8-f5269b8f04a2 787
2022-05-25T12:35:34.046Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-05-25T12:35:34.046Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-25T12:35:34.046Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:35:34.046Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:35:34.048Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:35:34.048Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482134046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:35:34.148Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:35:34.148Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:35:34.148Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:35:34.158Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:35:34.159Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:35:35.048Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b34f670e-3d73-4af8-84f9-e2e233203523",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c7d3c7dc-7164-4e37-8972-1d4cc79b1eab",
    "vfModuleModelCustomizationUUID": "4a903997-4bac-4070-8afe-07d876cebb85",
    "isBase": true,
    "artifacts": [
      "a7a74cff-83f6-403c-8aa5-3e1f21f83d72",
      "bc920915-5001-4eea-9c0f-b89d5a9035cc"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-25T12:35:35.051Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c7d3c7dc-7164-4e37-8972-1d4cc79b1eab
VfModuleModelInvariantUUID:b34f670e-3d73-4af8-84f9-e2e233203523
VfModuleModelDescription:NULL
Artifacts UUID List:{
a7a74cff-83f6-403c-8aa5-3e1f21f83d72
,
bc920915-5001-4eea-9c0f-b89d5a9035cc

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

isBase:true


}

2022-05-25T12:35:35.052Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b34f670e-3d73-4af8-84f9-e2e233203523",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c7d3c7dc-7164-4e37-8972-1d4cc79b1eab",
    "vfModuleModelCustomizationUUID": "4a903997-4bac-4070-8afe-07d876cebb85",
    "isBase": true,
    "artifacts": [
      "a7a74cff-83f6-403c-8aa5-3e1f21f83d72",
      "bc920915-5001-4eea-9c0f-b89d5a9035cc"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-25T12:35:35.052Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c7d3c7dc-7164-4e37-8972-1d4cc79b1eab
VfModuleModelInvariantUUID:b34f670e-3d73-4af8-84f9-e2e233203523
VfModuleModelDescription:NULL
Artifacts UUID List:{
a7a74cff-83f6-403c-8aa5-3e1f21f83d72
,
bc920915-5001-4eea-9c0f-b89d5a9035cc

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

isBase:true


}

2022-05-25T12:35:35.052Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a7a74cff-83f6-403c-8aa5-3e1f21f83d72 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-25T12:35:35.053Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:35:35.053Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-25T12:35:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:35:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:35:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:35:35.165Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:35:35.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:35:35.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0191c3fe-1363-4c7d-b207-bddf15459f2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482067851,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T12:35:35.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:35:35.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:35:35.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:35:35.166Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:35:35.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:35:35.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-25T12:35:35.166Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:35:35.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:35:35.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-25T12:35:35.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:35:35.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:35:35.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T12:35:35.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:35:35.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:35:35.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-25T12:35:35.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:35:35.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:35:35.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:35:35.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:35:35.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:35:35.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-25T12:35:35.168Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:35:35.261Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:35:35.261Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml a7a74cff-83f6-403c-8aa5-3e1f21f83d72 5033
2022-05-25T12:35:35.261Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-25T12:35:35.261Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-25T12:35:35.261Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:35:35.262Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:35:35.263Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:35:35.263Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482135261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:35:35.363Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:35:35.364Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:35:35.364Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:35:35.382Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:35:35.382Z||pool-98-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:35:36.263Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bc920915-5001-4eea-9c0f-b89d5a9035cc from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-25T12:35:36.264Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:35:36.264Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-25T12:35:36.556Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:35:36.556Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env bc920915-5001-4eea-9c0f-b89d5a9035cc 903
2022-05-25T12:35:36.556Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-25T12:35:36.556Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-25T12:35:36.556Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:35:36.557Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:35:36.558Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:35:36.558Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482136556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:35:36.658Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:35:36.659Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:35:36.659Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:35:36.669Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:35:36.669Z||pool-99-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:35:37.559Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: bc40966f-c54e-415d-b18e-2c8ebab00b80
2022-05-25T12:35:37.559Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 d1348eea-ed34-4336-9748-12885a357269 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:35:37.571Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@8c2d255, org.onap.sdc.toscaparser.api.parameters.Input@2507f3a7, org.onap.sdc.toscaparser.api.parameters.Input@6fcb523c, org.onap.sdc.toscaparser.api.parameters.Input@5e9904fe, org.onap.sdc.toscaparser.api.parameters.Input@40573502]
2022-05-25T12:35:37.572Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:35:37.573Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:35:37.573Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-05-25T12:35:37.573Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 14e6386a-de47-4020-a5b4-c1adfe1cecdb
2022-05-25T12:35:37.573Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 14e6386a-de47-4020-a5b4-c1adfe1cecdb matches Tosca VF Customization UUID: 14e6386a-de47-4020-a5b4-c1adfe1cecdb
2022-05-25T12:35:37.573Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 14e6386a-de47-4020-a5b4-c1adfe1cecdb  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-25T12:35:37.575Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:35:37.575Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:35:37.575Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 14e6386a-de47-4020-a5b4-c1adfe1cecdb: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-05-25T12:35:37.575Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7990d85d
2022-05-25T12:35:37.576Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:35:37.576Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T12:35:37.576Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4a903997-4bac-4070-8afe-07d876cebb85
2022-05-25T12:35:37.576Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4a903997-4bac-4070-8afe-07d876cebb85
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-25T12:35:37.591Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:35:37.591Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T12:35:37.591Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:35:37.591Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:35:37.592Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T12:35:37.592Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:35:37.592Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:35:37.592Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-25T12:35:37.592Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-25T12:35:37.592Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-25T12:35:37.592Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=54904be4-ba34-4da4-8722-8f0f66f53cef
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-25T12:35:37.594Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:35:37.594Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T12:35:37.595Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:35:37.595Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:35:37.595Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T12:35:37.595Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=14e6386a-de47-4020-a5b4-c1adfe1cecdb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:35:37.597Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:35:37.597Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:35:37.597Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid bc40966f-c54e-415d-b18e-2c8ebab00b80: basic_vm
2022-05-25T12:35:37.597Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:35:37.597Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:35:37.597Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:35:37.597Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:35:37.598Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:35:37.598Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:35:37.598Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:35:37.598Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:35:37.598Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:35:37.598Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:35:37.599Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:35:37.669Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm d1348eea-ed34-4336-9748-12885a357269 1 ASDC deployResourceStructure
2022-05-25T12:35:37.669Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-05-25T12:35:37.669Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-25T12:35:37.669Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:35:37.670Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:35:37.671Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:35:37.671Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482137669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T12:35:37.771Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:35:37.772Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:35:37.772Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:35:37.780Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:35:37.780Z||pool-100-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:35:38.672Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-25T12:35:38.672Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-25T12:35:38.672Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:35:38.672Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:35:38.674Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:35:38.674Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482138672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T12:35:38.774Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:35:38.775Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:35:38.775Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:35:38.786Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:35:38.787Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:35:39.675Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-25T12:35:39.675Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-25T12:35:39.675Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:35:39.675Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:35:39.685Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:35:39.686Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482139675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-25T12:35:39.785Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:35:39.786Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:35:39.786Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:35:39.797Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:35:39.797Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:35:40.686Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-25T12:35:40.687Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-25T12:35:40.687Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:35:40.687Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:35:40.689Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:35:40.689Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482140686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:35:40.789Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:35:40.789Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:35:40.789Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:35:40.799Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:35:40.800Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:35:41.689Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ceca3d9-d598-4aed-ac84-1e023962f684
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:35:41.698Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ceca3d9-d598-4aed-ac84-1e023962f684
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:35:41.701Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:35:41.701Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T12:35:41.701Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T12:35:41.701Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T12:35:41.702Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:35:41.702Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:35:41.702Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:35:41.702Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:35:41.702Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:35:41.702Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:35:41.702Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:35:41.707Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T12:36:11.708Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4ceca3d9-d598-4aed-ac84-1e023962f684 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-25T12:36:11.712Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4ceca3d9-d598-4aed-ac84-1e023962f684 and serviceModelVersionId: bc40966f-c54e-415d-b18e-2c8ebab00b80
2022-05-25T12:36:11.712Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a5082241-1e96-4a5b-b0af-0c22c5344911
2022-05-25T12:36:11.713Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a5082241-1e96-4a5b-b0af-0c22c5344911/model-vers/model-ver/bc40966f-c54e-415d-b18e-2c8ebab00b80?depth=0
2022-05-25T12:36:11.716Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T12:36:11.750Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5082241-1e96-4a5b-b0af-0c22c5344911/model-vers/model-ver/bc40966f-c54e-415d-b18e-2c8ebab00b80?depth=0|INFO|500||Invoke
2022-05-25T12:36:11.751Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5082241-1e96-4a5b-b0af-0c22c5344911/model-vers/model-ver/bc40966f-c54e-415d-b18e-2c8ebab00b80?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5082241-1e96-4a5b-b0af-0c22c5344911/model-vers/model-ver/bc40966f-c54e-415d-b18e-2c8ebab00b80?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4ceca3d9-d598-4aed-ac84-1e023962f684], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2f56c9b8-f587-4202-8ab8-7444ea9cc285], X-ECOMP-RequestID=[4ceca3d9-d598-4aed-ac84-1e023962f684], X-TransactionId=[], X-ONAP-RequestID=[4ceca3d9-d598-4aed-ac84-1e023962f684], Content-Type=[application/merge-patch+json]}
2022-05-25T12:36:11.767Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5082241-1e96-4a5b-b0af-0c22c5344911/model-vers/model-ver/bc40966f-c54e-415d-b18e-2c8ebab00b80?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T12:36:11.845Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5082241-1e96-4a5b-b0af-0c22c5344911/model-vers/model-ver/bc40966f-c54e-415d-b18e-2c8ebab00b80?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/a5082241-1e96-4a5b-b0af-0c22c5344911/model-vers/model-ver/bc40966f-c54e-415d-b18e-2c8ebab00b80?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220525-12:36:12:598-45490], vertex-id=[446544], Content-Length=[0], Date=[Wed, 25 May 2022 12:36:12 GMT], Content-Type=[application/json]}
2022-05-25T12:36:11.845Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5082241-1e96-4a5b-b0af-0c22c5344911/model-vers/model-ver/bc40966f-c54e-415d-b18e-2c8ebab00b80?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-25T12:36:11.845Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5082241-1e96-4a5b-b0af-0c22c5344911/model-vers/model-ver/bc40966f-c54e-415d-b18e-2c8ebab00b80?depth=0|INFO|500||InvokeReturn
2022-05-25T12:36:11.846Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T12:36:11.846Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:36:11.852Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-25T12:36:11.852Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4ceca3d9-d598-4aed-ac84-1e023962f684 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T12:36:11.852Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T12:36:11.852Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:36:11.854Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:36:11.854Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482171852,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T12:36:11.954Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:36:11.955Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:36:11.955Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:36:11.969Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:36:11.970Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T12:36:12.863Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:36:12.864Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:36:12.864Z|4ceca3d9-d598-4aed-ac84-1e023962f684|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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:36:23.151Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:36:23.151Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:36:23.152Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:36:23.152Z|4ceca3d9-d598-4aed-ac84-1e023962f684|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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:36:32.697Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:36:32.698Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:36:32.698Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:36:32.698Z|4ceca3d9-d598-4aed-ac84-1e023962f684|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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:36:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:36:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:36:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:36:35.169Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:36:35.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:36:35.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:36:35.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:36:35.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:36:35.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:36:35.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:36:35.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:36:35.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482078372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:36:35.172Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:36:35.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:36:35.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482080558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:36:35.173Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:36:35.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:36:35.173Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482081607,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:36:35.173Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:36:35.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:36:35.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482082672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:36:35.174Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:36:35.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:36:35.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482084156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:36:35.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:36:35.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:36:35.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482085854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:36:35.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:36:35.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:36:35.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482086957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-25T12:36:35.176Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:36:35.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:36:35.176Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482087959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-25T12:36:35.176Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:36:35.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:36:35.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482088963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T12:36:35.177Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:36:35.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:36:35.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482089966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T12:36:35.178Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:36:35.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:36:35.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482090970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-25T12:36:35.178Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:36:35.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:36:35.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482091972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:36:35.179Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:36:35.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:36:35.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dc2081a-6200-4f5d-8bb2-42124b0d2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482123152,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T12:36:35.179Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:36:35.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:36:35.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:36:35.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:36:35.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:36:35.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T12:36:35.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:36:35.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:36:35.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-25T12:36:35.181Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:36:35.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:36:35.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:36:35.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:36:35.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:36:35.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-25T12:36:35.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:36:35.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:36:35.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:36:35.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:36:35.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:36:35.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653481931977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:36:35.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:36:35.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:36:35.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482131769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:36:35.184Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:36:35.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:36:35.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482134046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:36:35.184Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:36:42.236Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:36:42.237Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:36:42.237Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:36:42.237Z|4ceca3d9-d598-4aed-ac84-1e023962f684|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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:36:51.775Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:36:51.776Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:36:51.776Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:36:51.777Z|4ceca3d9-d598-4aed-ac84-1e023962f684|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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:37:01.313Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:37:01.314Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:37:01.314Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:37:01.314Z|4ceca3d9-d598-4aed-ac84-1e023962f684|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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:37:10.851Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:37:35.142Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:37:35.143Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:37:35.143Z|4ceca3d9-d598-4aed-ac84-1e023962f684|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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:37:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:37:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:37:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:37:35.162Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:37:35.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T12:37:35.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482135261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:37:35.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:37:44.696Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:38:35.142Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:38:35.143Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:38:35.143Z|4ceca3d9-d598-4aed-ac84-1e023962f684|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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:38:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:38:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:38:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:38:35.666Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:38:35.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T12:38:35.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482136556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:38:35.668Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:38:35.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T12:38:35.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482137669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T12:38:35.669Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:38:35.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T12:38:35.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482138672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T12:38:35.669Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:38:35.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T12:38:35.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482139675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-25T12:38:35.669Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:38:35.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T12:38:35.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482140686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:38:35.670Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:38:35.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T12:38:35.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ceca3d9-d598-4aed-ac84-1e023962f684",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482171852,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T12:38:35.670Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:38:44.692Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:39:35.142Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:39:35.143Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:39:35.143Z|4ceca3d9-d598-4aed-ac84-1e023962f684|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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:39:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:39:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:39:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:39:44.687Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:39:44.687Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:40:35.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:40:35.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:40:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:40:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:40:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:40:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:40:44.694Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:40:44.704Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:41:35.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:41:35.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:41:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:41:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:41:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:41:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:41:44.685Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:41:44.695Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:42:35.143Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:42:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:42:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:42:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:42:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:42:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:42:44.710Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:42:44.728Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:43:35.143Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:43:35.144Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:43:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:43:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:43:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:43:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:43:44.695Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:43:44.701Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:44:35.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:44:35.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:44:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:44:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:44:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:44:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:44:44.692Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:44:44.712Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:45:35.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:45:35.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:45:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:45:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:45:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:45:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:45:44.696Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:45:44.699Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:46:35.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:46:35.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:46:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:46:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:46:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:46:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:46:44.693Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:46:44.698Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:47:35.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:47:35.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:47:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:47:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:47:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:47:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:47:35.274Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:47:35.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653482836022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.277Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "cds",
  "timestamp": 1653482834988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.277Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "policy-id",
  "timestamp": 1653482836390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.278Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653482836022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.278Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "cds",
  "timestamp": 1653482834988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.278Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "policy-id",
  "timestamp": 1653482836390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.279Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "aai-ml",
  "timestamp": 1653482841431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.279Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653482836022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.279Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "cds",
  "timestamp": 1653482834988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.279Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "policy-id",
  "timestamp": 1653482836390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-25T12:47:35.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "aai-ml",
  "timestamp": 1653482841431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653482836022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "cds",
  "timestamp": 1653482834988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "policy-id",
  "timestamp": 1653482836390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "aai-ml",
  "timestamp": 1653482841431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653482836022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "cds",
  "timestamp": 1653482834988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "policy-id",
  "timestamp": 1653482836390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "aai-ml",
  "timestamp": 1653482841431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482844907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653482836022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "cds",
  "timestamp": 1653482834988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "policy-id",
  "timestamp": 1653482836390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "aai-ml",
  "timestamp": 1653482841431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482844907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T12:47:35.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653482836022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "cds",
  "timestamp": 1653482834988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "policy-id",
  "timestamp": 1653482836390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "aai-ml",
  "timestamp": 1653482841431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482844907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-25T12:47:35.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653482836022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "cds",
  "timestamp": 1653482834988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "policy-id",
  "timestamp": 1653482836390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "aai-ml",
  "timestamp": 1653482841431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482844907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653482836022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "cds",
  "timestamp": 1653482834988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.287Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "policy-id",
  "timestamp": 1653482836390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.287Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "aai-ml",
  "timestamp": 1653482841431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.287Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482844907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-25T12:47:35.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "cds",
  "timestamp": 1653482834988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:47:35.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653482836022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "policy-id",
  "timestamp": 1653482836390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:47:35.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "aai-ml",
  "timestamp": 1653482841431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482844907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-25T12:47:35.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "aai-ml",
  "timestamp": 1653482841431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:47:35.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "cds",
  "timestamp": 1653482852231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:47:35.289Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:47:35.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "policy-id",
  "timestamp": 1653482850443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:47:35.290Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:47:35.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482844907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-25T12:47:35.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "policy-id",
  "timestamp": 1653482851447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:47:35.290Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:47:35.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "aai-ml",
  "timestamp": 1653482852179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:47:35.290Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:47:35.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482844907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "policy-id",
  "timestamp": 1653482852450,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:47:35.317Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49366561-39c0-48b8-83d7-d931eccb3a26
2022-05-25T12:47:35.317Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49366561-39c0-48b8-83d7-d931eccb3a26 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:47:35.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "cds",
  "timestamp": 1653482854578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:47:35.331Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 49366561-39c0-48b8-83d7-d931eccb3a26
2022-05-25T12:47:35.331Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49366561-39c0-48b8-83d7-d931eccb3a26 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:47:35.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482844907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.338Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482844907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:47:35.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "cds",
  "timestamp": 1653482855586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482854801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653482856022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:47:35.769Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:47:35.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:47:35.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"49366561-39c0-48b8-83d7-d931eccb3a26","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"38dad081-5c42-4cfd-ae0e-462ce8478735","serviceDescription":"service","serviceInvariantUUID":"b4435496-a24a-4d0b-ab56-c9663011d89e","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"70b3646a-907c-4560-84f3-d4050c484491","resourceInvariantUUID":"b029166a-ea79-4792-ba95-39b06e99098f","resourceCustomizationUUID":"e9228910-26da-444a-8da8-ac71189c7ecd","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":"ZDAxMDc0ZWU5ZTE2MTcxZDc1MDM5ZGNmMzU5YTMzY2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d6389843-4fc1-4307-ba66-18202ee97e53","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":"OTg0Zjc4YWYzMTVlYzU4OTFmNTMwYzY5ZThmNDcwYjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c054efd8-9aa9-4240-98f6-655d65e72621","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":"5aaba3db-be72-4096-b275-8f92f1b828d2","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":"1cdc270d-2134-43f7-be71-225b9438bf37","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":"33159eed-9a5f-433b-88e3-67459e1c1ae3","artifactVersion":"2","generatedFromUUID":"7b5a65bc-a38e-46f5-b751-2bdc1d4f3ef7"},{"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":"8c100fbd-271b-4fd4-98cc-04aa1c452eb0","artifactVersion":"2","generatedFromUUID":"5aaba3db-be72-4096-b275-8f92f1b828d2"},{"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":"7b5a65bc-a38e-46f5-b751-2bdc1d4f3ef7","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":"771a048a-f4c5-4fdf-bc85-a31dee0fc318","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":"ZTQxN2VlMGU2ZGNhNTYyZDEzN2ZkZTFjNmFhZjQyZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b27ba9e3-86d4-48fb-bc2e-24dc718665a1","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NjhjZmY2M2Y3ZjFmZDU3MzY2NjNiNTFiYTEyZTQzMWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d5ca20fd-8767-4a1b-ace0-e2d2eecbbc18","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T12:47:35.772Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:47:35.773Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:47:35.777Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:47:35.777Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:35.877Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:47:35.878Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:47:35.878Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:47:35.888Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:47:35.889Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:47:36.777Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:47:36.778Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:47:36.780Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:47:36.780Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T12:47:36.880Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:47:36.881Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:47:36.881Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:47:36.896Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:47:36.896Z||pool-106-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:47:37.781Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:47:37.781Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:47:37.783Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:47:37.783Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-25T12:47:37.884Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-25T12:47:37.884Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:47:37.885Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:47:37.896Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:47:37.896Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:47:38.784Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:47:38.784Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:47:38.786Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:47:38.786Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:38.886Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:47:38.887Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:47:38.887Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:47:38.897Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:47:38.898Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:47:39.787Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:47:39.787Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:47:39.789Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:47:39.789Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-25T12:47:39.889Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:47:39.890Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:47:39.890Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:47:39.901Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:47:39.901Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:47:40.789Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:47:40.790Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:47:40.791Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:47:40.792Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-25T12:47:40.892Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:47:40.892Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:47:40.892Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:47:40.903Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:47:40.904Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:47:41.792Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:47:41.793Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:47:41.795Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:47:41.795Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-25T12:47:41.895Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:47:41.896Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:47:41.896Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:47:41.909Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:47:41.909Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:47:42.795Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:47:42.796Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:47:42.798Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:47:42.798Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:42.898Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:47:42.899Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:47:42.899Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:47:42.910Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:47:42.910Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:47:43.798Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:47:43.799Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:47:43.801Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:47:43.801Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:47:43.901Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:47:43.902Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:47:43.902Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:47:43.912Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:47:43.913Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:47:44.801Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:47:44.802Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:47:44.803Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:47:44.804Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:47:44.904Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:47:44.904Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:47:44.904Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:47:44.913Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:47:44.914Z||pool-114-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:47:45.804Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "38dad081-5c42-4cfd-ae0e-462ce8478735",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b4435496-a24a-4d0b-ab56-c9663011d89e",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e9228910-26da-444a-8da8-ac71189c7ecd",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "70b3646a-907c-4560-84f3-d4050c484491",
      "resourceInvariantUUID": "b029166a-ea79-4792-ba95-39b06e99098f",
      "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": "OTg0Zjc4YWYzMTVlYzU4OTFmNTMwYzY5ZThmNDcwYjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c054efd8-9aa9-4240-98f6-655d65e72621",
          "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": "5aaba3db-be72-4096-b275-8f92f1b828d2",
          "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": "8c100fbd-271b-4fd4-98cc-04aa1c452eb0",
            "generatedFromUUID": "5aaba3db-be72-4096-b275-8f92f1b828d2"
          },
          "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": "33159eed-9a5f-433b-88e3-67459e1c1ae3",
          "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": "8c100fbd-271b-4fd4-98cc-04aa1c452eb0",
          "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": "7b5a65bc-a38e-46f5-b751-2bdc1d4f3ef7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NjhjZmY2M2Y3ZjFmZDU3MzY2NjNiNTFiYTEyZTQzMWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d5ca20fd-8767-4a1b-ace0-e2d2eecbbc18"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T12:47:45.805Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T12:47:45.805Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 38dad081-5c42-4cfd-ae0e-462ce8478735 ASDC
2022-05-25T12:47:45.806Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:49366561-39c0-48b8-83d7-d931eccb3a26
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:38dad081-5c42-4cfd-ae0e-462ce8478735
ServiceInvariantUUID:b4435496-a24a-4d0b-ab56-c9663011d89e
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:d5ca20fd-8767-4a1b-ace0-e2d2eecbbc18
ArtifactChecksum:NjhjZmY2M2Y3ZjFmZDU3MzY2NjNiNTFiYTEyZTQzMWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e9228910-26da-444a-8da8-ac71189c7ecd
ResourceInvariantUUID:b029166a-ea79-4792-ba95-39b06e99098f
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:70b3646a-907c-4560-84f3-d4050c484491
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:c054efd8-9aa9-4240-98f6-655d65e72621
ArtifactChecksum:OTg0Zjc4YWYzMTVlYzU4OTFmNTMwYzY5ZThmNDcwYjI=
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:5aaba3db-be72-4096-b275-8f92f1b828d2
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:8c100fbd-271b-4fd4-98cc-04aa1c452eb0
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:33159eed-9a5f-433b-88e3-67459e1c1ae3
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:8c100fbd-271b-4fd4-98cc-04aa1c452eb0
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:7b5a65bc-a38e-46f5-b751-2bdc1d4f3ef7
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-25T12:47:45.806Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 38dad081-5c42-4cfd-ae0e-462ce8478735 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T12:47:45.848Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T12:47:45.849Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T12:47:45.850Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T12:47:45.850Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d5ca20fd-8767-4a1b-ace0-e2d2eecbbc18 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-25T12:47:45.850Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T12:47:45.850Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-25T12:47:46.286Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T12:47:46.293Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar d5ca20fd-8767-4a1b-ace0-e2d2eecbbc18 158206
2022-05-25T12:47:46.294Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-05-25T12:47:46.294Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-25T12:47:46.294Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:47:46.294Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:47:46.296Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:47:46.296Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482866294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:47:46.396Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:47:46.397Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:47:46.397Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:47:46.406Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:47:46.407Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:47:47.296Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T12:47:47.297Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T12:47:47.297Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d5ca20fd-8767-4a1b-ace0-e2d2eecbbc18, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-25T12:47:47.298Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-05-25T12:47:47.298Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-25T12:47:47.298Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-25T12:47:47.525Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14518896165939498048/Definitions/service-BasicCnfMacro-template.yml
2022-05-25T12:47:48.724Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T12:47:48.724Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-25T12:47:48.724Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-25T12:47:48.724Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-25T12:47:48.724Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-25T12:47:48.725Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-25T12:47:48.725Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-25T12:47:48.725Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-25T12:47:48.725Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-25T12:47:48.725Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:47:48.725Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:47:48.726Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T12:47:48.726Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-25T12:47:48.726Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T12:47:48.726Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:47:48.726Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:47:48.726Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T12:47:48.727Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-25T12:47:48.727Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T12:47:48.727Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:47:48.727Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:47:48.727Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:47:48.727Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-25T12:47:48.727Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-05-25T12:47:48.728Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-05-25T12:47:48.728Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-25T12:47:48.728Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:47:48.728Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T12:47:48.728Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:47:48.728Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T12:47:48.728Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:47:48.729Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:47:48.729Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T12:47:48.729Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:47:48.729Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:47:48.729Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T12:47:48.729Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:47:48.730Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:47:48.730Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T12:47:48.730Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:47:48.730Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:47:48.730Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-25T12:47:48.730Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-05-25T12:47:48.730Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=828604a9-c23f-411a-949a-a0378eca822b
2022-05-25T12:47:48.731Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:47:48.731Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:47:48.731Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:47:48.731Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:47:48.731Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:47:48.731Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:47:48.731Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:47:48.731Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:47:48.732Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:38dad081-5c42-4cfd-ae0e-462ce8478735
Model Version:NULL
Model InvariantUuid:b4435496-a24a-4d0b-ab56-c9663011d89e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:223a96c6-90ca-4ac4-a27c-3e6865c4ec90
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b029166a-ea79-4792-ba95-39b06e99098f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e9228910-26da-444a-8da8-ac71189c7ecd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7652b1b5-515c-4217-933d-5e96afbcd877
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:67c445fe-f8f7-48d9-9499-d9f1fa5db3b3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:6a2437bc-afcf-4a22-96b4-6de7cc313c10
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:04689a82-a485-4bf8-8530-5ac2fde98984
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:828604a9-c23f-411a-949a-a0378eca822b
ModelInvariantUuid:d10c6ee2-73a6-453f-a18c-631c5c533a4d
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:905e6f94-a993-4ce1-b58e-d615b552d45c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:aa8b3f79-d5d3-4550-af42-d75739fb3e32
ModelInvariantUuid:20faa904-ed97-4eee-9d65-2f3ae270d808
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:62b34ad2-1774-4336-bfed-8740d36e0a4d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T12:47:48.741Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 70b3646a-907c-4560-84f3-d4050c484491
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:47:48.746Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0
2022-05-25T12:47:48.746Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 70b3646a-907c-4560-84f3-d4050c484491
2022-05-25T12:47:48.746Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c054efd8-9aa9-4240-98f6-655d65e72621 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-25T12:47:48.746Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T12:47:48.746Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-25T12:47:49.012Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T12:47:49.012Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json c054efd8-9aa9-4240-98f6-655d65e72621 1565
2022-05-25T12:47:49.012Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-05-25T12:47:49.012Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-25T12:47:49.012Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:47:49.012Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:47:49.014Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:47:49.014Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482869012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:47:49.114Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:47:49.114Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:47:49.115Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:47:49.128Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:47:49.129Z||pool-116-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:47:50.014Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "6a2437bc-afcf-4a22-96b4-6de7cc313c10",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "04689a82-a485-4bf8-8530-5ac2fde98984",
    "vfModuleModelCustomizationUUID": "e79c5cda-1232-4790-8506-66ee0aa82a15",
    "isBase": true,
    "artifacts": [
      "5aaba3db-be72-4096-b275-8f92f1b828d2",
      "8c100fbd-271b-4fd4-98cc-04aa1c452eb0"
    ],
    "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": "7652b1b5-515c-4217-933d-5e96afbcd877",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "67c445fe-f8f7-48d9-9499-d9f1fa5db3b3",
    "vfModuleModelCustomizationUUID": "1706648c-7d85-49de-ae86-35a30831ea9e",
    "isBase": false,
    "artifacts": [
      "7b5a65bc-a38e-46f5-b751-2bdc1d4f3ef7"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-25T12:47:50.019Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:04689a82-a485-4bf8-8530-5ac2fde98984
VfModuleModelInvariantUUID:6a2437bc-afcf-4a22-96b4-6de7cc313c10
VfModuleModelDescription:NULL
Artifacts UUID List:{
5aaba3db-be72-4096-b275-8f92f1b828d2
,
8c100fbd-271b-4fd4-98cc-04aa1c452eb0

}
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:67c445fe-f8f7-48d9-9499-d9f1fa5db3b3
VfModuleModelInvariantUUID:7652b1b5-515c-4217-933d-5e96afbcd877
VfModuleModelDescription:NULL
Artifacts UUID List:{
7b5a65bc-a38e-46f5-b751-2bdc1d4f3ef7

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

isBase:false


}

2022-05-25T12:47:50.021Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "6a2437bc-afcf-4a22-96b4-6de7cc313c10",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "04689a82-a485-4bf8-8530-5ac2fde98984",
    "vfModuleModelCustomizationUUID": "e79c5cda-1232-4790-8506-66ee0aa82a15",
    "isBase": true,
    "artifacts": [
      "5aaba3db-be72-4096-b275-8f92f1b828d2",
      "8c100fbd-271b-4fd4-98cc-04aa1c452eb0"
    ],
    "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": "7652b1b5-515c-4217-933d-5e96afbcd877",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "67c445fe-f8f7-48d9-9499-d9f1fa5db3b3",
    "vfModuleModelCustomizationUUID": "1706648c-7d85-49de-ae86-35a30831ea9e",
    "isBase": false,
    "artifacts": [
      "7b5a65bc-a38e-46f5-b751-2bdc1d4f3ef7"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-25T12:47:50.021Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:04689a82-a485-4bf8-8530-5ac2fde98984
VfModuleModelInvariantUUID:6a2437bc-afcf-4a22-96b4-6de7cc313c10
VfModuleModelDescription:NULL
Artifacts UUID List:{
5aaba3db-be72-4096-b275-8f92f1b828d2
,
8c100fbd-271b-4fd4-98cc-04aa1c452eb0

}
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:67c445fe-f8f7-48d9-9499-d9f1fa5db3b3
VfModuleModelInvariantUUID:7652b1b5-515c-4217-933d-5e96afbcd877
VfModuleModelDescription:NULL
Artifacts UUID List:{
7b5a65bc-a38e-46f5-b751-2bdc1d4f3ef7

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

isBase:false


}

2022-05-25T12:47:50.021Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5aaba3db-be72-4096-b275-8f92f1b828d2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-25T12:47:50.021Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T12:47:50.021Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-25T12:47:50.224Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T12:47:50.224Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 5aaba3db-be72-4096-b275-8f92f1b828d2 914
2022-05-25T12:47:50.224Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-05-25T12:47:50.224Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-25T12:47:50.224Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:47:50.225Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:47:50.226Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:47:50.226Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482870224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:47:50.327Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-25T12:47:50.328Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:47:50.328Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:47:50.340Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:47:50.340Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:47:51.227Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 33159eed-9a5f-433b-88e3-67459e1c1ae3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-25T12:47:51.227Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T12:47:51.228Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-25T12:47:51.331Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T12:47:51.331Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 33159eed-9a5f-433b-88e3-67459e1c1ae3 12
2022-05-25T12:47:51.332Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-05-25T12:47:51.332Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-25T12:47:51.332Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:47:51.332Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:47:51.334Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:47:51.334Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482871332,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:47:51.434Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:47:51.435Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:47:51.435Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:47:51.444Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:47:51.444Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:47:52.334Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8c100fbd-271b-4fd4-98cc-04aa1c452eb0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-25T12:47:52.335Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T12:47:52.335Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-25T12:47:52.517Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T12:47:52.517Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 8c100fbd-271b-4fd4-98cc-04aa1c452eb0 96
2022-05-25T12:47:52.517Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-05-25T12:47:52.518Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-25T12:47:52.518Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:47:52.518Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:47:52.519Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:47:52.520Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482872517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:47:52.620Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:47:52.620Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:47:52.620Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:47:52.646Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:47:52.646Z||pool-119-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:47:53.520Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7b5a65bc-a38e-46f5-b751-2bdc1d4f3ef7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-25T12:47:53.520Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T12:47:53.521Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-25T12:47:53.628Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T12:47:53.629Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 7b5a65bc-a38e-46f5-b751-2bdc1d4f3ef7 20206
2022-05-25T12:47:53.629Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-05-25T12:47:53.629Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-25T12:47:53.629Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:47:53.630Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:47:53.631Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:47:53.631Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482873629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:47:53.731Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:47:53.732Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:47:53.732Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:47:53.744Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:47:53.744Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:47:54.634Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 38dad081-5c42-4cfd-ae0e-462ce8478735
2022-05-25T12:47:54.634Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 70b3646a-907c-4560-84f3-d4050c484491 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:47:54.645Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6493317c, org.onap.sdc.toscaparser.api.parameters.Input@c3c46c3, org.onap.sdc.toscaparser.api.parameters.Input@5c1dae08, org.onap.sdc.toscaparser.api.parameters.Input@5ccfb446, org.onap.sdc.toscaparser.api.parameters.Input@212a6672]
2022-05-25T12:47:54.646Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:47:54.646Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:47:54.647Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-05-25T12:47:54.647Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= e9228910-26da-444a-8da8-ac71189c7ecd
2022-05-25T12:47:54.647Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e9228910-26da-444a-8da8-ac71189c7ecd matches Tosca VF Customization UUID: e9228910-26da-444a-8da8-ac71189c7ecd
2022-05-25T12:47:54.647Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: e9228910-26da-444a-8da8-ac71189c7ecd  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-25T12:47:54.649Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:47:54.650Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:47:54.650Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id e9228910-26da-444a-8da8-ac71189c7ecd: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-05-25T12:47:54.650Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5fde5ac5
2022-05-25T12:47:54.650Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:47:54.651Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T12:47:54.651Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1706648c-7d85-49de-ae86-35a30831ea9e
2022-05-25T12:47:54.651Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1706648c-7d85-49de-ae86-35a30831ea9e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-25T12:47:54.653Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:47:54.654Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T12:47:54.654Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:47:54.654Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:47:54.654Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T12:47:54.654Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:47:54.655Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:47:54.655Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T12:47:54.655Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e9228910-26da-444a-8da8-ac71189c7ecd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:47:54.656Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:47:54.656Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:47:54.657Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 38dad081-5c42-4cfd-ae0e-462ce8478735: basic_cnf_macro
2022-05-25T12:47:54.657Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:47:54.657Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:47:54.657Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:47:54.657Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:47:54.657Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:47:54.658Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:47:54.658Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:47:54.658Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:47:54.658Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:47:54.658Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:47:54.658Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:47:54.692Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 70b3646a-907c-4560-84f3-d4050c484491 2 ASDC deployResourceStructure
2022-05-25T12:47:54.692Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-05-25T12:47:54.692Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-25T12:47:54.692Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:47:54.693Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:47:54.694Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:47:54.694Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482874692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T12:47:54.794Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:47:54.795Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:47:54.795Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:47:54.806Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:47:54.806Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:47:55.695Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-05-25T12:47:55.695Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-25T12:47:55.696Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:47:55.696Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:47:55.697Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:47:55.698Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482875695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T12:47:55.798Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:47:55.798Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:47:55.798Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:47:55.808Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:47:55.808Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:47:56.698Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-05-25T12:47:56.698Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-05-25T12:47:56.698Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-25T12:47:56.699Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:47:56.701Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:47:56.701Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482876698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-25T12:47:56.801Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:47:56.802Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:47:56.802Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:47:56.813Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:47:56.813Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:47:57.701Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-05-25T12:47:57.702Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-25T12:47:57.702Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:47:57.702Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:47:57.704Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:47:57.704Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482877701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-25T12:47:57.804Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:47:57.805Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:47:57.805Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:47:57.815Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:47:57.815Z||pool-124-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:47:58.704Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-05-25T12:47:58.705Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-05-25T12:47:58.705Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-25T12:47:58.705Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:47:58.707Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:47:58.707Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482878704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-25T12:47:58.807Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:47:58.808Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:47:58.808Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:47:58.818Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:47:58.818Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:47:59.707Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-05-25T12:47:59.708Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-25T12:47:59.708Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:47:59.708Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:47:59.709Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:47:59.710Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482879707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:47:59.810Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:47:59.810Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:47:59.811Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:47:59.822Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:47:59.822Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:48:00.710Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49366561-39c0-48b8-83d7-d931eccb3a26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:48:00.719Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49366561-39c0-48b8-83d7-d931eccb3a26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:48:00.721Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:48:00.721Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T12:48:00.721Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T12:48:30.722Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49366561-39c0-48b8-83d7-d931eccb3a26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:48:30.731Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49366561-39c0-48b8-83d7-d931eccb3a26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:48:30.733Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:48:30.733Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T12:48:30.733Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T12:48:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:48:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:48:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:48:35.174Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:48:35.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:48:35.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482855842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:48:35.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:49:00.733Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49366561-39c0-48b8-83d7-d931eccb3a26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:49:00.743Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49366561-39c0-48b8-83d7-d931eccb3a26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:49:00.745Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:49:00.745Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T12:49:00.746Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T12:49:30.746Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49366561-39c0-48b8-83d7-d931eccb3a26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:49:30.755Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49366561-39c0-48b8-83d7-d931eccb3a26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:49:30.757Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:49:30.757Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T12:49:30.757Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T12:49:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:49:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:49:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:49:35.169Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:49:35.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:49:35.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "cds",
  "timestamp": 1653482855586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:49:35.170Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:00.757Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49366561-39c0-48b8-83d7-d931eccb3a26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:50:00.765Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49366561-39c0-48b8-83d7-d931eccb3a26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:50:00.767Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:50:00.767Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T12:50:00.767Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T12:50:30.768Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49366561-39c0-48b8-83d7-d931eccb3a26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:50:30.777Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49366561-39c0-48b8-83d7-d931eccb3a26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:50:30.779Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:50:30.779Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T12:50:30.779Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T12:50:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:50:35.146Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:50:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:50:35.164Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:50:35.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482854801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653482856022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482856956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:50:35.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "cds",
  "timestamp": 1653482855586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482854801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T12:50:35.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "policy-id",
  "timestamp": 1653482856387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653482856022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "clamp",
  "timestamp": 1653482857627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482858046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:50:35.179Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "cds",
  "timestamp": 1653482855586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482854801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-25T12:50:35.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "policy-id",
  "timestamp": 1653482856387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653482856022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "clamp",
  "timestamp": 1653482857627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T12:50:35.181Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "cds",
  "timestamp": 1653482855586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.181Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482859337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:50:35.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482854801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.181Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.181Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "aai-ml",
  "timestamp": 1653482859640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:50:35.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "policy-id",
  "timestamp": 1653482856387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-25T12:50:35.182Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653482856022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.182Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "clamp",
  "timestamp": 1653482857627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.182Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "cds",
  "timestamp": 1653482855586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.183Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482860378,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:50:35.188Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49366561-39c0-48b8-83d7-d931eccb3a26
2022-05-25T12:50:35.188Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49366561-39c0-48b8-83d7-d931eccb3a26 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-25T12:50:35.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482854801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-25T12:50:35.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "aai-ml",
  "timestamp": 1653482860644,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:50:35.201Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 49366561-39c0-48b8-83d7-d931eccb3a26
2022-05-25T12:50:35.201Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49366561-39c0-48b8-83d7-d931eccb3a26 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:50:35.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "policy-id",
  "timestamp": 1653482856387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.209Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653482856022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.209Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "clamp",
  "timestamp": 1653482857627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "cds",
  "timestamp": 1653482855586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482861381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T12:50:35.210Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482854801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-25T12:50:35.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "aai-ml",
  "timestamp": 1653482841431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "policy-id",
  "timestamp": 1653482856387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653482856022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "clamp",
  "timestamp": 1653482857627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "cds",
  "timestamp": 1653482855586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:50:35.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482844907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482854801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-25T12:50:35.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "aai-ml",
  "timestamp": 1653482841431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "policy-id",
  "timestamp": 1653482856387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653482856022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "clamp",
  "timestamp": 1653482857627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "cds",
  "timestamp": 1653482864389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:50:35.215Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482844907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T12:50:35.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482854801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "aai-ml",
  "timestamp": 1653482841431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.216Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "policy-id",
  "timestamp": 1653482856387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.216Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "clamp",
  "timestamp": 1653482857627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.216Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482844907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-25T12:50:35.216Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482854801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:50:35.216Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "cds",
  "timestamp": 1653482865541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:50:35.230Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 60bd5486-309c-4d54-a22c-c3eb1d69a076
2022-05-25T12:50:35.230Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60bd5486-309c-4d54-a22c-c3eb1d69a076 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:50:35.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "aai-ml",
  "timestamp": 1653482841431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "policy-id",
  "timestamp": 1653482856387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:50:35.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "clamp",
  "timestamp": 1653482857627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482844907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:50:35.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "aai-ml",
  "timestamp": 1653482841431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482865839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:50:35.240Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "clamp",
  "timestamp": 1653482857627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "policy-id",
  "timestamp": 1653482865320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:50:35.241Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "cds",
  "timestamp": 1653482866544,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482844907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-25T12:50:35.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "aai-ml",
  "timestamp": 1653482841431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482866294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:50:35.243Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "clamp",
  "timestamp": 1653482857627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:50:35.243Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "policy-id",
  "timestamp": 1653482866324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:50:35.244Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "cds",
  "timestamp": 1653482866544,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.244Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482844907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "aai-ml",
  "timestamp": 1653482841431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482867754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:50:35.245Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "policy-id",
  "timestamp": 1653482867326,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:50:35.251Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60bd5486-309c-4d54-a22c-c3eb1d69a076
2022-05-25T12:50:35.251Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60bd5486-309c-4d54-a22c-c3eb1d69a076 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:50:35.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "cds",
  "timestamp": 1653482866544,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482844907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "aai-ml",
  "timestamp": 1653482841431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:50:35.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482868756,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:50:35.265Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 49366561-39c0-48b8-83d7-d931eccb3a26
2022-05-25T12:50:35.265Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49366561-39c0-48b8-83d7-d931eccb3a26 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:50:35.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "cds",
  "timestamp": 1653482866544,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482844907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:50:35.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482869012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:50:35.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482854801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "aai-ml",
  "timestamp": 1653482869836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:50:35.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "cds",
  "timestamp": 1653482866544,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482870570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:50:35.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482854801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482870224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:50:35.276Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "cds",
  "timestamp": 1653482866544,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.276Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482871733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:50:35.276Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482854801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.277Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482871332,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:50:35.277Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "cds",
  "timestamp": 1653482866544,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.277Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482854801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.278Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482872924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:50:35.278Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "cds",
  "timestamp": 1653482866544,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.278Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482872517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:50:35.278Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482854801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.279Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482873943,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:50:35.287Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60bd5486-309c-4d54-a22c-c3eb1d69a076
2022-05-25T12:50:35.287Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60bd5486-309c-4d54-a22c-c3eb1d69a076 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-25T12:50:35.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "cds",
  "timestamp": 1653482866544,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:50:35.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482873629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:50:35.294Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482854801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482874946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T12:50:35.295Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "aai-ml",
  "timestamp": 1653482875216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:50:35.296Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "cds",
  "timestamp": 1653482876325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:50:35.296Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482874692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T12:50:35.297Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482854801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.297Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653482876022,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.298Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "aai-ml",
  "timestamp": 1653482876219,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:50:35.303Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 60bd5486-309c-4d54-a22c-c3eb1d69a076
2022-05-25T12:50:35.304Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60bd5486-309c-4d54-a22c-c3eb1d69a076 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:50:35.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482875695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T12:50:35.312Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "cds",
  "timestamp": 1653482877477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:50:35.324Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a
2022-05-25T12:50:35.324Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:50:35.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.332Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482875950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.333Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482854801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:50:35.333Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653482876022,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482876698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-25T12:50:35.335Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482875950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "policy-id",
  "timestamp": 1653482876387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.336Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653482876022,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.336Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482877840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:50:35.337Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "aai-ml",
  "timestamp": 1653482877223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.337Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482877701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-25T12:50:35.338Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482875950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "policy-id",
  "timestamp": 1653482876387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653482876022,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "aai-ml",
  "timestamp": 1653482877223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482878704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-25T12:50:35.341Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "clamp",
  "timestamp": 1653482879778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:50:35.341Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482875950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482879695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:50:35.343Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "policy-id",
  "timestamp": 1653482876387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.343Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "aai-ml",
  "timestamp": 1653482877223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653482876022,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482879707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:50:35.345Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482875950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.345Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482880698,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:50:35.351Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 60bd5486-309c-4d54-a22c-c3eb1d69a076
2022-05-25T12:50:35.351Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60bd5486-309c-4d54-a22c-c3eb1d69a076 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:50:35.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "policy-id",
  "timestamp": 1653482876387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653482876022,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "aai-ml",
  "timestamp": 1653482877223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482875950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.362Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "policy-id",
  "timestamp": 1653482876387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.362Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653482876022,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-25T12:50:35.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "aai-ml",
  "timestamp": 1653482877223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482875950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "policy-id",
  "timestamp": 1653482876387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653482876022,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "aai-ml",
  "timestamp": 1653482877223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "clamp",
  "timestamp": 1653482883783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:50:35.367Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482875950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "policy-id",
  "timestamp": 1653482876387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653482876022,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "aai-ml",
  "timestamp": 1653482877223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "clamp",
  "timestamp": 1653482884786,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:50:35.374Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 49366561-39c0-48b8-83d7-d931eccb3a26
2022-05-25T12:50:35.374Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49366561-39c0-48b8-83d7-d931eccb3a26 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:50:35.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653482875950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:50:35.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "policy-id",
  "timestamp": 1653482876387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "aai-ml",
  "timestamp": 1653482877223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653482886013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:50:35.383Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482884801,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.383Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "clamp",
  "timestamp": 1653482857627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "policy-id",
  "timestamp": 1653482876387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:50:35.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "aai-ml",
  "timestamp": 1653482877223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:50:35.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653482887080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T12:50:35.386Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482884801,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.386Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "clamp",
  "timestamp": 1653482857627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T12:50:35.387Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "aai-ml",
  "timestamp": 1653482886950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:50:35.388Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "policy-id",
  "timestamp": 1653482886242,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:50:35.388Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653482888083,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:50:35.393Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a
2022-05-25T12:50:35.393Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:50:35.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482884801,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.401Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "clamp",
  "timestamp": 1653482857627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "policy-id",
  "timestamp": 1653482887246,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:50:35.402Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482884801,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "clamp",
  "timestamp": 1653482857627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "policy-id",
  "timestamp": 1653482888249,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:50:35.406Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a
2022-05-25T12:50:35.406Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:50:35.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482884801,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.413Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "clamp",
  "timestamp": 1653482857627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482884801,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "clamp",
  "timestamp": 1653482857627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "aai-ml",
  "timestamp": 1653482890941,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:50:35.415Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482884801,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.415Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "clamp",
  "timestamp": 1653482857627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "aai-ml",
  "timestamp": 1653482891944,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:50:35.420Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a
2022-05-25T12:50:35.420Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:50:35.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482884801,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.428Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "clamp",
  "timestamp": 1653482857627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:50:35.428Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482884801,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:50:35.429Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.429Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482895091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:50:35.429Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.429Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482896690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:50:35.430Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.430Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653482897695,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:50:35.435Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a
2022-05-25T12:50:35.435Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:50:35.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "clamp",
  "timestamp": 1653482902787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:50:35.442Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "clamp",
  "timestamp": 1653482905790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:50:35.442Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:50:35.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "clamp",
  "timestamp": 1653482906797,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:50:35.446Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 60bd5486-309c-4d54-a22c-c3eb1d69a076
2022-05-25T12:50:35.446Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60bd5486-309c-4d54-a22c-c3eb1d69a076 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:50:35.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "clamp",
  "timestamp": 1653482907800,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.452Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "clamp",
  "timestamp": 1653482907800,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.452Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "clamp",
  "timestamp": 1653482907800,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "clamp",
  "timestamp": 1653482907800,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "clamp",
  "timestamp": 1653482907800,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "clamp",
  "timestamp": 1653482907800,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "clamp",
  "timestamp": 1653482907800,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:50:35.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:50:35.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "clamp",
  "timestamp": 1653482907800,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:50:35.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:51:00.779Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49366561-39c0-48b8-83d7-d931eccb3a26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:51:01.090Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49366561-39c0-48b8-83d7-d931eccb3a26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:51:01.092Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:51:01.092Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T12:51:01.092Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T12:51:01.092Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T12:51:01.092Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:51:01.092Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:51:01.092Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:51:01.092Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:51:01.092Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:51:01.093Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:51:01.093Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:51:01.096Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T12:51:31.096Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 49366561-39c0-48b8-83d7-d931eccb3a26 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-25T12:51:31.103Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 49366561-39c0-48b8-83d7-d931eccb3a26 and serviceModelVersionId: 38dad081-5c42-4cfd-ae0e-462ce8478735
2022-05-25T12:51:31.103Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b4435496-a24a-4d0b-ab56-c9663011d89e
2022-05-25T12:51:31.105Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b4435496-a24a-4d0b-ab56-c9663011d89e/model-vers/model-ver/38dad081-5c42-4cfd-ae0e-462ce8478735?depth=0
2022-05-25T12:51:31.110Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T12:51:31.159Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4435496-a24a-4d0b-ab56-c9663011d89e/model-vers/model-ver/38dad081-5c42-4cfd-ae0e-462ce8478735?depth=0|INFO|500||Invoke
2022-05-25T12:51:31.160Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4435496-a24a-4d0b-ab56-c9663011d89e/model-vers/model-ver/38dad081-5c42-4cfd-ae0e-462ce8478735?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4435496-a24a-4d0b-ab56-c9663011d89e/model-vers/model-ver/38dad081-5c42-4cfd-ae0e-462ce8478735?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[49366561-39c0-48b8-83d7-d931eccb3a26], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6722c4f4-c63f-4b64-86a4-ff0bd408336c], X-ECOMP-RequestID=[49366561-39c0-48b8-83d7-d931eccb3a26], X-TransactionId=[], X-ONAP-RequestID=[49366561-39c0-48b8-83d7-d931eccb3a26], Content-Type=[application/merge-patch+json]}
2022-05-25T12:51:31.177Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4435496-a24a-4d0b-ab56-c9663011d89e/model-vers/model-ver/38dad081-5c42-4cfd-ae0e-462ce8478735?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T12:51:31.447Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4435496-a24a-4d0b-ab56-c9663011d89e/model-vers/model-ver/38dad081-5c42-4cfd-ae0e-462ce8478735?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/b4435496-a24a-4d0b-ab56-c9663011d89e/model-vers/model-ver/38dad081-5c42-4cfd-ae0e-462ce8478735?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220525-12:51:32:026-36077], vertex-id=[483408], Content-Length=[0], Date=[Wed, 25 May 2022 12:51:32 GMT], Content-Type=[application/json]}
2022-05-25T12:51:31.448Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4435496-a24a-4d0b-ab56-c9663011d89e/model-vers/model-ver/38dad081-5c42-4cfd-ae0e-462ce8478735?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-25T12:51:31.448Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4435496-a24a-4d0b-ab56-c9663011d89e/model-vers/model-ver/38dad081-5c42-4cfd-ae0e-462ce8478735?depth=0|INFO|500||InvokeReturn
2022-05-25T12:51:31.453Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T12:51:31.453Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:51:31.462Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-25T12:51:31.462Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 49366561-39c0-48b8-83d7-d931eccb3a26 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T12:51:31.462Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T12:51:31.462Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:51:31.464Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:51:31.464Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483091462,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T12:51:31.564Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:51:31.564Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:51:31.565Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:51:31.578Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:51:31.578Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T12:51:32.477Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:51:32.478Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"60bd5486-309c-4d54-a22c-c3eb1d69a076","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"d83e4703-42e1-47dc-b007-f1c3ff3d8f6b","serviceDescription":"service","serviceInvariantUUID":"048ddc23-7af6-457a-b419-c9c403c5e5b0","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f5290e5a-c596-452e-bd6f-3141df630bc3","resourceInvariantUUID":"ecc0f41c-cd01-4f05-875a-89357d2ef3d7","resourceCustomizationUUID":"df5a51c9-4786-48a7-83b7-bcf48a0737b4","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":"NDE2NzZmZDYxOGMwZTc4MTBlMDdiMGVlODEyNzhkYWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"81ea53e8-60c7-45c8-804e-449af7656263","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":"MWRiOTdhOWU0ZGFmMTYyNzg1ZTAwNTcyMzBlOGFlNTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7e38ec13-d95a-4a52-ab59-ae25c676bd60","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":"ce8282c9-fc9d-4f8b-a89a-fd630846978e","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":"0b97f38c-55db-4b1d-8db7-a2961cc91ead","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":"6a7eefa0-8116-47ae-940b-d044affc23c3","artifactVersion":"2","generatedFromUUID":"ce8282c9-fc9d-4f8b-a89a-fd630846978e"},{"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":"NjFiMjJlNmI3MWRlYWY2ZTk2YzI1YWM5ZGJmYWIwMzg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"db942a42-0571-44e2-9978-1d134fa71ce2","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":"MGQ1YjhhMjUxZmNkNzI3OGQ5MjY0ZGE4YzMzM2Y1YjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3f705b61-7dd0-49a8-a34a-f4ef57f8f396","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YjAyZWQ5Y2EzMjY4NGU5NjQ4Mjk4YTEzMmQ0ZThlZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d98e5160-dc60-477b-8dcb-2f301970a415","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T12:51:32.478Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:51:32.478Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:51:32.480Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:51:32.480Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:51:32.580Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:51:32.581Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:51:32.581Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:51:32.591Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:51:32.593Z||pool-128-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:51:33.480Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:51:33.480Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:51:33.482Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:51:33.482Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T12:51:33.582Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:51:33.582Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:51:33.583Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:51:33.592Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:51:33.592Z||pool-129-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:51:34.482Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:51:34.483Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:51:34.485Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:51:34.485Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-25T12:51:34.584Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:51:34.585Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:51:34.585Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:51:34.594Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:51:34.594Z||pool-130-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:51:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:51:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:51:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:51:35.168Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:51:35.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:51:35.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "clamp",
  "timestamp": 1653482907800,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:51:35.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:51:35.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:51:35.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "clamp",
  "timestamp": 1653482925790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:51:35.170Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:51:35.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:51:35.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "clamp",
  "timestamp": 1653482927794,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:51:35.170Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:51:35.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:51:35.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "clamp",
  "timestamp": 1653482928798,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:51:35.177Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a
2022-05-25T12:51:35.177Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:51:35.485Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:51:35.485Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:51:35.487Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:51:35.487Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:51:35.587Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:51:35.587Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:51:35.588Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:51:35.598Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:51:35.598Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:51:36.488Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:51:36.488Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:51:36.490Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:51:36.490Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-25T12:51:36.590Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:51:36.590Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:51:36.590Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:51:36.600Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:51:36.601Z||pool-132-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:51:37.490Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:51:37.491Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:51:37.492Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:51:37.493Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:51:37.592Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:51:37.593Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:51:37.593Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:51:37.604Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:51:37.604Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:51:38.493Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:51:38.493Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:51:38.495Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:51:38.495Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:51:38.595Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:51:38.595Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:51:38.596Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:51:38.619Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:51:38.619Z||pool-134-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:51:39.496Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:51:39.496Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:51:39.498Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:51:39.498Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:51:39.598Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:51:39.599Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:51:39.599Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:51:39.616Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:51:39.617Z||pool-135-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:51:40.499Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d83e4703-42e1-47dc-b007-f1c3ff3d8f6b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "048ddc23-7af6-457a-b419-c9c403c5e5b0",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "df5a51c9-4786-48a7-83b7-bcf48a0737b4",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f5290e5a-c596-452e-bd6f-3141df630bc3",
      "resourceInvariantUUID": "ecc0f41c-cd01-4f05-875a-89357d2ef3d7",
      "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": "MWRiOTdhOWU0ZGFmMTYyNzg1ZTAwNTcyMzBlOGFlNTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7e38ec13-d95a-4a52-ab59-ae25c676bd60",
          "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": "ce8282c9-fc9d-4f8b-a89a-fd630846978e",
          "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": "6a7eefa0-8116-47ae-940b-d044affc23c3",
            "generatedFromUUID": "ce8282c9-fc9d-4f8b-a89a-fd630846978e"
          },
          "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": "6a7eefa0-8116-47ae-940b-d044affc23c3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YjAyZWQ5Y2EzMjY4NGU5NjQ4Mjk4YTEzMmQ0ZThlZDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d98e5160-dc60-477b-8dcb-2f301970a415"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T12:51:40.499Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T12:51:40.499Z|49366561-39c0-48b8-83d7-d931eccb3a26|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d83e4703-42e1-47dc-b007-f1c3ff3d8f6b ASDC
2022-05-25T12:51:40.499Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:60bd5486-309c-4d54-a22c-c3eb1d69a076
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:d83e4703-42e1-47dc-b007-f1c3ff3d8f6b
ServiceInvariantUUID:048ddc23-7af6-457a-b419-c9c403c5e5b0
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:d98e5160-dc60-477b-8dcb-2f301970a415
ArtifactChecksum:YjAyZWQ5Y2EzMjY4NGU5NjQ4Mjk4YTEzMmQ0ZThlZDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:df5a51c9-4786-48a7-83b7-bcf48a0737b4
ResourceInvariantUUID:ecc0f41c-cd01-4f05-875a-89357d2ef3d7
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:f5290e5a-c596-452e-bd6f-3141df630bc3
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:7e38ec13-d95a-4a52-ab59-ae25c676bd60
ArtifactChecksum:MWRiOTdhOWU0ZGFmMTYyNzg1ZTAwNTcyMzBlOGFlNTA=
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:ce8282c9-fc9d-4f8b-a89a-fd630846978e
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:6a7eefa0-8116-47ae-940b-d044affc23c3
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:6a7eefa0-8116-47ae-940b-d044affc23c3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-25T12:51:40.499Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d83e4703-42e1-47dc-b007-f1c3ff3d8f6b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T12:51:40.527Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T12:51:40.527Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T12:51:40.527Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T12:51:40.528Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d98e5160-dc60-477b-8dcb-2f301970a415 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-25T12:51:40.528Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T12:51:40.528Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-25T12:51:40.730Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T12:51:40.734Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar d98e5160-dc60-477b-8dcb-2f301970a415 78824
2022-05-25T12:51:40.734Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-05-25T12:51:40.734Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-25T12:51:40.734Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:51:40.734Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:51:40.736Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:51:40.736Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483100734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:51:40.836Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:51:40.836Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:51:40.836Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:51:40.846Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:51:40.846Z||pool-136-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:51:41.736Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T12:51:41.737Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T12:51:41.737Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d98e5160-dc60-477b-8dcb-2f301970a415, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-25T12:51:41.737Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-05-25T12:51:41.738Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-25T12:51:41.738Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-25T12:51:41.840Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1768741190443518780/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_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 "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-05-25T12:51:42.819Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T12:51:42.820Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-25T12:51:42.820Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-25T12:51:42.820Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-25T12:51:42.820Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-25T12:51:42.820Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-25T12:51:42.820Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-25T12:51:42.820Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-25T12:51:42.820Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-25T12:51:42.821Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-25T12:51:42.821Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-25T12:51:42.821Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-25T12:51:42.821Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-25T12:51:42.821Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-25T12:51:42.821Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:51:42.821Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:51:42.821Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-25T12:51:42.821Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-25T12:51:42.822Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T12:51:42.822Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:51:42.822Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:51:42.822Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-25T12:51:42.822Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-25T12:51:42.822Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T12:51:42.822Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:51:42.822Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:51:42.823Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:51:42.823Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-25T12:51:42.823Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-25T12:51:42.823Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-25T12:51:42.823Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-25T12:51:42.823Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-25T12:51:42.823Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-25T12:51:42.824Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:51:42.824Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T12:51:42.824Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:51:42.824Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-25T12:51:42.824Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:51:42.824Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:51:42.824Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-25T12:51:42.825Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:51:42.825Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:51:42.825Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-25T12:51:42.825Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:51:42.825Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:51:42.825Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-25T12:51:42.825Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-25T12:51:42.826Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-25T12:51:42.826Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=32e96b6b-02dc-4bbb-bd5c-d6d54bf9a08a
2022-05-25T12:51:42.826Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:51:42.826Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:51:42.826Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:51:42.826Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:51:42.826Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:51:42.826Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:51:42.827Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:51:42.827Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:51:42.827Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:d83e4703-42e1-47dc-b007-f1c3ff3d8f6b
Model Version:NULL
Model InvariantUuid:048ddc23-7af6-457a-b419-c9c403c5e5b0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:21579418-a45e-4301-a68e-556a96a94b98
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ecc0f41c-cd01-4f05-875a-89357d2ef3d7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:df5a51c9-4786-48a7-83b7-bcf48a0737b4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:438cf6cd-fb67-4c98-b2e1-5bd254d91017
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:5d98112b-609d-465f-870e-14d35bcc7276
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:32e96b6b-02dc-4bbb-bd5c-d6d54bf9a08a
ModelInvariantUuid:37d8db37-7bb8-480b-b863-16f93ab7d5df
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:e1c8a7c2-ab89-47a9-a24d-6ae6316d45b3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:5e203776-19f2-4277-b5fa-d4392d899166
ModelInvariantUuid:90c36dba-3189-496d-bbfa-e4ca17d1f56a
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:36148430-7525-47fa-ba78-80b51a3f20ef
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T12:51:42.833Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: f5290e5a-c596-452e-bd6f-3141df630bc3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:51:42.838Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2022-05-25T12:51:42.838Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f5290e5a-c596-452e-bd6f-3141df630bc3
2022-05-25T12:51:42.838Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7e38ec13-d95a-4a52-ab59-ae25c676bd60 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-25T12:51:42.838Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T12:51:42.838Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-25T12:51:43.309Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T12:51:43.309Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 7e38ec13-d95a-4a52-ab59-ae25c676bd60 792
2022-05-25T12:51:43.310Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-05-25T12:51:43.310Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-25T12:51:43.310Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:51:43.310Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:51:43.311Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:51:43.311Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483103309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:51:43.411Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:51:43.412Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:51:43.412Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:51:43.422Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:51:43.423Z||pool-137-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:51:44.312Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "438cf6cd-fb67-4c98-b2e1-5bd254d91017",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5d98112b-609d-465f-870e-14d35bcc7276",
    "vfModuleModelCustomizationUUID": "0e9fd573-93e2-4186-b0a2-f6c443ec256d",
    "isBase": true,
    "artifacts": [
      "ce8282c9-fc9d-4f8b-a89a-fd630846978e",
      "6a7eefa0-8116-47ae-940b-d044affc23c3"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-25T12:51:44.314Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5d98112b-609d-465f-870e-14d35bcc7276
VfModuleModelInvariantUUID:438cf6cd-fb67-4c98-b2e1-5bd254d91017
VfModuleModelDescription:NULL
Artifacts UUID List:{
ce8282c9-fc9d-4f8b-a89a-fd630846978e
,
6a7eefa0-8116-47ae-940b-d044affc23c3

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

isBase:true


}

2022-05-25T12:51:44.316Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "438cf6cd-fb67-4c98-b2e1-5bd254d91017",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5d98112b-609d-465f-870e-14d35bcc7276",
    "vfModuleModelCustomizationUUID": "0e9fd573-93e2-4186-b0a2-f6c443ec256d",
    "isBase": true,
    "artifacts": [
      "ce8282c9-fc9d-4f8b-a89a-fd630846978e",
      "6a7eefa0-8116-47ae-940b-d044affc23c3"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-25T12:51:44.317Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5d98112b-609d-465f-870e-14d35bcc7276
VfModuleModelInvariantUUID:438cf6cd-fb67-4c98-b2e1-5bd254d91017
VfModuleModelDescription:NULL
Artifacts UUID List:{
ce8282c9-fc9d-4f8b-a89a-fd630846978e
,
6a7eefa0-8116-47ae-940b-d044affc23c3

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

isBase:true


}

2022-05-25T12:51:44.317Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ce8282c9-fc9d-4f8b-a89a-fd630846978e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-25T12:51:44.317Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T12:51:44.317Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-25T12:51:44.810Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T12:51:44.811Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ce8282c9-fc9d-4f8b-a89a-fd630846978e 5033
2022-05-25T12:51:44.811Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-25T12:51:44.811Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-25T12:51:44.811Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:51:44.812Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:51:44.813Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:51:44.813Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483104811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:51:44.913Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:51:44.914Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:51:44.914Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:51:44.924Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:51:44.925Z||pool-138-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:51:45.814Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6a7eefa0-8116-47ae-940b-d044affc23c3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-25T12:51:45.814Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T12:51:45.814Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-25T12:51:46.303Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T12:51:46.303Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 6a7eefa0-8116-47ae-940b-d044affc23c3 903
2022-05-25T12:51:46.304Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-25T12:51:46.304Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-25T12:51:46.304Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:51:46.304Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:51:46.306Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:51:46.306Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483106304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:51:46.406Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:51:46.406Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:51:46.406Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:51:46.416Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:51:46.416Z||pool-139-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:51:47.306Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d83e4703-42e1-47dc-b007-f1c3ff3d8f6b
2022-05-25T12:51:47.306Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 f5290e5a-c596-452e-bd6f-3141df630bc3 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:51:47.318Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@b349159, org.onap.sdc.toscaparser.api.parameters.Input@630a494b, org.onap.sdc.toscaparser.api.parameters.Input@7328b2e1, org.onap.sdc.toscaparser.api.parameters.Input@f03bbcc, org.onap.sdc.toscaparser.api.parameters.Input@20125d2c]
2022-05-25T12:51:47.319Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:51:47.319Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:51:47.320Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-05-25T12:51:47.320Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= df5a51c9-4786-48a7-83b7-bcf48a0737b4
2022-05-25T12:51:47.320Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: df5a51c9-4786-48a7-83b7-bcf48a0737b4 matches Tosca VF Customization UUID: df5a51c9-4786-48a7-83b7-bcf48a0737b4
2022-05-25T12:51:47.320Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: df5a51c9-4786-48a7-83b7-bcf48a0737b4  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-25T12:51:47.322Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:51:47.323Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:51:47.323Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id df5a51c9-4786-48a7-83b7-bcf48a0737b4: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-05-25T12:51:47.324Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@35a50df9
2022-05-25T12:51:47.324Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:51:47.324Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T12:51:47.324Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0e9fd573-93e2-4186-b0a2-f6c443ec256d
2022-05-25T12:51:47.325Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0e9fd573-93e2-4186-b0a2-f6c443ec256d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-25T12:51:47.327Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:51:47.327Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-25T12:51:47.327Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:51:47.328Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:51:47.328Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-25T12:51:47.328Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:51:47.328Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:51:47.329Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-25T12:51:47.329Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-25T12:51:47.329Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-25T12:51:47.329Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=32e96b6b-02dc-4bbb-bd5c-d6d54bf9a08a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-25T12:51:47.332Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:51:47.332Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-25T12:51:47.332Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:51:47.333Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:51:47.333Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-25T12:51:47.333Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=df5a51c9-4786-48a7-83b7-bcf48a0737b4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:51:47.335Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:51:47.335Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:51:47.336Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d83e4703-42e1-47dc-b007-f1c3ff3d8f6b: basic_vm_macro
2022-05-25T12:51:47.336Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:51:47.336Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:51:47.337Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:51:47.337Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:51:47.337Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:51:47.337Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:51:47.338Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:51:47.338Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:51:47.338Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:51:47.338Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:51:47.339Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:51:47.423Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro f5290e5a-c596-452e-bd6f-3141df630bc3 1 ASDC deployResourceStructure
2022-05-25T12:51:47.424Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-05-25T12:51:47.424Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-25T12:51:47.424Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:51:47.424Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:51:47.426Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:51:47.427Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483107424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T12:51:47.526Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:51:47.527Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:51:47.527Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:51:47.537Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:51:47.538Z||pool-140-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:51:48.427Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-25T12:51:48.427Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-25T12:51:48.427Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:51:48.428Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:51:48.429Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:51:48.429Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483108427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T12:51:48.529Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:51:48.530Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:51:48.530Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:51:48.540Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:51:48.541Z||pool-141-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:51:49.431Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-25T12:51:49.432Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-25T12:51:49.432Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:51:49.432Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:51:49.434Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:51:49.434Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483109431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-25T12:51:49.534Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:51:49.535Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:51:49.535Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:51:49.546Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:51:49.547Z||pool-142-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:51:50.435Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-05-25T12:51:50.435Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-25T12:51:50.447Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:51:50.449Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:51:50.453Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:51:50.453Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483110435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:51:50.553Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:51:50.554Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:51:50.554Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:51:50.564Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:51:50.564Z||pool-143-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:51:51.454Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60bd5486-309c-4d54-a22c-c3eb1d69a076
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:51:51.465Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60bd5486-309c-4d54-a22c-c3eb1d69a076
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:51:51.467Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:51:51.467Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T12:51:51.468Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T12:51:51.468Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T12:51:51.468Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:51:51.468Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:51:51.468Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:51:51.468Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:51:51.469Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:51:51.469Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:51:51.469Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:51:51.474Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T12:52:21.474Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 60bd5486-309c-4d54-a22c-c3eb1d69a076 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-25T12:52:21.482Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 60bd5486-309c-4d54-a22c-c3eb1d69a076 and serviceModelVersionId: d83e4703-42e1-47dc-b007-f1c3ff3d8f6b
2022-05-25T12:52:21.483Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 048ddc23-7af6-457a-b419-c9c403c5e5b0
2022-05-25T12:52:21.483Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/048ddc23-7af6-457a-b419-c9c403c5e5b0/model-vers/model-ver/d83e4703-42e1-47dc-b007-f1c3ff3d8f6b?depth=0
2022-05-25T12:52:21.487Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T12:52:21.524Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/048ddc23-7af6-457a-b419-c9c403c5e5b0/model-vers/model-ver/d83e4703-42e1-47dc-b007-f1c3ff3d8f6b?depth=0|INFO|500||Invoke
2022-05-25T12:52:21.525Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/048ddc23-7af6-457a-b419-c9c403c5e5b0/model-vers/model-ver/d83e4703-42e1-47dc-b007-f1c3ff3d8f6b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/048ddc23-7af6-457a-b419-c9c403c5e5b0/model-vers/model-ver/d83e4703-42e1-47dc-b007-f1c3ff3d8f6b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[60bd5486-309c-4d54-a22c-c3eb1d69a076], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[962fbc32-edb3-445d-a516-270d94f67f4c], X-ECOMP-RequestID=[60bd5486-309c-4d54-a22c-c3eb1d69a076], X-TransactionId=[], X-ONAP-RequestID=[60bd5486-309c-4d54-a22c-c3eb1d69a076], Content-Type=[application/merge-patch+json]}
2022-05-25T12:52:21.540Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/048ddc23-7af6-457a-b419-c9c403c5e5b0/model-vers/model-ver/d83e4703-42e1-47dc-b007-f1c3ff3d8f6b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T12:52:22.022Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/048ddc23-7af6-457a-b419-c9c403c5e5b0/model-vers/model-ver/d83e4703-42e1-47dc-b007-f1c3ff3d8f6b?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/048ddc23-7af6-457a-b419-c9c403c5e5b0/model-vers/model-ver/d83e4703-42e1-47dc-b007-f1c3ff3d8f6b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220525-12:52:22:389-34297], vertex-id=[495696], Content-Length=[0], Date=[Wed, 25 May 2022 12:52:22 GMT], Content-Type=[application/json]}
2022-05-25T12:52:22.022Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/048ddc23-7af6-457a-b419-c9c403c5e5b0/model-vers/model-ver/d83e4703-42e1-47dc-b007-f1c3ff3d8f6b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-25T12:52:22.023Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/048ddc23-7af6-457a-b419-c9c403c5e5b0/model-vers/model-ver/d83e4703-42e1-47dc-b007-f1c3ff3d8f6b?depth=0|INFO|500||InvokeReturn
2022-05-25T12:52:22.023Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T12:52:22.023Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:52:22.029Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-25T12:52:22.029Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 60bd5486-309c-4d54-a22c-c3eb1d69a076 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T12:52:22.029Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T12:52:22.030Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:52:22.031Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:52:22.031Z|60bd5486-309c-4d54-a22c-c3eb1d69a076|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483142029,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T12:52:22.131Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:52:22.132Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:52:22.132Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:52:22.149Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:52:22.150Z||pool-144-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T12:52:23.044Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:52:23.045Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:52:23.045Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:52:27.419Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:52:27.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T12:52:27.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"fd6e96b4-4ab4-4536-8011-932fbf35dd31","serviceDescription":"service","serviceInvariantUUID":"bbe6a058-6a96-492a-8390-66e38806fa32","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6c89676f-0afd-4311-a0e2-e1af28eded64","resourceInvariantUUID":"c3107f46-8ae8-4dfa-8dcf-060d6ecf6364","resourceCustomizationUUID":"e1d291bf-ce6a-4b2f-af22-a1072e1e8b02","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":"NWQ0YzY5ZjE1MzQ4ODNkZjU2MTUwMTFhMDRiMTM5Zjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9a6b7e2d-5287-4ff1-ab37-e1df967924d2","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":"a87f9faf-d9be-4169-9373-5d3076b40987","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":"f6d11681-023b-4a82-8e13-8ba995358dff","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":"NzA5MGEyZWNmODdmYzljY2Y2MmU4YWNmZTY5NmVjMjE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2959d3e2-a960-42a1-ad79-f6b3a94d9d06","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":"850676b1-50f4-41af-9103-d515d9c46649","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":"1e0703be-60ce-4129-a6e4-54fb23e7c9cd","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":"72a06067-ba06-4d16-b422-0b95b53f523f","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":"YWJmZmI0ZWRlOTU2YjljZTYyZDk0ZGMxYjdhOTc4MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80b5c339-e822-46c1-b370-a8cf4f0250db","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"N2MyNmU5MTgyNDA3YzYwZTdmN2Q2MTMxMzk0MDc0MTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"034e2e92-f898-45b4-bc23-69c10b0a7954","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T12:52:27.421Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:52:27.422Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:52:27.424Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:52:27.424Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483143044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:52:27.523Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:52:27.524Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:52:27.524Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:52:27.537Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:52:27.537Z||pool-145-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:52:28.424Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:52:28.425Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:52:28.427Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:52:28.427Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483143044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:52:28.527Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:52:28.527Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:52:28.527Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:52:28.538Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:52:28.538Z||pool-146-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:52:29.428Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:52:29.428Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:52:29.430Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:52:29.430Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483143044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:52:29.530Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:52:29.531Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:52:29.531Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:52:29.539Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:52:29.539Z||pool-147-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:52:30.431Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:52:30.431Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:52:30.433Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:52:30.433Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483143044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:52:30.533Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:52:30.533Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:52:30.533Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:52:30.542Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:52:30.542Z||pool-148-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:52:31.433Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:52:31.434Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:52:31.436Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:52:31.436Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483143044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:52:31.536Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:52:31.536Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:52:31.536Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:52:31.548Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:52:31.548Z||pool-149-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:52:32.436Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:52:32.437Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:52:32.439Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:52:32.439Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483143044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:52:32.539Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:52:32.539Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:52:32.539Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:52:32.550Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:52:32.550Z||pool-150-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:52:33.440Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:52:33.440Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:52:33.443Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:52:33.443Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483143044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:52:33.543Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:52:33.544Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:52:33.544Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:52:33.554Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:52:33.554Z||pool-151-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:52:34.449Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:52:34.452Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:52:34.456Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:52:34.456Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483143044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:52:34.556Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:52:34.556Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:52:34.556Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:52:34.566Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:52:34.567Z||pool-152-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:52:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:52:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:52:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:52:35.163Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:52:35.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:52:35.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49366561-39c0-48b8-83d7-d931eccb3a26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483091462,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T12:52:35.164Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:52:35.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:52:35.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:52:35.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:52:35.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:52:35.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T12:52:35.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:52:35.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T12:52:35.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-25T12:52:35.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:52:35.457Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:52:35.457Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:52:35.460Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:52:35.460Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483143044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:52:35.559Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:52:35.560Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:52:35.560Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:52:35.571Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:52:35.572Z||pool-153-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:52:36.461Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fd6e96b4-4ab4-4536-8011-932fbf35dd31",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bbe6a058-6a96-492a-8390-66e38806fa32",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "e1d291bf-ce6a-4b2f-af22-a1072e1e8b02",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6c89676f-0afd-4311-a0e2-e1af28eded64",
      "resourceInvariantUUID": "c3107f46-8ae8-4dfa-8dcf-060d6ecf6364",
      "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": "N2MyNmU5MTgyNDA3YzYwZTdmN2Q2MTMxMzk0MDc0MTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "034e2e92-f898-45b4-bc23-69c10b0a7954"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T12:52:36.461Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T12:52:36.461Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fd6e96b4-4ab4-4536-8011-932fbf35dd31 ASDC
2022-05-25T12:52:36.462Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:fd6e96b4-4ab4-4536-8011-932fbf35dd31
ServiceInvariantUUID:bbe6a058-6a96-492a-8390-66e38806fa32
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:034e2e92-f898-45b4-bc23-69c10b0a7954
ArtifactChecksum:N2MyNmU5MTgyNDA3YzYwZTdmN2Q2MTMxMzk0MDc0MTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:e1d291bf-ce6a-4b2f-af22-a1072e1e8b02
ResourceInvariantUUID:c3107f46-8ae8-4dfa-8dcf-060d6ecf6364
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6c89676f-0afd-4311-a0e2-e1af28eded64
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-25T12:52:36.462Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd6e96b4-4ab4-4536-8011-932fbf35dd31 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T12:52:36.489Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T12:52:36.490Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-25T12:52:36.490Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-25T12:52:36.490Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 034e2e92-f898-45b4-bc23-69c10b0a7954 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-25T12:52:36.490Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-25T12:52:36.491Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-25T12:52:36.945Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-25T12:52:36.950Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 034e2e92-f898-45b4-bc23-69c10b0a7954 105666
2022-05-25T12:52:36.950Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-05-25T12:52:36.950Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-25T12:52:36.951Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:52:36.951Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:52:36.953Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:52:36.953Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483156950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:52:37.053Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:52:37.053Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:52:37.054Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:52:37.063Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:52:37.063Z||pool-154-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:52:37.954Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T12:52:37.955Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-25T12:52:37.955Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 034e2e92-f898-45b4-bc23-69c10b0a7954, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-25T12:52:37.955Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-05-25T12:52:37.956Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-25T12:52:37.956Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-25T12:52:38.052Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13184995300274415321/Definitions/service-TestPnfMacro-template.yml
2022-05-25T12:52:38.698Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T12:52:38.698Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-25T12:52:38.699Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-25T12:52:38.699Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-25T12:52:38.699Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|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-TestPnfMacro-csar.csar
2022-05-25T12:52:38.699Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|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-TestPnfMacro-csar.csar
2022-05-25T12:52:38.699Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-25T12:52:38.699Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|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-TestPnfMacro-csar.csar
2022-05-25T12:52:38.700Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|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-TestPnfMacro-csar.csar
2022-05-25T12:52:38.700Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|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-TestPnfMacro-csar.csar
2022-05-25T12:52:38.700Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|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-TestPnfMacro-csar.csar
2022-05-25T12:52:38.700Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-25T12:52:38.700Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:52:38.701Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:52:38.701Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-05-25T12:52:38.701Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-25T12:52:38.701Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T12:52:38.702Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:52:38.702Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:52:38.702Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-05-25T12:52:38.702Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-25T12:52:38.703Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T12:52:38.703Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:52:38.703Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:52:38.703Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:52:38.703Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:52:38.704Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:52:38.704Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:52:38.704Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:52:38.704Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:52:38.704Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:52:38.705Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:52:38.705Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:fd6e96b4-4ab4-4536-8011-932fbf35dd31
Model Version:NULL
Model InvariantUuid:bbe6a058-6a96-492a-8390-66e38806fa32
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T12:52:38.710Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6c89676f-0afd-4311-a0e2-e1af28eded64
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:52:38.712Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||test-pnf 0
2022-05-25T12:52:38.712Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6c89676f-0afd-4311-a0e2-e1af28eded64
2022-05-25T12:52:38.712Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||No resources found for Service: fd6e96b4-4ab4-4536-8011-932fbf35dd31
2022-05-25T12:52:38.712Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: fd6e96b4-4ab4-4536-8011-932fbf35dd31
2022-05-25T12:52:38.713Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 6c89676f-0afd-4311-a0e2-e1af28eded64 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:52:38.716Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@55b62a53, org.onap.sdc.toscaparser.api.parameters.Input@93d31d6, org.onap.sdc.toscaparser.api.parameters.Input@184eadc6, org.onap.sdc.toscaparser.api.parameters.Input@590e9ad, org.onap.sdc.toscaparser.api.parameters.Input@6110affe]
2022-05-25T12:52:38.716Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:52:38.716Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:52:38.717Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid fd6e96b4-4ab4-4536-8011-932fbf35dd31: test-pnf
2022-05-25T12:52:38.717Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||Processing PNF resource: 6c89676f-0afd-4311-a0e2-e1af28eded64
2022-05-25T12:52:38.717Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T12:52:38.717Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:52:38.718Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||Resource customization UUID: e1d291bf-ce6a-4b2f-af22-a1072e1e8b02 is the same as notified resource customizationUUID: e1d291bf-ce6a-4b2f-af22-a1072e1e8b02
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-25T12:52:38.744Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 6c89676f-0afd-4311-a0e2-e1af28eded64 0 ASDC deployResourceStructure
2022-05-25T12:52:38.745Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-05-25T12:52:38.745Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-25T12:52:38.745Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:52:38.745Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:52:38.747Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:52:38.747Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483158745,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:52:38.847Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:52:38.848Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:52:38.848Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:52:38.869Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:52:38.869Z||pool-155-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:52:39.748Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:52:39.759Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:52:39.761Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:52:39.762Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T12:52:39.762Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T12:52:39.762Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T12:52:39.762Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:52:39.763Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:52:39.763Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:52:39.763Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:52:39.763Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:52:39.764Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:52:39.764Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T12:52:39.764Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:52:39.774Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T12:53:09.775Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-25T12:53:09.781Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a and serviceModelVersionId: fd6e96b4-4ab4-4536-8011-932fbf35dd31
2022-05-25T12:53:09.781Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bbe6a058-6a96-492a-8390-66e38806fa32
2022-05-25T12:53:09.782Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bbe6a058-6a96-492a-8390-66e38806fa32/model-vers/model-ver/fd6e96b4-4ab4-4536-8011-932fbf35dd31?depth=0
2022-05-25T12:53:09.785Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T12:53:09.821Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|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/bbe6a058-6a96-492a-8390-66e38806fa32/model-vers/model-ver/fd6e96b4-4ab4-4536-8011-932fbf35dd31?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-25T12:53:09.823Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbe6a058-6a96-492a-8390-66e38806fa32/model-vers/model-ver/fd6e96b4-4ab4-4536-8011-932fbf35dd31?depth=0|INFO|500||Invoke
2022-05-25T12:53:09.837Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbe6a058-6a96-492a-8390-66e38806fa32/model-vers/model-ver/fd6e96b4-4ab4-4536-8011-932fbf35dd31?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T12:53:10.001Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbe6a058-6a96-492a-8390-66e38806fa32/model-vers/model-ver/fd6e96b4-4ab4-4536-8011-932fbf35dd31?depth=0|INFO|500||InvokeReturn
2022-05-25T12:53:10.001Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|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/bbe6a058-6a96-492a-8390-66e38806fa32/model-vers/model-ver/fd6e96b4-4ab4-4536-8011-932fbf35dd31?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220525-12:53:10:688-29993], vertex-id=[258272], Content-Length=[0], Date=[Wed, 25 May 2022 12:53:10 GMT], Content-Type=[application/json]}
2022-05-25T12:53:10.002Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-05-25T12:53:10.002Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T12:53:10.002Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:53:10.007Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-25T12:53:10.008Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T12:53:10.008Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T12:53:10.008Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:53:10.009Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:53:10.010Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483190008,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T12:53:10.109Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:53:10.110Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:53:10.110Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:53:10.122Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:53:10.123Z||pool-156-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=?
2022-05-25T12:53:11.018Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:53:11.019Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:53:11.019Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:53:20.559Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:53:20.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:53:20.561Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:53:20.561Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:53:30.099Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:53:30.100Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:53:30.100Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:53:30.100Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:53:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:53:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:53:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:53:35.166Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:53:35.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T12:53:35.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:53:35.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:53:39.647Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:53:39.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:53:39.648Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:53:39.648Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:53:49.194Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:53:49.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:53:49.195Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:53:49.195Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:53:58.735Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:54:35.143Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:54:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:54:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:54:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:54:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:54:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:54:35.168Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:54:35.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T12:54:35.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-25T12:54:35.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:54:35.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T12:54:35.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:54:35.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:54:35.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T12:54:35.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:54:35.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:54:35.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T12:54:35.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653482855142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:54:35.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:54:35.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T12:54:35.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483100734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:54:35.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:54:35.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T12:54:35.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483103309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:54:35.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:54:35.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T12:54:35.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483104811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:54:35.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:54:35.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T12:54:35.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483106304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:54:35.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:54:35.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T12:54:35.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483107424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T12:54:35.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:54:35.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T12:54:35.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483108427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T12:54:35.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:54:35.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T12:54:35.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483109431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-25T12:54:35.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:54:35.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T12:54:35.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483110435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:54:35.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:54:35.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T12:54:35.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60bd5486-309c-4d54-a22c-c3eb1d69a076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483142029,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T12:54:35.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:54:35.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T12:54:35.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483143044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:54:35.173Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:54:35.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T12:54:35.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483143044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:54:35.173Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:54:35.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T12:54:35.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483143044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:54:35.173Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:54:35.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T12:54:35.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483143044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:54:35.173Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:54:35.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T12:54:35.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483143044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:54:35.173Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:54:35.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T12:54:35.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483143044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:54:35.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:54:35.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T12:54:35.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483143044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:54:35.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:54:35.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T12:54:35.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483143044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T12:54:35.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:54:44.692Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:55:35.143Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:55:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:55:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:55:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:55:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:55:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:55:35.668Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:55:35.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T12:55:35.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483143044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T12:55:35.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T12:55:35.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T12:55:35.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483156950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T12:55:35.670Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:55:35.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T12:55:35.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483158745,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T12:55:35.670Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:55:35.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T12:55:35.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653483190008,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T12:55:35.671Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:55:44.691Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:56:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:56:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:56:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:56:35.144Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:56:35.145Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:56:35.145Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:56:44.691Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:56:44.694Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:57:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:57:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:57:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:57:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:57:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:57:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:57:44.693Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:57:44.698Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:58:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:58:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:58:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:58:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:58:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:58:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:58:44.692Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:58:44.692Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:59:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:59:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:59:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:59:35.144Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:59:35.145Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:59:35.145Z|4ceca3d9-d598-4aed-ac84-1e023962f684|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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:59:44.691Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T12:59:44.693Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T13:00:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T13:00:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T13:00:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T13:00:35.145Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T13:00:35.145Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T13:00:35.145Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|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 NHvVtlkPJWhtYvi5) ...
2022-05-25T13:00:44.691Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T13:00:44.692Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T13:01:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T13:01:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T13:01:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T13:01:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T13:01:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T13:01:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T13:01:44.693Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T13:01:44.696Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T13:02:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T13:02:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T13:02:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T13:02:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T13:02:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T13:02:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T13:02:44.687Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T13:02:44.698Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T13:03:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T13:03:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T13:03:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T13:03:35.144Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T13:03:35.145Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T13:03:35.145Z|4ceca3d9-d598-4aed-ac84-1e023962f684|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 NHvVtlkPJWhtYvi5) ...
2022-05-25T13:03:44.697Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T13:03:44.697Z|4ceca3d9-d598-4aed-ac84-1e023962f684|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T13:04:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T13:04:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T13:04:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T13:04:35.144Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T13:04:35.145Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T13:04:35.145Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|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 NHvVtlkPJWhtYvi5) ...
2022-05-25T13:04:44.691Z|f03cf8d4-2d9b-4f85-9a0d-ce705711ff8a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T13:04:44.691Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T13:05:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T13:05:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T13:05:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T13:05:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T13:05:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T13:05:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T13:05:44.691Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T13:05:44.691Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK